From cb096d32a1c40eeffa53f5a8c9dc3a0ea635da6d Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 12 Sep 2024 23:15:15 +0200 Subject: [PATCH] engine: add note about request ordering --- src/engine/prague.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/engine/prague.md b/src/engine/prague.md index b2015ba8..6ae33f30 100644 --- a/src/engine/prague.md +++ b/src/engine/prague.md @@ -58,6 +58,7 @@ This structure has the syntax of [`ExecutionPayloadV3`](./cancun.md#executionpay - `excessBlobGas`: `QUANTITY`, 64 Bits - `requests`: `Array of DATA` - Array of request objects, each element is a byte list (`DATA`) containing `request_type || request_data` as defined by [EIP-7685](https://eips.ethereum.org/EIPS/eip-7685). + - The requests MUST be provided in the same order which was used to compute `blockHash`. ### ExecutionPayloadBodyV2