-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add block rewards to altair and centrifuge runtimes #1342
Merged
Merged
Changes from 27 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
0328dd0
feat: add ED funding to rewards pallet
wischli aad3cd7
feat: apply reward genesis config to dev runtime
wischli 793797e
tests: apply rewards ED to block rewards
wischli e320b01
tests: add sanity intgr block rewards check
wischli cd36e63
feat: add block rewards to altair runtime
wischli 1c64212
feat: add block rewards to cfg runtime
wischli 7a4b92f
docs: improve blk rw migraton com
wischli afc4d54
feat: reduce collator kick threshold to 2 hours
wischli 0301952
Revert "feat: reduce collator kick threshold to 2 hours"
wischli 9b4dc2a
fix: re-enable transfer keep alive
wischli d2aeaa2
fix: chain_spec
wischli d0aa485
refactor: move rewards migration
wischli 315bb78
feat: add session key migration
wischli e913b6f
Merge branch 'main' into feat/block-rewards-to-prod
wischli 87446db
fix: mixed up tokens in spec
wischli 12f08c1
refactor: rm dev migrations
wischli b87cd00
bench: fix block rewards
wischli a995225
Merge remote-tracking branch 'origin/main' into feat/block-rewards-to…
wischli 2b43d2b
refactor: move migrations to sep file
wischli 310f2b5
refactor: block rewards pallet id
wischli 635a6af
refactor: improve pallet genesis build err log
wischli e3047d2
refactor: remove rewards domain concept (#1344)
wischli 24616cf
refactor: rename LiquidityRewardsBase
wischli 7d322e4
tests: add block rewards RAPI int
wischli 9957c73
clippy: remove unused
wischli 238ddc9
fmt: taplo
wischli 4be7404
fix: dev chainspec after renaming
wischli 1fb344e
refactor: apply suggestion from code review
wischli 7bf4a40
Update runtime/centrifuge/src/lib.rs
wischli 0fcf91c
Merge branch 'main' into feat/block-rewards-to-prod
wischli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Genesis builds usually
panic!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1fb344e