Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit b6cb00b

Browse files
authored
grandpa: update to finality-grandpa v0.12.3 (#5972)
1 parent 64d603a commit b6cb00b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/finality-grandpa/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ sp-finality-tracker = { version = "2.0.0-dev", path = "../../primitives/finality
4242
sp-finality-grandpa = { version = "2.0.0-dev", path = "../../primitives/finality-grandpa" }
4343
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.8.0-dev"}
4444
sc-block-builder = { version = "0.8.0-dev", path = "../block-builder" }
45-
finality-grandpa = { version = "0.12.2", features = ["derive-codec"] }
45+
finality-grandpa = { version = "0.12.3", features = ["derive-codec"] }
4646
pin-project = "0.4.6"
4747

4848
[dev-dependencies]
49-
finality-grandpa = { version = "0.12.2", features = ["derive-codec", "test-helpers"] }
49+
finality-grandpa = { version = "0.12.3", features = ["derive-codec", "test-helpers"] }
5050
sc-network = { version = "0.8.0-dev", path = "../network" }
5151
sc-network-test = { version = "0.8.0-dev", path = "../network/test" }
5252
sp-keyring = { version = "2.0.0-dev", path = "../../primitives/keyring" }

client/finality-grandpa/rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "GPL-3.0"
99

1010
[dependencies]
1111
sc-finality-grandpa = { version = "0.8.0-dev", path = "../" }
12-
finality-grandpa = { version = "0.12.2", features = ["derive-codec"] }
12+
finality-grandpa = { version = "0.12.3", features = ["derive-codec"] }
1313
jsonrpc-core = "14.0.3"
1414
jsonrpc-core-client = "14.0.3"
1515
jsonrpc-derive = "14.0.3"

frame/grandpa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pallet-session = { version = "2.0.0-dev", default-features = false, path = "../s
2727
pallet-finality-tracker = { version = "2.0.0-dev", default-features = false, path = "../finality-tracker" }
2828

2929
[dev-dependencies]
30-
grandpa = { package = "finality-grandpa", version = "0.12.2", features = ["derive-codec"] }
30+
grandpa = { package = "finality-grandpa", version = "0.12.3", features = ["derive-codec"] }
3131
sp-io = { version = "2.0.0-dev", path = "../../primitives/io" }
3232
sp-keyring = { version = "2.0.0-dev", path = "../../primitives/keyring" }
3333
pallet-balances = { version = "2.0.0-dev", path = "../balances" }

primitives/finality-grandpa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1616
[dependencies]
1717
sp-application-crypto = { version = "2.0.0-dev", default-features = false, path = "../application-crypto" }
1818
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] }
19-
grandpa = { package = "finality-grandpa", version = "0.12.2", default-features = false, features = ["derive-codec"] }
19+
grandpa = { package = "finality-grandpa", version = "0.12.3", default-features = false, features = ["derive-codec"] }
2020
log = { version = "0.4.8", optional = true }
2121
serde = { version = "1.0.101", optional = true, features = ["derive"] }
2222
sp-api = { version = "2.0.0-dev", default-features = false, path = "../api" }

0 commit comments

Comments
 (0)