chore: extract block execution errors (#8386)

This commit is contained in:
Matthias Seitz
2024-05-24 12:11:08 +02:00
committed by GitHub
parent 6df2b1c1e9
commit 9f61d1856f
17 changed files with 78 additions and 39 deletions

View File

@ -12,10 +12,12 @@ workspace = true
[dependencies]
# reth
reth-execution-errors.workspace = true
reth-primitives.workspace = true
revm-primitives.workspace = true
reth-storage-errors.workspace = true
revm.workspace = true
reth-interfaces.workspace = true
futures-util.workspace = true
parking_lot = { workspace = true, optional = true }