mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +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:
@@ -35,6 +35,7 @@ sc-network = { version = "0.8.0-alpha.2", path = "../network" }
|
||||
sc-network-gossip = { version = "0.8.0-alpha.2", path = "../network-gossip" }
|
||||
sp-finality-tracker = { version = "2.0.0-alpha.2", path = "../../primitives/finality-tracker" }
|
||||
sp-finality-grandpa = { version = "2.0.0-alpha.2", path = "../../primitives/finality-grandpa" }
|
||||
sc-block-builder = { version = "0.8.0-alpha.2", path = "../block-builder" }
|
||||
finality-grandpa = { version = "0.11.1", features = ["derive-codec"] }
|
||||
pin-project = "0.4.6"
|
||||
|
||||
|
||||
@@ -55,6 +55,7 @@ use finality_proof::{
|
||||
FinalityProofProvider, AuthoritySetForFinalityProver, AuthoritySetForFinalityChecker,
|
||||
};
|
||||
use consensus_changes::ConsensusChanges;
|
||||
use sc_block_builder::BlockBuilderProvider;
|
||||
|
||||
type PeerData =
|
||||
Mutex<
|
||||
|
||||
Reference in New Issue
Block a user