Add nomination pools to Polkadot runtime (#5582)
* Add nomination poools to Polkadot runtime * fmt + spellcheck * cargo run --quiet --profile=production --features runtime-benchmarks -- benchmark pallet --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_nomination_pools --extrinsic=* --execution=wasm --wasm-execution=compiled --header=./file_header.txt --output=./runtime/polkadot/src/weights/ * fiux * ".git/.scripts/bench-bot.sh" runtime polkadot-dev pallet_nomination_pools * ".git/.scripts/fmt.sh" 1 * Update runtime/polkadot/src/lib.rs Co-authored-by:Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * fix * fmt * Update runtime/polkadot/src/lib.rs Co-authored-by:
Parity Bot <admin@parity.io> Co-authored-by: command-bot <> Co-authored-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
parent
4def0da0
Showing
- polkadot/Cargo.lock 2 additions, 0 deletionspolkadot/Cargo.lock
- polkadot/node/service/src/chain_spec.rs 2 additions, 0 deletionspolkadot/node/service/src/chain_spec.rs
- polkadot/runtime/common/src/lib.rs 18 additions, 1 deletionpolkadot/runtime/common/src/lib.rs
- polkadot/runtime/kusama/src/lib.rs 4 additions, 16 deletionspolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/polkadot/Cargo.toml 5 additions, 0 deletionspolkadot/runtime/polkadot/Cargo.toml
- polkadot/runtime/polkadot/src/lib.rs 61 additions, 5 deletionspolkadot/runtime/polkadot/src/lib.rs
- polkadot/runtime/polkadot/src/weights/mod.rs 1 addition, 0 deletionspolkadot/runtime/polkadot/src/weights/mod.rs
- polkadot/runtime/polkadot/src/weights/pallet_nomination_pools.rs 271 additions, 0 deletions...t/runtime/polkadot/src/weights/pallet_nomination_pools.rs
- polkadot/runtime/westend/src/lib.rs 2 additions, 16 deletionspolkadot/runtime/westend/src/lib.rs
Please register or sign in to comment