@@ -38,12 +38,14 @@ sp-finality-grandpa = { version = "2.0.0-alpha.5", path = "../../primitives/fina
3838prometheus-endpoint = { package = " substrate-prometheus-endpoint" , path = " ../../utils/prometheus" , version = " 0.8.0-alpha.5" }
3939sc-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" ] }
4243pin-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" ] }
4749sc-network = { version = " 0.8.0-alpha.5" , path = " ../network" }
4850sc-network-test = { version = " 0.8.0-dev" , path = " ../network/test" }
4951sp-keyring = { version = " 2.0.0-alpha.5" , path = " ../../primitives/keyring" }
0 commit comments