edr
edr copied to clipboard
Refactor REVM to make optimism feature flag additive
Currently, the optimism
feature flag removes part of the default feature set of REVM. This prevents us from using vanilla Ethereum and Optimism side-by-side.
Definition of Done
- Ensure that
optimism
feature flag in REVM is additive - Validate that we can use vanilla Ethereum and Optimism features side-by-side in EDR