convert ``OptimismBlockExecution`` error variant into a general purpose error variant (#8100)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Rupam Dey
2024-05-06 18:37:25 +05:30
committed by GitHub
parent 7fd091536f
commit 5e778317fb
12 changed files with 111 additions and 116 deletions

View File

@ -23,6 +23,7 @@ revm.workspace = true
revm-primitives.workspace = true
# misc
thiserror.workspace = true
tracing.workspace = true
[dev-dependencies]