Skip to content

Commit

Permalink
update engine_getPayloadV4
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrasiuk committed Sep 18, 2024
1 parent e305d78 commit 37e6d8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/engine/prague.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ This method follows the same specification as [`engine_newPayloadV3`](./cancun.m

### engine_getPayloadV4

The response of this method is updated with [`ExecutionPayloadV4`](#ExecutionPayloadV4).
The response of this method is updated with [`ExecutionPayloadV4`](#ExecutionPayloadV4) and new [`ExecutionRequestsV1`](#ExecutionRequestsV1).

#### Request

Expand All @@ -147,6 +147,7 @@ The response of this method is updated with [`ExecutionPayloadV4`](#ExecutionPay
- `executionPayload`: [`ExecutionPayloadV4`](#ExecutionPayloadV4)
- `blockValue` : `QUANTITY`, 256 Bits - The expected value to be received by the `feeRecipient` in wei
- `blobsBundle`: [`BlobsBundleV1`](#BlobsBundleV1) - Bundle with data corresponding to blob transactions included into `executionPayload`
- `requests`: [`ExecutionRequestsV1`](#ExecutionRequestsV1) - Container with requests from execution layer included in `executionPayload`
- `shouldOverrideBuilder` : `BOOLEAN` - Suggestion from the execution layer to use this `executionPayload` instead of an externally provided one
* error: code and message set in case an exception happens while getting the payload.

Expand Down

0 comments on commit 37e6d8c

Please sign in to comment.