We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 091d37c commit 4ad0aecCopy full SHA for 4ad0aec
crates/alloy/provider/src/ext/engine.rs
@@ -50,7 +50,11 @@ pub trait OpEngineApi<N, T> {
50
///
51
/// See also <https://github.com/ethereum/execution-apis/blob/03911ffc053b8b806123f1fc237184b0092a485a/src/engine/prague.md#engine_newpayloadv4>
52
53
- /// OP modifications: TODO
+ /// 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.
58
async fn new_payload_v4(
59
&self,
60
payload: OpExecutionPayloadV4,
0 commit comments