Skip to content

Commit

Permalink
engine: add note about request ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Sep 12, 2024
1 parent f9e8c2f commit cb096d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/engine/prague.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cb096d3

Please sign in to comment.