Add `collectives-westend` and `glutton-westend` runtimes (#2024)
Add collectives and glutton parachain westend runtimes to prepare for #1737. The removal of system parachain native runtimes #1737 is blocked until chainspecs and runtime APIs can be dealt with cleanly (merge of #1256 and follow up PRs). In the meantime, these additions are ready to be merged to `master`, so I have separated them out into this PR. Also marked `bridge-hub-westend` as unimplemented in line with [this issue](https://github.com/paritytech/parity-bridges-common/issues/2602). TODO - [x] add to `command-bot` benchmarks - [x] add to `command-bot-scripts` benchmarks - [x] generate weights --------- Co-authored-by:joe petrowski <25483142+joepetrowski@users.noreply.github.com> Co-authored-by:
Muharem <ismailov.m.h@gmail.com> Co-authored-by: command-bot <> Co-authored-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by:
Branislav Kontur <bkontur@gmail.com>
parent
c79b234b
Showing
- .github/workflows/build-and-attach-release-runtimes.yml 2 additions, 0 deletions.github/workflows/build-and-attach-release-runtimes.yml
- .gitlab/pipeline/check.yml 13 additions, 0 deletions.gitlab/pipeline/check.yml
- .gitlab/pipeline/short-benchmarks.yml 10 additions, 0 deletions.gitlab/pipeline/short-benchmarks.yml
- Cargo.lock 134 additions, 0 deletionsCargo.lock
- Cargo.toml 2 additions, 0 deletionsCargo.toml
- cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml 230 additions, 0 deletions...hains/runtimes/collectives/collectives-westend/Cargo.toml
- cumulus/parachains/runtimes/collectives/collectives-westend/build.rs 26 additions, 0 deletions...achains/runtimes/collectives/collectives-westend/build.rs
- cumulus/parachains/runtimes/collectives/collectives-westend/src/ambassador/mod.rs 262 additions, 0 deletions...mes/collectives/collectives-westend/src/ambassador/mod.rs
- cumulus/parachains/runtimes/collectives/collectives-westend/src/ambassador/origins.rs 135 additions, 0 deletions...collectives/collectives-westend/src/ambassador/origins.rs
- cumulus/parachains/runtimes/collectives/collectives-westend/src/ambassador/tracks.rs 282 additions, 0 deletions.../collectives/collectives-westend/src/ambassador/tracks.rs
- cumulus/parachains/runtimes/collectives/collectives-westend/src/fellowship/mod.rs 238 additions, 0 deletions...mes/collectives/collectives-westend/src/fellowship/mod.rs
- cumulus/parachains/runtimes/collectives/collectives-westend/src/fellowship/origins.rs 247 additions, 0 deletions...collectives/collectives-westend/src/fellowship/origins.rs
- cumulus/parachains/runtimes/collectives/collectives-westend/src/fellowship/tracks.rs 532 additions, 0 deletions.../collectives/collectives-westend/src/fellowship/tracks.rs
- cumulus/parachains/runtimes/collectives/collectives-westend/src/impls.rs 229 additions, 0 deletions...ins/runtimes/collectives/collectives-westend/src/impls.rs
- cumulus/parachains/runtimes/collectives/collectives-westend/src/lib.rs 1023 additions, 0 deletions...hains/runtimes/collectives/collectives-westend/src/lib.rs
- cumulus/parachains/runtimes/collectives/collectives-westend/src/weights/block_weights.rs 53 additions, 0 deletions...lectives/collectives-westend/src/weights/block_weights.rs
- cumulus/parachains/runtimes/collectives/collectives-westend/src/weights/cumulus_pallet_dmp_queue.rs 131 additions, 0 deletions...llectives-westend/src/weights/cumulus_pallet_dmp_queue.rs
- cumulus/parachains/runtimes/collectives/collectives-westend/src/weights/cumulus_pallet_parachain_system.rs 80 additions, 0 deletions...es-westend/src/weights/cumulus_pallet_parachain_system.rs
- cumulus/parachains/runtimes/collectives/collectives-westend/src/weights/cumulus_pallet_xcmp_queue.rs 148 additions, 0 deletions...lectives-westend/src/weights/cumulus_pallet_xcmp_queue.rs
- cumulus/parachains/runtimes/collectives/collectives-westend/src/weights/extrinsic_weights.rs 53 additions, 0 deletions...ives/collectives-westend/src/weights/extrinsic_weights.rs
Please register or sign in to comment