feat(exex): backfill on subscription with head (#10787)

This commit is contained in:
Alexey Shekhirin
2024-09-17 13:32:41 +01:00
committed by GitHub
parent 346eb308cd
commit 0cde072453
8 changed files with 507 additions and 56 deletions

View File

@ -320,7 +320,6 @@ where
///
/// Returns a [`PruneProgress`], indicating whether pruning is finished, or there is more data
/// to prune.
#[allow(clippy::doc_markdown)]
pub fn run(&mut self, tip_block_number: BlockNumber) -> PrunerResult {
let provider = self.provider_factory.database_provider_rw()?;
let result = self.run_with_provider(&provider, tip_block_number);