Function forest_filecoin::chain_sync::tipset_syncer::sync_tipset

source ยท
async fn sync_tipset<DB: Blockstore + Sync + Send + 'static>(
    proposed_head: Arc<Tipset>,
    state_manager: Arc<StateManager<DB>>,
    chain_store: Arc<ChainStore<DB>>,
    network: SyncNetworkContext<DB>,
    bad_block_cache: Arc<BadBlockCache>,
    genesis: Arc<Tipset>,
) -> Result<(), TipsetRangeSyncerError>