-
Notifications
You must be signed in to change notification settings - Fork 984
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'brent/pos-rewards' (#1992)
* origin/brent/pos-rewards: add test for commissions and fix `bond_amounts_for_rewards` fix tests update `bond_amounts_for_rewards` and `bond_amount` misc lib code improvements fix rewards tallying: move from within withdraw -> unbond add and update tests changelog: add #1992 updates to enable tx from CLI update to 0.25.0 base change default `kD` and `kP` params playground for testing how inflation changes WIP more tests benches: add a const for "tx_claim_rewards.wasm" test/PoS: add rewards related tests add a tx to claim PoS rewards PoS: apply inflation after processing slashes PoS: refactors to use helper functions PoS: allow to claim rewards PoS: update rewards products to handle commission correctly
- Loading branch information
Showing
25 changed files
with
2,211 additions
and
504 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Implements a claim-based rewards system for PoS inflation. | ||
([\#1992](https://github.com/anoma/namada/pull/1992)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.