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

Commit c6486d6

Browse files
committed
WIP: point finality-grandpa for rpc to different branch
1 parent c52de1a commit c6486d6

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@ sp-finality-tracker = { version = "2.0.0-dev", path = "../../primitives/finality
4141
sp-finality-grandpa = { version = "2.0.0-dev", path = "../../primitives/finality-grandpa" }
4242
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.8.0-dev"}
4343
sc-block-builder = { version = "0.8.0-dev", path = "../block-builder" }
44-
finality-grandpa = { version = "0.11.2", features = ["derive-codec"] }
44+
#finality-grandpa = { version = "0.11.2", features = ["derive-codec"] }
45+
finality-grandpa = { git = "https://github.com/octol/finality-grandpa", branch = "jon/issue-55-expose-voter-state-on-v11", features = ["derive-codec"] }
4546
pin-project = "0.4.6"
4647

4748
[dev-dependencies]
48-
finality-grandpa = { version = "0.11.2", features = ["derive-codec", "test-helpers"] }
49+
#finality-grandpa = { version = "0.11.2", features = ["derive-codec", "test-helpers"] }
50+
finality-grandpa = { git = "https://github.com/octol/finality-grandpa", branch = "jon/issue-55-expose-voter-state-on-v11", features = ["derive-codec", "test-helpers"] }
4951
sc-network = { version = "0.8.0-dev", path = "../network" }
5052
sc-network-test = { version = "0.8.0-dev", path = "../network/test" }
5153
sp-keyring = { version = "2.0.0-dev", path = "../../primitives/keyring" }

client/finality-grandpa/rpc/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ license = "GPL-3.0"
88

99
[dependencies]
1010
sc-finality-grandpa = { version = "0.8.0-dev", path = "../" }
11-
finality-grandpa = { version = "0.11.2", features = ["derive-codec"] }
11+
#finality-grandpa = { version = "0.11.2", features = ["derive-codec"] }
12+
finality-grandpa = { git = "https://github.com/octol/finality-grandpa", branch = "jon/issue-55-expose-voter-state-on-v11", features = ["derive-codec"] }
1213
jsonrpc-core = "14.0.3"
1314
jsonrpc-core-client = "14.0.3"
1415
jsonrpc-derive = "14.0.3"

0 commit comments

Comments
 (0)