Capitalize SSZ

Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
This commit is contained in:
Justin Traglia 2024-10-10 13:29:27 -05:00 committed by GitHub
parent f9ae4c5501
commit 83c04b8469
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -189,7 +189,7 @@ def prepare_execution_payload(state: BeaconState,
*[New in Electra]*
1. The execution payload is obtained from the execution engine as defined above using `payload_id`. The response also includes a `execution_requests` entry containing a list of bytes. Each element on the list corresponds to one ssz list of requests as defined
1. The execution payload is obtained from the execution engine as defined above using `payload_id`. The response also includes a `execution_requests` entry containing a list of bytes. Each element on the list corresponds to one SSZ list of requests as defined
in [EIP-7685](https://eips.ethereum.org/EIPS/eip-7685). The index of each element in the array determines the type of request.
2. Set `block.body.execution_requests = get_execution_requests(execution_requests)`, where: