Skip to content

Commit 4ad0aec

Browse files
committed
docs(alloy): document OP modifications for engine_newPayloadV4
1 parent 091d37c commit 4ad0aec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

crates/alloy/provider/src/ext/engine.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ pub trait OpEngineApi<N, T> {
5050
///
5151
/// See also <https://github.com/ethereum/execution-apis/blob/03911ffc053b8b806123f1fc237184b0092a485a/src/engine/prague.md#engine_newpayloadv4>
5252
///
53-
/// OP modifications: TODO
53+
/// OP modifications:
54+
/// - expected versioned hashes MUST be an empty array.
55+
/// - parent beacon block root MUST be the parent beacon block root from the L1 origin block of
56+
/// the L2 block.
57+
/// - execution requests MUST be an empty array.
5458
async fn new_payload_v4(
5559
&self,
5660
payload: OpExecutionPayloadV4,

0 commit comments

Comments
 (0)