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:
Seun Lanlege
2020-02-27 12:19:07 +01:00
committed by GitHub
parent bad9647af9
commit 5907b0d902
13 changed files with 333 additions and 309 deletions
+2 -1
View File
@@ -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"