-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add block rewards to altair and centrifuge runtimes (#1342)
* feat: add ED funding to rewards pallet * feat: apply reward genesis config to dev runtime * tests: apply rewards ED to block rewards * tests: add sanity intgr block rewards check * feat: add block rewards to altair runtime * feat: add block rewards to cfg runtime * docs: improve blk rw migraton com * feat: reduce collator kick threshold to 2 hours * Revert "feat: reduce collator kick threshold to 2 hours" This reverts commit afc4d54. * fix: re-enable transfer keep alive * fix: chain_spec * refactor: move rewards migration * feat: add session key migration * fix: mixed up tokens in spec * refactor: rm dev migrations * bench: fix block rewards * refactor: move migrations to sep file * refactor: block rewards pallet id * refactor: improve pallet genesis build err log * refactor: remove rewards domain concept (#1344) * refactor: remove rewards domain concept * refactor: rm dev migrations * refactor: remove DOM * bench: fix block rewards * fix: RewardsApi * refactor: rename LiquidityRewardsBase * tests: add block rewards RAPI int * clippy: remove unused * fmt: taplo * fix: dev chainspec after renaming * refactor: apply suggestion from code review * Update runtime/centrifuge/src/lib.rs Co-authored-by: Frederik Gartenmeister <[email protected]> --------- Co-authored-by: Frederik Gartenmeister <[email protected]>
- Loading branch information
1 parent
8b811de
commit 629dcfd
Showing
40 changed files
with
1,417 additions
and
575 deletions.
There are no files selected for viewing
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
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.