Skip to content

Commit

Permalink
Merge pull request #3533 from ethereum/ralexstokes-patch-2
Browse files Browse the repository at this point in the history
`deneb`: Update block production to more precisely reflect the latest flow
  • Loading branch information
djrtwo authored Oct 30, 2023
2 parents 914fe92 + 56f8c2b commit 72869c5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions specs/deneb/validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,8 @@ def prepare_execution_payload(state: BeaconState,

*[New in Deneb:EIP4844]*

1. After retrieving the execution payload from the execution engine as specified above,
use the `payload_id` to retrieve `blobs`, `blob_kzg_commitments`, and `blob_kzg_proofs`
via `get_payload(payload_id).blobs_bundle`.
2. Set `block.body.blob_kzg_commitments = blob_kzg_commitments`.
1. The execution payload is obtained from the execution engine as defined above using `payload_id`. The response also includes a `blobs_bundle` entry containing the corresponding `blobs`, `commitments`, and `proofs`.
2. Set `block.body.blob_kzg_commitments = commitments`.

#### Constructing the `SignedBlobSidecar`s

Expand Down

0 comments on commit 72869c5

Please sign in to comment.