add fast-unstsake pallet to all runtimes (#6050)
* add fast-unstsake pallet to all runtimes * ".git/.scripts/fmt.sh" 1 * ".git/.scripts/bench-bot.sh" runtime polkadot-dev pallet_fast_unstake * ".git/.scripts/bench-bot.sh" runtime westend-dev pallet_fast_unstake * fix up all the weight stuff * update substrate * update mistake in kusama * add stub file * Update runtime/polkadot/src/lib.rs Co-authored-by:Nitwit <47109040+BustaNit@users.noreply.github.com> * Update runtime/westend/src/lib.rs Co-authored-by:
Nitwit <47109040+BustaNit@users.noreply.github.com> * cargo update -p sp-io * add signed extension as well * Revert "add signed extension as well" This reverts commit deb936fe5a9a13a62d02757045b1dfa40dccb190. * cargo update -p sp-io * ".git/.scripts/bench-bot.sh" runtime kusama-dev pallet_fast_unstake * ".git/.scripts/bench-bot.sh" runtime polkadot-dev pallet_fast_unstake * update sub * integrate latest substrate changes * ".git/.scripts/fmt.sh" 1 * ".git/.scripts/bench-bot.sh" runtime westend-dev pallet_fast_unstake Co-authored-by: command-bot <> Co-authored-by:
Nitwit <47109040+BustaNit@users.noreply.github.com>
Showing
- polkadot/Cargo.lock 197 additions, 173 deletionspolkadot/Cargo.lock
- polkadot/runtime/kusama/Cargo.toml 4 additions, 0 deletionspolkadot/runtime/kusama/Cargo.toml
- polkadot/runtime/kusama/src/lib.rs 20 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_fast_unstake.rs 114 additions, 0 deletionspolkadot/runtime/kusama/src/weights/pallet_fast_unstake.rs
- polkadot/runtime/polkadot/Cargo.toml 4 additions, 0 deletionspolkadot/runtime/polkadot/Cargo.toml
- polkadot/runtime/polkadot/src/lib.rs 21 additions, 3 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_fast_unstake.rs 114 additions, 0 deletionspolkadot/runtime/polkadot/src/weights/pallet_fast_unstake.rs
- polkadot/runtime/westend/Cargo.toml 4 additions, 0 deletionspolkadot/runtime/westend/Cargo.toml
- polkadot/runtime/westend/src/lib.rs 17 additions, 2 deletionspolkadot/runtime/westend/src/lib.rs
- polkadot/runtime/westend/src/weights/mod.rs 1 addition, 0 deletionspolkadot/runtime/westend/src/weights/mod.rs
- polkadot/runtime/westend/src/weights/pallet_fast_unstake.rs 116 additions, 0 deletionspolkadot/runtime/westend/src/weights/pallet_fast_unstake.rs
Please register or sign in to comment