Add Nomination Pools to Kusama (#5447)
* add nomination pools to kusama * Update runtime/kusama/src/lib.rs Co-authored-by:Mara Robin B. <mara@broda.me> * Update runtime/kusama/src/lib.rs * probably fix build * really fix build * fix benches * cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark pallet --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_nomination_pools --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/ * cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark pallet --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_nomination_pools --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/ * whitelist transactional storage limit * make defensive * fix * cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark pallet --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_nomination_pools --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/ * update * fix benches * cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark pallet --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_nomination_pools --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/ * change head * fmt Co-authored-by:
Mara Robin B. <mara@broda.me> Co-authored-by:
Parity Bot <admin@parity.io>
Showing
- polkadot/Cargo.lock 2 additions, 0 deletionspolkadot/Cargo.lock
- polkadot/node/service/src/chain_spec.rs 3 additions, 6 deletionspolkadot/node/service/src/chain_spec.rs
- polkadot/runtime/kusama/Cargo.toml 5 additions, 0 deletionspolkadot/runtime/kusama/Cargo.toml
- polkadot/runtime/kusama/src/lib.rs 70 additions, 2 deletionspolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/kusama/src/weights/mod.rs 1 addition, 0 deletionspolkadot/runtime/kusama/src/weights/mod.rs
- polkadot/runtime/kusama/src/weights/pallet_nomination_pools.rs 250 additions, 0 deletions...dot/runtime/kusama/src/weights/pallet_nomination_pools.rs
- polkadot/runtime/westend/src/lib.rs 4 additions, 1 deletionpolkadot/runtime/westend/src/lib.rs
- polkadot/runtime/westend/src/weights/pallet_nomination_pools.rs 45 additions, 53 deletions...ot/runtime/westend/src/weights/pallet_nomination_pools.rs
- polkadot/utils/staking-miner/Cargo.lock 4484 additions, 0 deletionspolkadot/utils/staking-miner/Cargo.lock
Please register or sign in to comment