-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Adjust Polkadot inflation with auctions (once enabled) #8174
Comments
and how is this number being computed? the comment I see from Gav when he first changed the inflation rate logic says:
So with 41 parachains, Kusama's ideal stake should be |
okay, I guess the issue is that |
Using auctionCounter is correct, also as per the Rust codebase. The discrepancy is most-probably related to this - https://github.com/paritytech/polkadot/blob/816cb64ea16102c6c79f6be2a917d832d98df757/runtime/kusama/src/lib.rs#L526-L527 The param config is literally 30% as per the comment as opposed to using Suggestion for the calcs here are always appreciated (probably not this issue, since it related to functionality adjustment, not "it doesn't quite line up") -
|
Any updates on this? it has caused some confusion here and there. |
As a suggestion by Alex Birdo, probably best to just remove the confusion by removing the text for now then, we can add it back in when corrected. |
Yes, happy to see this removed. |
See paritytech/polkadot#5872
The text was updated successfully, but these errors were encountered: