Skip to content
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

staking inflation #232

Merged
merged 25 commits into from
Feb 9, 2021
Merged

staking inflation #232

merged 25 commits into from
Feb 9, 2021

Conversation

4meta5
Copy link
Contributor

@4meta5 4meta5 commented Feb 5, 2021

What does it do?

Enforces an annual inflation rate range by converting it to a per-round inflation range to compute the issuance range and calculate issuance according to how total staked compares with staking expectations.

What important points reviewers should know?

high-level docs

Is there something left for follow-up PRs?

What alternative implementations were considered?

Are there relevant PRs or issues in other repositories (Substrate, Polkadot, Frontier, Cumulus)?

#179

What value does it bring to the blockchain users?

Checklist

  • Does it require a purge of the network? no
  • You bumped the runtime version if there are breaking changes in the runtime ?
  • Does it require changes in documentation/tutorials ? no

pallets/stake/src/lib.rs Outdated Show resolved Hide resolved
pallets/stake/src/lib.rs Show resolved Hide resolved
pallets/stake/src/lib.rs Outdated Show resolved Hide resolved
pallets/stake/src/lib.rs Outdated Show resolved Hide resolved
@4meta5 4meta5 marked this pull request as ready for review February 8, 2021 10:39
@4meta5 4meta5 added A0-pleasereview Pull request needs code review. B7-runtimenoteworthy Changes should be noted in any runtime-upgrade release notes labels Feb 8, 2021
tests/tests/test-stake.ts Outdated Show resolved Hide resolved
runtime/src/lib.rs Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A0-pleasereview Pull request needs code review. B7-runtimenoteworthy Changes should be noted in any runtime-upgrade release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants