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.
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)