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 (backport
Browse files Browse the repository at this point in the history
…#18985) (#19055)

* stake: Allow stakes with unmatched credits observed to merge (#18985)

* stake: Allow stakes with unmatched credits observed to merge

* Address feedback

* Remove branch by doing a ceiling in one calc

(cherry picked from commit 2b33c0c)

# Conflicts:
#	Cargo.lock
#	programs/stake/Cargo.toml
#	sdk/src/feature_set.rs

* Fix merge conflicts

* Fix clippy lint

* Add back whitespace

Co-authored-by: Jon Cinque <jon.cinque@gmail.com>
  • Loading branch information
mergify[bot] and joncinque authored Aug 4, 2021
1 parent 7d0a9e0 commit 1a0146f
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.7.10" }
thiserror = "1.0"

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

[build-dependencies]
Expand Down
Loading

0 comments on commit 1a0146f

Please sign in to comment.