Skip to content

Commit

Permalink
Update blinded block to contain execution requests instead of root
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Oct 8, 2024
1 parent e7f7d70 commit eb7ed2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions types/electra/block.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ Electra:
allOf:
- $ref: "#/Electra/BeaconBlockBodyCommon"
- type: object
required: [execution_payload_header, execution_requests_root]
required: [execution_payload_header, execution_requests]
properties:
execution_payload_header:
$ref: "../deneb/execution_payload.yaml#/Deneb/ExecutionPayloadHeader"
execution_requests_root:
$ref: "../primitive.yaml#/Root"
execution_requests:
$ref: "./execution_requests.yaml#/Electra/ExecutionRequests"

BlindedBeaconBlock:
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`."
Expand Down

0 comments on commit eb7ed2f

Please sign in to comment.