Update Substrate (#808)

* Update to latest Substrate master

* upgrade decl_storage declaration

* Companion PR to Substrate#4752

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
Co-authored-by: thiolliere <gui.thiolliere@gmail.com>
Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
This commit is contained in:
Gavin Wood
2020-01-29 20:46:51 +01:00
committed by GitHub
parent ed8a4c29bb
commit 6c32055fbe
11 changed files with 615 additions and 350 deletions
+1 -1
View File
@@ -454,7 +454,7 @@ fn run_collator_node<S, E, P, Extrinsic>(
}
}.boxed();
service.spawn_essential_task(work);
service.spawn_essential_task("collation", work);
polkadot_cli::run_until_exit(runtime, service, exit)
}