Skip to content

Commit ec49a5f

Browse files
committed
provide maximumBlobCount for payload construction
1 parent 7e57676 commit ec49a5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/engine/prague.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,15 @@ This structure has the syntax of [`ExecutionPayloadBodyV1`](./shanghai.md#execut
110110

111111
### PayloadAttributesV4
112112

113-
This structure has the syntax of `PayloadAttributesV3` and appends a single field: `targetBlobCount`.
113+
This structure has the syntax of `PayloadAttributesV3` and appends the fields: `targetBlobCount`, `maximumBlobCount`.
114114

115115
- `timestamp`: `QUANTITY`, 64 Bits - value for the `timestamp` field of the new payload
116116
- `prevRandao`: `DATA`, 32 Bytes - value for the `prevRandao` field of the new payload
117117
- `suggestedFeeRecipient`: `DATA`, 20 Bytes - suggested value for the `feeRecipient` field of the new payload
118118
- `withdrawals`: `Array of WithdrawalV1` - Array of withdrawals, each object is an `OBJECT` containing the fields of a `WithdrawalV1` structure.
119119
- `parentBeaconBlockRoot`: `DATA`, 32 Bytes - Root of the parent beacon block.
120120
- `targetBlobCount`: `QUANTITY`, 64 Bits - Average number of blobs to include per payload.
121+
- `maximumBlobCount`: `QUANTITY`, 64 Bits - Maximum number of blobs allowed per payload.
121122

122123
## Methods
123124

0 commit comments

Comments
 (0)