You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the current behavior and expected behavior?
The ideal staking rate is shown as 75% on Polkadot and 45% on Kusama. Both values are incorrect. The ideal staking rate is calculated here by using all active parachains with an ID greater or equal than 2000 (i.e., no system parachains).
It seems to me the Polkadot tab does not at all calculate the proper ideal staking rate, while the Kusama tab might still use the (outdated) calculation of using the number of auctions (that keeps counting up even if slots expire), pushing it to the minimum of 45%
Based on my calculations the ideal staking rate right now should be 53.5% on Polkadot (43 parachains) and 55% on Kusama (40 parachains).
The text was updated successfully, but these errors were encountered:
It is not "fixed" - it will probably still be while until I get some time to add tests to the Rust codebase to compare and then check/merge the linked PR. Unless there is proven consistency between the 2, cannot merge it.
(This is what was done on the initial implementation of the subsequently changed inflation calcs - port logic, add tests to compare between Rust/JS, compare, tweak, merge)
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.
I'm submitting a ...
What is the current behavior and expected behavior?
The ideal staking rate is shown as 75% on Polkadot and 45% on Kusama. Both values are incorrect. The ideal staking rate is calculated here by using all active parachains with an ID greater or equal than 2000 (i.e., no system parachains).
It seems to me the Polkadot tab does not at all calculate the proper ideal staking rate, while the Kusama tab might still use the (outdated) calculation of using the number of auctions (that keeps counting up even if slots expire), pushing it to the minimum of 45%
Based on my calculations the ideal staking rate right now should be 53.5% on Polkadot (43 parachains) and 55% on Kusama (40 parachains).
The text was updated successfully, but these errors were encountered: