You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Infer the block content based on fork, and add the missing attributes.
Sanity-check in the CL that the EL didn't include any requests. (op-node)
EL requests need to be persisted, or recomputed, somewhere if we do want to have them. Since the batch-submitter has to be aware of them, for other nodes to replicate them from the batch data.
The EL requests could be stored in the op-node until the batch-submitter consumes them.
The engine API engine_newPayloadV4 is required to build prague blocks, but includes a executionRequests attribute. We'll need to pass an empty list as argument.
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: