From 48de0283169259f430e35fb0afc21ab6ea34b424 Mon Sep 17 00:00:00 2001 From: Mikhail Kalinin Date: Fri, 4 Oct 2024 22:49:24 +0400 Subject: [PATCH] Drop 32 bytes len from executionRequests definition --- src/engine/prague.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/prague.md b/src/engine/prague.md index 0cee1798..8db379d9 100644 --- a/src/engine/prague.md +++ b/src/engine/prague.md @@ -35,7 +35,7 @@ Method parameter list is extended with `executionRequests`. 1. `executionPayload`: [`ExecutionPayloadV3`](./cancun.md#executionpayloadv3). 2. `expectedBlobVersionedHashes`: `Array of DATA`, 32 Bytes - Array of expected blob versioned hashes to validate. 3. `parentBeaconBlockRoot`: `DATA`, 32 Bytes - Root of the parent beacon block. - 4. `executionRequests`: `Array of DATA`, 32 Bytes - List of execution layer triggered requests, + 4. `executionRequests`: `Array of DATA` - List of execution layer triggered requests, each element of the list represents an SSZ encoded list of requests of a certain type as it is defined by [EIP-7685](https://eips.ethereum.org/EIPS/eip-7685) Elements of the list **MUST** be ordered by `requestType` in ascending order.