-
Notifications
You must be signed in to change notification settings - Fork 956
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-inflation-rewards' (#714)
* brent/pos-inflation-rewards: [ci] wasm checksums update changelog: add #714 various import, comment and print clean-ups upgrade and refactor vp_token + related logic pos: update tests for validator sets updates pos: use the native token address as staking token core/ledger: fix `value` types in functions that update parameters storage fixes/upgrades for tests core/token/credit_tokens: handle overflows upgrade total token supply tracking and balance tracking at genesis pos misc: cargo files, debugging, test parameters tests for inflation apps/lib: configure genesis to set up any number of validators trigger 2-block countdown to new epoch for Tendermint log block rewards with accumulator LazyMaps and apply inflation with rewards products storage types and keys for inflation inflation and rewards modules shared/pos: re-use PoS address from address mod core: refactor gov address
- Loading branch information
Showing
41 changed files
with
2,102 additions
and
539 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,6 @@ | ||
- Infrastructure for PoS inflation and rewards. Includes inflation | ||
using the PD controller mechanism and rewards based on validator block voting | ||
behavior. Rewards are tracked and effectively distributed using the F1 fee | ||
mechanism. In this PR, rewards are calculated and stored, but they are not | ||
yet applied to voting powers or considered when unbonding and withdrawing. | ||
([#714](https://github.com/anoma/namada/pull/714)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.