Convert OptimismBlockExecution error variant into a general purpose error variant #8088
Labels
A-execution
Related to the Execution and EVM
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
replace
reth/crates/interfaces/src/executor.rs
Lines 121 to 125 in ead753d
with something like:
reth/crates/payload/builder/src/error.rs
Lines 29 to 31 in ead753d
it should be fine to remove incompatible derives here, Clone,PartialEq,Eq
reth/crates/interfaces/src/executor.rs
Line 83 in ead753d
and move Op errors to optimism/evm crate
Additional context
No response
The text was updated successfully, but these errors were encountered: