Update validator.md

Align block production description using the latest APIs with corresponding symbols.
This commit is contained in:
Alex Stokes 2023-10-28 10:39:54 -06:00 committed by GitHub
parent 612d1485ba
commit 56f8c2bb06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -128,10 +128,8 @@ def prepare_execution_payload(state: BeaconState,
*[New in Deneb:EIP4844]* *[New in Deneb:EIP4844]*
1. After retrieving the execution payload from the execution engine as specified above, 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`.
use the `payload_id` to retrieve `blobs`, `blob_kzg_commitments`, and `blob_kzg_proofs` 2. Set `block.body.blob_kzg_commitments = commitments`.
via `get_payload(payload_id).blobs_bundle`.
2. Set `block.body.blob_kzg_commitments = blob_kzg_commitments`.
#### Constructing the `SignedBlobSidecar`s #### Constructing the `SignedBlobSidecar`s