mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
removes use of sc_client::Client from sc_finality_grandpa (#5030)
* removes use of sc_client::Client from sc_finality_grandpa * code formatting * code formatting * removes use of sc_client::Client from sc_finality_grandpa
This commit is contained in:
@@ -21,8 +21,9 @@ assert_matches = "1.3.0"
|
||||
parity-scale-codec = { version = "1.0.0", features = ["derive"] }
|
||||
sp-arithmetic = { version = "2.0.0-alpha.2", path = "../../primitives/arithmetic" }
|
||||
sp-runtime = { version = "2.0.0-alpha.2", path = "../../primitives/runtime" }
|
||||
sp-consensus = { version = "0.8.0-alpha.2", path = "../../primitives/consensus/common" }
|
||||
sp-consensus = { version = "0.8.0-alpha.1", path = "../../primitives/consensus/common" }
|
||||
sp-core = { version = "2.0.0-alpha.2", path = "../../primitives/core" }
|
||||
sp-api = { version = "2.0.0-alpha.2", path = "../../primitives/api" }
|
||||
sc-telemetry = { version = "2.0.0-alpha.2", path = "../telemetry" }
|
||||
sc-keystore = { version = "2.0.0-alpha.2", path = "../keystore" }
|
||||
serde_json = "1.0.41"
|
||||
|
||||
Reference in New Issue
Block a user