NomicFoundation / edr

An Ethereum development runtime implementation that can be reused to build new developer tools.
MIT License
57 stars 12 forks source link

Refactor REVM to make optimism feature flag additive #464

Open Wodann opened 5 months ago

Wodann commented 5 months ago

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

Wodann commented 5 months ago

Follow-up task: https://github.com/NomicFoundation/edr/issues/495