Skip to content

Commit f3a5442

Browse files
committed
Update blinded block to use execution requests instead of root
1 parent e7f7d70 commit f3a5442

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

types/electra/block.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ Electra:
8080
allOf:
8181
- $ref: "#/Electra/BeaconBlockBodyCommon"
8282
- type: object
83-
required: [execution_payload_header, execution_requests_root]
83+
required: [execution_payload_header, execution_requests]
8484
properties:
8585
execution_payload_header:
8686
$ref: "../deneb/execution_payload.yaml#/Deneb/ExecutionPayloadHeader"
87-
execution_requests_root:
88-
$ref: "../primitive.yaml#/Root"
87+
execution_requests:
88+
$ref: "./execution_requests.yaml#/Electra/ExecutionRequests"
8989

9090
BlindedBeaconBlock:
9191
description: "A variant of the [`BeaconBlock`](https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.5/specs/phase0/beacon-chain.md#beaconblock) object from the CL Electra spec, which contains a `BlindedBeaconBlockBody` rather than a `BeaconBlockBody`."

0 commit comments

Comments
 (0)