mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 06:17:56 +00:00
Make chain && state RPCs async (#3480)
* chain+state RPCs are async now * wrapped too long lines * create full/light RPC impls from service * use ordering * post-merge fix
This commit is contained in:
committed by
Gavin Wood
parent
816e132cd7
commit
607ee0a4e4
@@ -10,7 +10,8 @@ fnv = { version = "1.0", optional = true }
|
||||
log = { version = "0.4", optional = true }
|
||||
parking_lot = { version = "0.9.0", optional = true }
|
||||
hex = { package = "hex-literal", version = "0.2", optional = true }
|
||||
futures-preview = { version = "=0.3.0-alpha.17", optional = true }
|
||||
futures = { version = "0.1", optional = true }
|
||||
futures03 = { package = "futures-preview", version = "=0.3.0-alpha.17", features = ["compat"], optional = true }
|
||||
consensus = { package = "substrate-consensus-common", path = "../consensus/common", optional = true }
|
||||
executor = { package = "substrate-executor", path = "../executor", optional = true }
|
||||
state-machine = { package = "substrate-state-machine", path = "../state-machine", optional = true }
|
||||
@@ -49,7 +50,8 @@ std = [
|
||||
"fnv",
|
||||
"log",
|
||||
"hex",
|
||||
"futures-preview",
|
||||
"futures",
|
||||
"futures03",
|
||||
"executor",
|
||||
"state-machine",
|
||||
"keyring",
|
||||
|
||||
Reference in New Issue
Block a user