Companion for #10356: Preimage registrar and Scheduler integration (#4384)
* Make build
* Formatting
* Add migrations
* Fixes
* Fixes
* Bump
* cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_preimage --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
* Fixes
* Fixes
* Fixes
* Missing files
* cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_scheduler --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=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_preimage --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
* Fixes
* cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_scheduler --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_scheduler --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/
* cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_preimage --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/
* Fixes
* cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_preimage --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/
* Fixes
Co-authored-by:
Parity Bot <admin@parity.io>
parent
3f861f4f
Showing
- polkadot/Cargo.lock 182 additions, 163 deletionspolkadot/Cargo.lock
- polkadot/runtime/kusama/Cargo.toml 4 additions, 0 deletionspolkadot/runtime/kusama/Cargo.toml
- polkadot/runtime/kusama/src/lib.rs 45 additions, 3 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_preimage.rs 131 additions, 0 deletionspolkadot/runtime/kusama/src/weights/pallet_preimage.rs
- polkadot/runtime/kusama/src/weights/pallet_scheduler.rs 136 additions, 17 deletionspolkadot/runtime/kusama/src/weights/pallet_scheduler.rs
- polkadot/runtime/polkadot/Cargo.toml 4 additions, 0 deletionspolkadot/runtime/polkadot/Cargo.toml
- polkadot/runtime/polkadot/src/lib.rs 44 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_preimage.rs 131 additions, 0 deletionspolkadot/runtime/polkadot/src/weights/pallet_preimage.rs
- polkadot/runtime/polkadot/src/weights/pallet_scheduler.rs 136 additions, 17 deletionspolkadot/runtime/polkadot/src/weights/pallet_scheduler.rs
- polkadot/runtime/westend/Cargo.toml 4 additions, 0 deletionspolkadot/runtime/westend/Cargo.toml
- polkadot/runtime/westend/src/lib.rs 44 additions, 3 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_preimage.rs 131 additions, 0 deletionspolkadot/runtime/westend/src/weights/pallet_preimage.rs
- polkadot/runtime/westend/src/weights/pallet_scheduler.rs 136 additions, 17 deletionspolkadot/runtime/westend/src/weights/pallet_scheduler.rs
Please register or sign in to comment