feat: abstract over Evm::Error (#14085)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Arsenii Kulikov
2025-01-30 17:02:20 +04:00
committed by GitHub
parent 6b13409812
commit 98a021ee7d
40 changed files with 298 additions and 247 deletions

3
Cargo.lock generated
View File

@ -7515,7 +7515,6 @@ dependencies = [
"reth-consensus",
"reth-prune-types",
"reth-storage-errors",
"revm-primitives",
"thiserror 2.0.11",
]
@ -8321,6 +8320,7 @@ dependencies = [
"reth-primitives-traits",
"reth-provider",
"reth-revm",
"reth-rpc-eth-types",
"reth-rpc-server-types",
"reth-rpc-types-compat",
"reth-tasks",
@ -8503,7 +8503,6 @@ dependencies = [
"reth-chainspec",
"reth-errors",
"reth-primitives",
"revm-primitives",
"serde",
"thiserror 2.0.11",
"tokio",