Migration testing CLI (#2447)
* Template * Midway.. * Make all 3 runtimes work * Update node/service/Cargo.toml * undo brach updates * fix with latest version * Update runtime/kusama/src/lib.rs Co-authored-by:Shawn Tabrizi <shawntabrizi@gmail.com> * Update runtime/rococo/src/lib.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Final nits * Update runtime/kusama/src/lib.rs Co-authored-by:
Guillaume Thiolliere <gui.thiolliere@gmail.com> Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
Guillaume Thiolliere <gui.thiolliere@gmail.com>
parent
6d46fc1d
Showing
- polkadot/Cargo.lock 57 additions, 0 deletionspolkadot/Cargo.lock
- polkadot/Cargo.toml 1 addition, 0 deletionspolkadot/Cargo.toml
- polkadot/cli/Cargo.toml 3 additions, 0 deletionspolkadot/cli/Cargo.toml
- polkadot/cli/src/cli.rs 5 additions, 1 deletionpolkadot/cli/src/cli.rs
- polkadot/cli/src/command.rs 26 additions, 1 deletionpolkadot/cli/src/command.rs
- polkadot/node/service/Cargo.toml 5 additions, 0 deletionspolkadot/node/service/Cargo.toml
- polkadot/runtime/kusama/Cargo.toml 6 additions, 2 deletionspolkadot/runtime/kusama/Cargo.toml
- polkadot/runtime/kusama/src/lib.rs 9 additions, 1 deletionpolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/polkadot/Cargo.toml 5 additions, 1 deletionpolkadot/runtime/polkadot/Cargo.toml
- polkadot/runtime/polkadot/src/lib.rs 9 additions, 0 deletionspolkadot/runtime/polkadot/src/lib.rs
- polkadot/runtime/westend/Cargo.toml 5 additions, 1 deletionpolkadot/runtime/westend/Cargo.toml
- polkadot/runtime/westend/src/lib.rs 9 additions, 1 deletionpolkadot/runtime/westend/src/lib.rs
Please register or sign in to comment