Skip to content

Commit

Permalink
Drop 32 bytes len from executionRequests definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalinin authored Oct 4, 2024
1 parent 8a9f51e commit 48de028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/prague.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 48de028

Please sign in to comment.