[kitchensink] migrate to use genesis presets (#7741)
Last subtask from
https://github.com/paritytech/polkadot-sdk/issues/5704.
Closes #5704.
The substrate-node is not 100% free of the native runtime yet, but the
code has become less convoluted and better documented. The final cleanup
needs https://github.com/paritytech/polkadot-sdk/issues/7748.
---------
Co-authored-by:
Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com>
parent
df99fb94
Showing
- .github/workflows/runtimes-matrix.json 1 addition, 1 deletion.github/workflows/runtimes-matrix.json
- Cargo.lock 1 addition, 0 deletionsCargo.lock
- substrate/bin/node/cli/src/chain_spec.rs 85 additions, 173 deletionssubstrate/bin/node/cli/src/chain_spec.rs
- substrate/bin/node/cli/tests/benchmark_pallet_works.rs 1 addition, 3 deletionssubstrate/bin/node/cli/tests/benchmark_pallet_works.rs
- substrate/bin/node/runtime/Cargo.toml 1 addition, 0 deletionssubstrate/bin/node/runtime/Cargo.toml
- substrate/bin/node/runtime/src/genesis_config_presets.rs 234 additions, 0 deletionssubstrate/bin/node/runtime/src/genesis_config_presets.rs
- substrate/bin/node/runtime/src/lib.rs 7 additions, 4 deletionssubstrate/bin/node/runtime/src/lib.rs
Please register or sign in to comment