Integrate try-runtime into substrate node template (#10909)
* [10892-integrate-try-runtime-into-node-template] - Integrated try-runtime into node template * [10892-integrate-try-runtime-into-node-template] Added match arms for try-runtime in command.rs * [10892-integrate-try-runtime-into-node-template] Added match arms for try-runtime in command.rs * Added feature flag for try-runtime in node-template/node and enabled try-runtime for node-template/runtime * Added missing type annotations for try-runtime SubCommand in node-template * Added missing type annotations for try-runtime SubCommand in node-template * Implemented frame_try_runtime::TryRuntime<Block> for the node-template Runtime
Showing
- substrate/Cargo.lock 2 additions, 0 deletionssubstrate/Cargo.lock
- substrate/bin/node-template/node/Cargo.toml 6 additions, 0 deletionssubstrate/bin/node-template/node/Cargo.toml
- substrate/bin/node-template/node/src/cli.rs 8 additions, 0 deletionssubstrate/bin/node-template/node/src/cli.rs
- substrate/bin/node-template/node/src/command.rs 17 additions, 0 deletionssubstrate/bin/node-template/node/src/command.rs
- substrate/bin/node-template/runtime/Cargo.toml 12 additions, 0 deletionssubstrate/bin/node-template/runtime/Cargo.toml
- substrate/bin/node-template/runtime/src/lib.rs 15 additions, 0 deletionssubstrate/bin/node-template/runtime/src/lib.rs
Please register or sign in to comment