mdehoog / op-anvil

[WIP!] Coordinates two anvil process (L1 and L2) for testing / forking op-stack chains
6 stars 9 forks source link

Add engine-API support to anvil #2

Open mdehoog opened 1 year ago

mdehoog commented 1 year ago

Currently op-node uses the engine API to build blocks on the L2 execution layer.

anvil doesn't support the engine API, so this repo has implemented a workaround that proxies the engine API and builds blocks using anvil-specific requests. This workaround could be removed if anvil supported the anvil API.

(This issue is lower priority than https://github.com/mdehoog/op-anvil/issues/1)

roninjin10 commented 1 year ago

https://github.com/ethereum-optimism/mocktimism/issues/5