Update polkadot inflation to take into account auctions (#5872)
* Update polkadot inflation to take into account auctions * a possible solution -- but needs a rather untrivial data seeding * some additional comments * Use LOWEST_PUBLIC_ID as a guide to filter out system/common good para ids * Fixes * move tests * fix Co-authored-by:Keith Yeung <kungfukeith11@gmail.com> Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
Showing
- polkadot/Cargo.lock 1 addition, 1 deletionpolkadot/Cargo.lock
- polkadot/runtime/common/Cargo.toml 2 additions, 0 deletionspolkadot/runtime/common/Cargo.toml
- polkadot/runtime/common/src/impls.rs 81 additions, 0 deletionspolkadot/runtime/common/src/impls.rs
- polkadot/runtime/kusama/Cargo.toml 0 additions, 2 deletionspolkadot/runtime/kusama/Cargo.toml
- polkadot/runtime/kusama/src/lib.rs 10 additions, 43 deletionspolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/kusama/src/tests.rs 0 additions, 34 deletionspolkadot/runtime/kusama/src/tests.rs
- polkadot/runtime/polkadot/src/lib.rs 31 additions, 1 deletionpolkadot/runtime/polkadot/src/lib.rs
Please register or sign in to comment