mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: abstract over Evm::Error (#14085)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
3
Cargo.lock
generated
3
Cargo.lock
generated
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user