Add broker pallet to `coretime-westend` (#3272)
This brings functionality to Westend's Coretime Chain runtime, where previously it was not much more than a shell. It is assumed that the Coretime pallet will have the same index in the Westend runtime as it does in Rococo for the runtime calls. TODO: - [x] Generate chainspec - [x] Regenerate weights - [x] Check hardcoded RuntimeCall weights against relay weights for transacts Aura key generation: https://github.com/paritytech/devops/issues/2725 --------- Co-authored-by: command-bot <> Co-authored-by:Bastian Köcher <git@kchr.de> Co-authored-by:
Anton Vilhelm Ásgeirsson <antonva@users.noreply.github.com>
Showing
- Cargo.lock 1 addition, 3 deletionsCargo.lock
- cumulus/parachains/chain-specs/coretime-westend.json 71 additions, 0 deletionscumulus/parachains/chain-specs/coretime-westend.json
- cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml 0 additions, 2 deletions...s/parachains/runtimes/coretime/coretime-rococo/Cargo.toml
- cumulus/parachains/runtimes/coretime/coretime-rococo/src/coretime.rs 2 additions, 3 deletions...achains/runtimes/coretime/coretime-rococo/src/coretime.rs
- cumulus/parachains/runtimes/coretime/coretime-rococo/src/weights/xcm/mod.rs 1 addition, 1 deletion.../runtimes/coretime/coretime-rococo/src/weights/xcm/mod.rs
- cumulus/parachains/runtimes/coretime/coretime-rococo/src/weights/xcm/pallet_xcm_benchmarks_generic.rs 0 additions, 10 deletions...e-rococo/src/weights/xcm/pallet_xcm_benchmarks_generic.rs
- cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml 6 additions, 6 deletions.../parachains/runtimes/coretime/coretime-westend/Cargo.toml
- cumulus/parachains/runtimes/coretime/coretime-westend/build.rs 9 additions, 1 deletion...us/parachains/runtimes/coretime/coretime-westend/build.rs
- cumulus/parachains/runtimes/coretime/coretime-westend/src/coretime.rs 249 additions, 0 deletions...chains/runtimes/coretime/coretime-westend/src/coretime.rs
- cumulus/parachains/runtimes/coretime/coretime-westend/src/lib.rs 30 additions, 25 deletions.../parachains/runtimes/coretime/coretime-westend/src/lib.rs
- cumulus/parachains/runtimes/coretime/coretime-westend/src/weights/cumulus_pallet_parachain_system.rs 47 additions, 23 deletions...me-westend/src/weights/cumulus_pallet_parachain_system.rs
- cumulus/parachains/runtimes/coretime/coretime-westend/src/weights/cumulus_pallet_xcmp_queue.rs 32 additions, 28 deletions...coretime-westend/src/weights/cumulus_pallet_xcmp_queue.rs
- cumulus/parachains/runtimes/coretime/coretime-westend/src/weights/frame_system.rs 86 additions, 57 deletions...mes/coretime/coretime-westend/src/weights/frame_system.rs
- cumulus/parachains/runtimes/coretime/coretime-westend/src/weights/mod.rs 2 additions, 1 deletion...ins/runtimes/coretime/coretime-westend/src/weights/mod.rs
- cumulus/parachains/runtimes/coretime/coretime-westend/src/weights/pallet_balances.rs 31 additions, 29 deletions.../coretime/coretime-westend/src/weights/pallet_balances.rs
- cumulus/parachains/runtimes/coretime/coretime-westend/src/weights/pallet_broker.rs 516 additions, 0 deletions...es/coretime/coretime-westend/src/weights/pallet_broker.rs
- cumulus/parachains/runtimes/coretime/coretime-westend/src/weights/pallet_collator_selection.rs 199 additions, 157 deletions...coretime-westend/src/weights/pallet_collator_selection.rs
- cumulus/parachains/runtimes/coretime/coretime-westend/src/weights/pallet_message_queue.rs 98 additions, 67 deletions...time/coretime-westend/src/weights/pallet_message_queue.rs
- cumulus/parachains/runtimes/coretime/coretime-westend/src/weights/pallet_multisig.rs 61 additions, 59 deletions.../coretime/coretime-westend/src/weights/pallet_multisig.rs
- cumulus/parachains/runtimes/coretime/coretime-westend/src/weights/pallet_session.rs 29 additions, 27 deletions...s/coretime/coretime-westend/src/weights/pallet_session.rs
Please register or sign in to comment