Make `--collator` reusable and imply `--validator` (#380)
* Reusable RunCmd struct * wire new run command through service * Fill in the rest of the methods * attempt normalization * Settle on the borrowing approach * add the normalize call * bump substrate * Update client/cli/src/lib.rs Co-authored-by:Bastian Köcher <bkchr@users.noreply.github.com> * Update docs * Update client/cli/src/lib.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
Showing
- cumulus/Cargo.lock 150 additions, 150 deletionscumulus/Cargo.lock
- cumulus/client/cli/src/lib.rs 137 additions, 0 deletionscumulus/client/cli/src/lib.rs
- cumulus/rococo-parachains/src/cli.rs 1 addition, 25 deletionscumulus/rococo-parachains/src/cli.rs
- cumulus/rococo-parachains/src/command.rs 4 additions, 5 deletionscumulus/rococo-parachains/src/command.rs
- cumulus/rococo-parachains/src/service.rs 7 additions, 13 deletionscumulus/rococo-parachains/src/service.rs
This diff is collapsed.
Please register or sign in to comment