chore(deps): update alloy-evm and alloy-op-evm to 0.26.3 (#21126)

This commit is contained in:
Matthias Seitz
2026-01-16 17:24:45 +01:00
committed by GitHub
parent b4b64096c8
commit 5e178f6ac6
6 changed files with 33 additions and 10 deletions

View File

@@ -201,6 +201,10 @@ where
self.inner.apply_pre_execution_changes()
}
fn receipts(&self) -> &[Self::Receipt] {
self.inner.receipts()
}
fn execute_transaction_without_commit(
&mut self,
tx: impl ExecutableTx<Self>,

View File

@@ -37,6 +37,10 @@ where
self.inner.apply_pre_execution_changes()
}
fn receipts(&self) -> &[Self::Receipt] {
self.inner.receipts()
}
fn execute_transaction_without_commit(
&mut self,
tx: impl ExecutableTx<Self>,