Fully enable bags-list pallet in polkadot runtime (#4653)
* Fully enable bags-list pallet in polkadot runtime
* cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
* cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
* cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/
Co-authored-by:
Parity Bot <admin@parity.io>
Showing
- polkadot/runtime/kusama/src/lib.rs 0 additions, 1 deletionpolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/kusama/src/weights/pallet_staking.rs 73 additions, 67 deletionspolkadot/runtime/kusama/src/weights/pallet_staking.rs
- polkadot/runtime/polkadot/src/lib.rs 1 addition, 2 deletionspolkadot/runtime/polkadot/src/lib.rs
- polkadot/runtime/polkadot/src/weights/pallet_staking.rs 114 additions, 85 deletionspolkadot/runtime/polkadot/src/weights/pallet_staking.rs
- polkadot/runtime/westend/src/lib.rs 0 additions, 1 deletionpolkadot/runtime/westend/src/lib.rs
- polkadot/runtime/westend/src/weights/pallet_staking.rs 68 additions, 66 deletionspolkadot/runtime/westend/src/weights/pallet_staking.rs
- polkadot/utils/remote-ext-tests/bags-list/src/voter_bags.rs 0 additions, 157 deletionspolkadot/utils/remote-ext-tests/bags-list/src/voter_bags.rs
Please register or sign in to comment