Skip to content

Commit c175786

Browse files
authored
tests: update stake programs (#584)
1 parent c5ac86f commit c175786

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

-227 KB
Binary file not shown.
-195 KB
Binary file not shown.
198 KB
Binary file not shown.

program/tests/fixtures/solana_stake_program-5f54c11b.so renamed to program/tests/fixtures/solana_stake_program-v5.0.0.so

196 KB
Binary file not shown.

program/tests/helpers/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ impl StakeProgramVersion {
6060
// `solana_stake_program-v1.2.3` is the verified build that is on or will go to chain
6161
pub fn basename(self) -> Option<&'static str> {
6262
match self {
63-
Self::Stable => Some("solana_stake_program-v1.0.0"),
64-
Self::Beta => Some("solana_stake_program-v4.0.0-RC"),
65-
Self::Edge => Some("solana_stake_program-5f54c11b"),
63+
Self::Stable => Some("solana_stake_program-v4.0.0"),
64+
Self::Beta => Some("solana_stake_program-v5.0.0"),
65+
Self::Edge => None,
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)