From 56f8c2bb06a99fac7aebbacf5e8a3de2398b2dc0 Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Sat, 28 Oct 2023 10:39:54 -0600 Subject: [PATCH] Update validator.md Align block production description using the latest APIs with corresponding symbols. --- specs/deneb/validator.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/specs/deneb/validator.md b/specs/deneb/validator.md index 7b8a81b19..2a8c832c7 100644 --- a/specs/deneb/validator.md +++ b/specs/deneb/validator.md @@ -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