mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
feat(exex): backfill executor (#9123)
This commit is contained in:
@ -328,6 +328,14 @@ where
|
||||
self.database.block_with_senders(id, transaction_kind)
|
||||
}
|
||||
|
||||
fn sealed_block_with_senders(
|
||||
&self,
|
||||
id: BlockHashOrNumber,
|
||||
transaction_kind: TransactionVariant,
|
||||
) -> ProviderResult<Option<SealedBlockWithSenders>> {
|
||||
self.database.sealed_block_with_senders(id, transaction_kind)
|
||||
}
|
||||
|
||||
fn block_range(&self, range: RangeInclusive<BlockNumber>) -> ProviderResult<Vec<Block>> {
|
||||
self.database.block_range(range)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user