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

Commit 572ce7c

Browse files
committed
WIP: local change to grandpa dependency
1 parent cdd55fe commit 572ce7c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
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
@@ -38,12 +38,14 @@ sp-finality-grandpa = { version = "2.0.0-alpha.5", path = "../../primitives/fina
3838
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.8.0-alpha.5"}
3939
sc-block-builder = { version = "0.8.0-alpha.5", path = "../block-builder" }
4040
#finality-grandpa = { version = "0.11.2", features = ["derive-codec"] }
41-
finality-grandpa = { git = "https://github.com/paritytech/finality-grandpa", branch = "andre/expose-voter-state-v11", features = ["derive-codec"] }
41+
#finality-grandpa = { git = "https://github.com/paritytech/finality-grandpa", branch = "andre/expose-voter-state-v11", features = ["derive-codec"] }
42+
finality-grandpa = { path = "../../../finality-grandpa", features = ["derive-codec"] }
4243
pin-project = "0.4.6"
4344

4445
[dev-dependencies]
4546
#finality-grandpa = { version = "0.11.2", features = ["derive-codec", "test-helpers"] }
46-
finality-grandpa = { git = "https://github.com/paritytech/finality-grandpa", branch = "andre/expose-voter-state-v11", features = ["derive-codec", "test-helpers"] }
47+
#finality-grandpa = { git = "https://github.com/paritytech/finality-grandpa", branch = "andre/expose-voter-state-v11", features = ["derive-codec", "test-helpers"] }
48+
finality-grandpa = { path = "../../../finality-grandpa", features = ["derive-codec", "test-helpers"] }
4749
sc-network = { version = "0.8.0-alpha.5", path = "../network" }
4850
sc-network-test = { version = "0.8.0-dev", path = "../network/test" }
4951
sp-keyring = { version = "2.0.0-alpha.5", path = "../../primitives/keyring" }

client/finality-grandpa/rpc/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ license = "GPL-3.0"
99
[dependencies]
1010
sc-finality-grandpa = { version = "0.8.0-alpha.5", path = "../" }
1111
#finality-grandpa = { version = "0.11.2", features = ["derive-codec"] }
12-
finality-grandpa = { git = "https://github.com/paritytech/finality-grandpa", branch = "andre/expose-voter-state-v11", features = ["derive-codec"] }
12+
#finality-grandpa = { git = "https://github.com/paritytech/finality-grandpa", branch = "andre/expose-voter-state-v11", features = ["derive-codec"] }
13+
finality-grandpa = { path = "../../../../finality-grandpa", features = ["derive-codec"] }
1314
jsonrpc-core = "14.0.3"
1415
jsonrpc-core-client = "14.0.3"
1516
jsonrpc-derive = "14.0.3"

0 commit comments

Comments
 (0)