Fix AH Inflation back to what RC was#998
Merged
Merged
Conversation
kianenigma
commented
Nov 5, 2025
kianenigma
commented
Nov 5, 2025
sigurpol
reviewed
Nov 5, 2025
Ank4n
approved these changes
Nov 5, 2025
ggwpez
approved these changes
Nov 5, 2025
…mes into kiz-ahm-inflation
bkchr
approved these changes
Nov 5, 2025
Co-authored-by: Bastian Köcher <git@kchr.de>
Co-authored-by: Bastian Köcher <git@kchr.de>
Contributor
Author
|
/merge |
|
Review required! Latest push from author must always be reviewed |
sigurpol
approved these changes
Nov 6, 2025
joepetrowski
approved these changes
Nov 6, 2025
Contributor
Failed to update PR ❌There was an error while trying to keep this PR You may have conflicts More info in the logs 📋 |
pepoviola
pushed a commit
to pepoviola/polkadot-fellows-runtimes
that referenced
this pull request
Nov 12, 2025
While copying configs from RC to AH, the fixed total issuance noted in [Referendum 1139](https://polkadot.subsquare.io/referenda/1139) was misplaced with sth else. This PR fixes this. **Note to all validators and stakers: Until this fix is deployed, the staking rewards are expected to be about 60% less than before.** - [x] move `experimental_inflation_prediction_info` to AH. - [x] use `async_backing::MINUTES`! --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Bastian Köcher <git@kchr.de>
|
How would missing staking rewards before this fix, and after the migration be fixed @kianenigma |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
While copying configs from RC to AH, the fixed total issuance noted in Referendum 1139 was misplaced with sth else. This PR fixes this.
Note to all validators and stakers: Until this fix is deployed, the staking rewards are expected to be about 60% less than before.
experimental_inflation_prediction_infoto AH.async_backing::MINUTES!