Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
stake: Allow stakes with unmatched credits observed to merge (#18985)
Browse files Browse the repository at this point in the history
* stake: Allow stakes with unmatched credits observed to merge

* Address feedback

* Remove branch by doing a ceiling in one calc
  • Loading branch information
joncinque authored Aug 4, 2021
1 parent 31a620c commit 2b33c0c
Show file tree
Hide file tree
Showing 4 changed files with 350 additions and 5 deletions.
71 changes: 70 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions programs/stake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ solana-config-program = { path = "../config", version = "=1.8.0" }
thiserror = "1.0"

[dev-dependencies]
proptest = "1.0"
solana-logger = { path = "../../logger", version = "=1.8.0" }

[build-dependencies]
Expand Down
Loading

0 comments on commit 2b33c0c

Please sign in to comment.