NomicFoundation / edr

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

Refactor REVM to make optimism feature flag additive #464

Open Wodann opened 1 month ago

Wodann commented 1 month 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 3 weeks ago

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