pub fn save_stage_checkpoints<P>(
provider: P,
from: BlockNumber,
to: BlockNumber,
processed: u64,
total: u64,
) -> ProviderResult<()>where
P: StageCheckpointWriter,Expand description
Saves progress of ERA import into stages sync.
Never marks Execution done: this import writes no state, so moving that checkpoint would let
a node start from blocks whose accounts and storage were never written.