mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 21:41:12 +00:00
removes use of sc_client::Client from sc_basic_authorship (#5050)
* removes use of sc-client from sc-basic-authorship * refactor use of ProposerFactory * correct dep path
This commit is contained in:
@@ -15,6 +15,7 @@ sp-version = { version = "2.0.0-alpha.2", path = "../../version" }
|
||||
sp-runtime = { version = "2.0.0-alpha.2", path = "../../runtime" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.2", path = "../../blockchain" }
|
||||
sp-consensus = { version = "0.8.0-alpha.2", path = "../../../primitives/consensus/common" }
|
||||
sc-block-builder = { version = "0.8.0-alpha.2", path = "../../../client/block-builder" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0" }
|
||||
sp-state-machine = { version = "0.8.0-alpha.2", path = "../../../primitives/state-machine" }
|
||||
trybuild = "1.0.17"
|
||||
|
||||
Reference in New Issue
Block a user