Enable runtime_api for Substrate service (#3709)

* added new_full_concrete for service

* line width fix

* Update node/cli/src/service.rs

Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>

* Update node/cli/src/service.rs

Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>

* Update node/cli/src/service.rs

Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>

* replaced new_full

* empty

* added backticks to pass ci
This commit is contained in:
Alexey
2019-09-27 12:43:25 +03:00
committed by Bastian Köcher
parent 3864d0e4da
commit 62be947877
5 changed files with 48 additions and 3 deletions
+2
View File
@@ -2370,6 +2370,7 @@ dependencies = [
"substrate-basic-authorship 2.0.0",
"substrate-cli 2.0.0",
"substrate-client 2.0.0",
"substrate-client-db 2.0.0",
"substrate-consensus-babe 2.0.0",
"substrate-consensus-babe-primitives 2.0.0",
"substrate-consensus-common 2.0.0",
@@ -2379,6 +2380,7 @@ dependencies = [
"substrate-keyring 2.0.0",
"substrate-keystore 2.0.0",
"substrate-network 2.0.0",
"substrate-offchain 2.0.0",
"substrate-primitives 2.0.0",
"substrate-rpc 2.0.0",
"substrate-service 2.0.0",