mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 07:31: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:
Generated
+2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user