Skip to content

Commit

Permalink
Move parentBeaconBlockRoot to execution payload
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Jul 17, 2023
1 parent 8fcafbb commit 92f653b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/cancun.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ This structure has the syntax of [`ExecutionPayloadV2`](./shanghai.md#executionp
- `withdrawals`: `Array of WithdrawalV1` - Array of withdrawals, each object is an `OBJECT` containing the fields of a `WithdrawalV1` structure.
- `dataGasUsed`: `QUANTITY`, 64 bits
- `excessDataGas`: `QUANTITY`, 64 Bits
- `parentBeaconBlockRoot`: `DATA`, 32 Bytes

### BlobsBundleV1

Expand Down Expand Up @@ -84,7 +85,6 @@ This structure has the syntax of [`PayloadAttributesV2`](./shanghai.md#payloadat
* params:
1. `executionPayload`: [`ExecutionPayloadV3`](#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.

Client software **MUST** return `-32602: Invalid params` error unless all parameters and their fields are provided with non-`null` values.

Expand Down

0 comments on commit 92f653b

Please sign in to comment.