mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-08 20:37:22 +00:00
Companion for paritytech/substrate#13592 (#2310)
* Fixes
* Remove `sc-network-common` dependency
* update lockfile for {"polkadot", "substrate"}
* Update Cargo.lock
* Update Cargo.lock
---------
Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -17,16 +17,15 @@
|
||||
use polkadot_core_primitives::{Block, Hash};
|
||||
use sp_runtime::traits::{Block as BlockT, NumberFor};
|
||||
|
||||
use sc_network::NetworkService;
|
||||
|
||||
use sc_client_api::HeaderBackend;
|
||||
use sc_network_common::{
|
||||
use sc_network::{
|
||||
config::{
|
||||
NonDefaultSetConfig, NonReservedPeerMode, NotificationHandshake, ProtocolId, SetConfig,
|
||||
},
|
||||
protocol::role::Roles,
|
||||
sync::message::BlockAnnouncesHandshake,
|
||||
NetworkService,
|
||||
};
|
||||
|
||||
use sc_client_api::HeaderBackend;
|
||||
use sc_network_common::{role::Roles, sync::message::BlockAnnouncesHandshake};
|
||||
use sc_service::{error::Error, Configuration, NetworkStarter, SpawnTaskHandle};
|
||||
|
||||
use std::{iter, sync::Arc};
|
||||
|
||||
Reference in New Issue
Block a user