Add storage weight reclaim to Kusama system chains#941
Add storage weight reclaim to Kusama system chains#941fellowship-merge-bot[bot] merged 21 commits intomainfrom
Conversation
|
/cmd fmt |
|
Command "fmt" has started 🚀 See logs here |
|
Command "fmt" has finished ✅ See logs here |
|
/cmd bench --runtime asset-hub-kusama bridge-hub-kusama coretime-kusama --pallet cumulus_pallet_weight_reclaim |
|
Command "bench --runtime asset-hub-kusama bridge-hub-kusama coretime-kusama --pallet cumulus_pallet_weight_reclaim" has started 🚀 See logs here |
… bridge-hub-kusama coretime-kusama --pallet cumulus_pallet_weight_reclaim'
|
Command "bench --runtime asset-hub-kusama bridge-hub-kusama coretime-kusama --pallet cumulus_pallet_weight_reclaim" has finished ✅ See logs here DetailsSubweight results:
|
|
/cmd bench --runtime people-kusama --pallet cumulus_pallet_weight_reclaim |
system-parachains/coretime/coretime-kusama/src/weights/cumulus_pallet_weight_reclaim.rs
Outdated
Show resolved
Hide resolved
|
Command "bench --runtime people-kusama --pallet cumulus_pallet_weight_reclaim" has started 🚀 See logs here |
…pallet cumulus_pallet_weight_reclaim'
|
Command "bench --runtime people-kusama --pallet cumulus_pallet_weight_reclaim" has finished ✅ See logs here DetailsSubweight results:
|
|
/cmd bench --runtime coretime-kusama encointer-kusama --pallet cumulus_pallet_weight_reclaim |
|
Command "bench --runtime coretime-kusama encointer-kusama --pallet cumulus_pallet_weight_reclaim" has started 🚀 See logs here |
…encointer-kusama --pallet cumulus_pallet_weight_reclaim'
|
Command "bench --runtime coretime-kusama encointer-kusama --pallet cumulus_pallet_weight_reclaim" has finished ✅ See logs here DetailsSubweight results:
|
|
/cmd fmt |
|
@bkchr With paritytech/polkadot-sdk#10221 and paritytech/polkadot-sdk#10208 merged, I think we are ready to go here. |
|
Command "fmt" has started 🚀 See logs here |
|
Command "fmt" has finished ✅ See logs here |
|
/merge |
|
Enabled Available commands
For more information see the documentation |
This PR adds weight reclaim to Kusama system chains. Part of #494.
Originally we were hoping for quick fixing of paritytech/polkadot-sdk#6020, but it has proven to be quite tricky. The risk of overshooting in reality is low though, since we still have configurable training wheels in place (PoV size capped at 80% by default).