Skip to content

Commit 009dc87

Browse files
committed
Convert warmup/cooldown rate to integers
1 parent 08e813d commit 009dc87

File tree

9 files changed

+594
-100
lines changed

9 files changed

+594
-100
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

interface/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ solana-sysvar-id = { version = "3.0.0", optional = true }
3636
anyhow = "1"
3737
assert_matches = "1.5.0"
3838
bincode = "1.3.3"
39+
proptest = "1.9.0"
3940
serial_test = "3.2.0"
4041
solana-account = {version = "3.2.0", features = ["bincode"] }
4142
solana-borsh = "3.0.0"

interface/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ pub mod state;
1313
#[cfg(feature = "sysvar")]
1414
pub mod sysvar;
1515
pub mod tools;
16+
pub mod warmup_cooldown_allowance;
1617

1718
pub mod program {
1819
solana_pubkey::declare_id!("Stake11111111111111111111111111111111111111");

interface/src/state.rs

Lines changed: 140 additions & 66 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)