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
+3
View File
@@ -48,6 +48,9 @@ support = { package = "srml-support", path = "../../srml/support", default-featu
im_online = { package = "srml-im-online", path = "../../srml/im-online", default-features = false }
sr-authority-discovery = { package = "srml-authority-discovery", path = "../../srml/authority-discovery", default-features = false }
authority-discovery = { package = "substrate-authority-discovery", path = "../../core/authority-discovery"}
client_db = { package = "substrate-client-db", path = "../../core/client/db", features = ["kvdb-rocksdb"] }
offchain = { package = "substrate-offchain", path = "../../core/offchain" }
[dev-dependencies]
keystore = { package = "substrate-keystore", path = "../../core/keystore" }