Remove Polkadot & Kusama native runtime (#1304)
This pull request removes the Polkadot and Kusama native runtime from the polkadot node. This brings some implications with it: There are no more kusama/polkadot-dev chain specs available. We will need to write some tooling in the fellowship repo to provide them easily. The try-runtime job for polkadot & kusama is not available anymore as we don't have the dev chain specs anymore. Certain benchmarking commands will also not work until we migrate them to use a runtime api. Some crates in utils are still depending on the polkadot/kusama native runtime that will also need to be fixed. Port of: https://github.com/paritytech/polkadot/pull/7467
parent
122086d3
Branches
Pipeline
#392063
canceled
with stages
in
22 minutes and 20 seconds
Stage:
Stage:
Stage:
Stage:
Stage:
Stage:
Showing
- .gitlab/pipeline/short-benchmarks.yml 2 additions, 12 deletions.gitlab/pipeline/short-benchmarks.yml
- Cargo.lock 0 additions, 5 deletionsCargo.lock
- polkadot/Cargo.toml 1 addition, 5 deletionspolkadot/Cargo.toml
- polkadot/cli/Cargo.toml 1 addition, 5 deletionspolkadot/cli/Cargo.toml
- polkadot/cli/src/command.rs 9 additions, 38 deletionspolkadot/cli/src/command.rs
- polkadot/cli/src/error.rs 6 additions, 0 deletionspolkadot/cli/src/error.rs
- polkadot/node/malus/Cargo.toml 1 addition, 1 deletionpolkadot/node/malus/Cargo.toml
- polkadot/node/service/Cargo.toml 1 addition, 20 deletionspolkadot/node/service/Cargo.toml
- polkadot/node/service/src/benchmarking.rs 15 additions, 151 deletionspolkadot/node/service/src/benchmarking.rs
- polkadot/node/service/src/chain_spec.rs 16 additions, 651 deletionspolkadot/node/service/src/chain_spec.rs
- polkadot/node/service/src/lib.rs 1 addition, 5 deletionspolkadot/node/service/src/lib.rs
- polkadot/node/test/service/Cargo.toml 1 addition, 0 deletionspolkadot/node/test/service/Cargo.toml
- polkadot/node/test/service/src/chain_spec.rs 11 additions, 3 deletionspolkadot/node/test/service/src/chain_spec.rs
- polkadot/tests/benchmark_block.rs 16 additions, 15 deletionspolkadot/tests/benchmark_block.rs
- polkadot/tests/benchmark_extrinsic.rs 1 addition, 1 deletionpolkadot/tests/benchmark_extrinsic.rs
- polkadot/tests/benchmark_overhead.rs 5 additions, 5 deletionspolkadot/tests/benchmark_overhead.rs
- polkadot/tests/common.rs 8 additions, 31 deletionspolkadot/tests/common.rs
- polkadot/tests/purge_chain_works.rs 93 additions, 96 deletionspolkadot/tests/purge_chain_works.rs
- polkadot/tests/running_the_node_and_interrupt.rs 5 additions, 12 deletionspolkadot/tests/running_the_node_and_interrupt.rs
Please register or sign in to comment