mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 17:41:08 +00:00
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:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user