mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
grandpa: update to finality-grandpa v0.12.0 (#5853)
* grandpa: update to v0.12.0 * grandpa: fix tests * grandpa: better validation of authority set invariants * grandpa: avoid duplicating invalid authority list check * grandpa: add missing doc * grandpa: better validation of expect proofs * grandpa: fix test compilation * grandpa: fix tests * grandpa: add test for AuthoritySet invariants * grandpa: bump finality-grandpa to v0.12.0
This commit is contained in:
@@ -14,6 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
derive_more = "0.99.2"
|
||||
fork-tree = { version = "2.0.0-dev", path = "../../utils/fork-tree" }
|
||||
futures = "0.3.4"
|
||||
futures-timer = "3.0.1"
|
||||
@@ -41,11 +42,11 @@ sp-finality-tracker = { version = "2.0.0-dev", path = "../../primitives/finality
|
||||
sp-finality-grandpa = { version = "2.0.0-dev", path = "../../primitives/finality-grandpa" }
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.8.0-dev"}
|
||||
sc-block-builder = { version = "0.8.0-dev", path = "../block-builder" }
|
||||
finality-grandpa = { version = "0.11.2", features = ["derive-codec"] }
|
||||
finality-grandpa = { version = "0.12.0", features = ["derive-codec"] }
|
||||
pin-project = "0.4.6"
|
||||
|
||||
[dev-dependencies]
|
||||
finality-grandpa = { version = "0.11.2", features = ["derive-codec", "test-helpers"] }
|
||||
finality-grandpa = { version = "0.12.0", features = ["derive-codec", "test-helpers"] }
|
||||
sc-network = { version = "0.8.0-dev", path = "../network" }
|
||||
sc-network-test = { version = "0.8.0-dev", path = "../network/test" }
|
||||
sp-keyring = { version = "2.0.0-dev", path = "../../primitives/keyring" }
|
||||
|
||||
Reference in New Issue
Block a user