EIP-7685: General Purpose Execution Layer Requests #506
Labels
A-consensus
Area: consensus layer
A-execution
Area: execution layer
H-isthmus
Hardfork: change is planned for Isthmus upgrade
H-pectra
Hardfork: change planned for Pectra (L1) upgrade
U-node
Upgrade: involving changes to node component (cl, el, etc.)
U-noop
Upgrade: L1 feature not used on L2 requires noop spec to disable
Description
EIP-7685 introduces a way of sharing execution layer requests with the consensus layer.
Full inclusion of EIP-7685 on L2 requires batch format changes, gossip format changes, and more.
To support EIP-7685 on L2, the following are needed.
op-node
)engine_newPayloadV4
is required to build prague blocks, but includes aexecutionRequests
attribute. We'll need to pass an empty list as argument.References
The text was updated successfully, but these errors were encountered: