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>
This commit is contained in:
Kian Paimani
2022-11-08 08:04:46 +00:00
committed by GitHub
parent 1ed5e1ad7e
commit fb40925ebe
7 changed files with 125 additions and 81 deletions
+1 -1
View File
@@ -3291,7 +3291,6 @@ dependencies = [
"pallet-session-benchmarking",
"pallet-society",
"pallet-staking",
"pallet-staking-reward-fn",
"pallet-timestamp",
"pallet-tips",
"pallet-transaction-payment",
@@ -7029,6 +7028,7 @@ dependencies = [
"pallet-election-provider-multi-phase",
"pallet-session",
"pallet-staking",
"pallet-staking-reward-fn",
"pallet-timestamp",
"pallet-transaction-payment",
"pallet-treasury",