Companion PR for Add a build-sync-spec subcommand and remove the CHT roots from the light sync state. (#1670)

* Add BuildSyncSpec

* Remove accidental whitespace

* Update substrate

* Update substrate

* Fix wasm compilation
This commit is contained in:
Ashley
2020-09-11 17:08:03 +02:00
committed by GitHub
parent 84f2ab3d7f
commit 5c1553be27
6 changed files with 309 additions and 181 deletions
+3
View File
@@ -24,6 +24,9 @@ pub enum Subcommand {
/// Build a chain specification.
BuildSpec(sc_cli::BuildSpecCmd),
/// Build a chain specification with a light client sync state.
BuildSyncSpec(sc_cli::BuildSyncSpecCmd),
/// Validate blocks.
CheckBlock(sc_cli::CheckBlockCmd),