feat: backfill job single block iterator (#9245)

This commit is contained in:
greged93
2024-07-04 18:33:27 +02:00
committed by GitHub
parent 4447f658a9
commit 93f9a857ce
3 changed files with 247 additions and 59 deletions

View File

@ -101,7 +101,7 @@ pub trait BatchExecutor<DB> {
/// Contains the state changes, transaction receipts, and total gas used in the block.
///
/// TODO(mattsse): combine with `ExecutionOutcome`
#[derive(Debug)]
#[derive(Debug, PartialEq, Eq)]
pub struct BlockExecutionOutput<T> {
/// The changed state of the block after execution.
pub state: BundleState,