Skip to content

Commit

Permalink
add notes to accompany type changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkaufmann committed Sep 17, 2024
1 parent 0e4b975 commit affc315
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions specs/electra/builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@

This is the modification of the builder specification accompanying the Electra upgrade.

The behavior defined by the specification is consistent with previous forks except for the changes to the types given below.

## Containers

### New containers

#### `ExecutionBundle`

The `ExecutionBundle` supersedes the [`ExecutionPayloadAndBlobsBundle`](execution-payload-and-blobs-bundle-deneb).

```python
class ExecutionBundle(Container):
execution_payload: ExecutionPayload
Expand Down Expand Up @@ -52,3 +56,5 @@ class BlindedBeaconBlockBody(Container):
blob_kzg_commitments: List[KZGCommitment, MAX_BLOB_COMMITMENTS_PER_BLOCK]
execution_requests_root: Root # [New in Electra]
```

[execution-payload-and-blobs-bundle-deneb]: ../deneb/builder.md#executionpayloadandblobsbundle

0 comments on commit affc315

Please sign in to comment.