mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Get rid of polling in WarpSync (#1265)
This commit is contained in:
@@ -62,15 +62,14 @@ use sc_network::{
|
||||
};
|
||||
use sc_network_common::{
|
||||
role::Roles,
|
||||
sync::warp::{
|
||||
AuthorityList, EncodedProof, SetId, VerificationResult, WarpSyncParams, WarpSyncProvider,
|
||||
},
|
||||
sync::warp::{AuthorityList, EncodedProof, SetId, VerificationResult, WarpSyncProvider},
|
||||
};
|
||||
use sc_network_light::light_client_requests::handler::LightClientRequestHandler;
|
||||
use sc_network_sync::{
|
||||
block_request_handler::BlockRequestHandler,
|
||||
service::{chain_sync::SyncingService, network::NetworkServiceProvider},
|
||||
state_request_handler::StateRequestHandler,
|
||||
warp::WarpSyncParams,
|
||||
warp_request_handler,
|
||||
};
|
||||
use sc_service::client::Client;
|
||||
|
||||
Reference in New Issue
Block a user