Skip to content

Commit

Permalink
Merge pull request #3081 from ethereum/add-capella-bls-to-exec-change…
Browse files Browse the repository at this point in the history
…-block-packing

add note about packing BLS to execution changes into a block
  • Loading branch information
hwwhww authored Nov 6, 2022
2 parents 6f0a7ef + b5ecf44 commit 72544d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions specs/capella/validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- [Block proposal](#block-proposal)
- [Constructing the `BeaconBlockBody`](#constructing-the-beaconblockbody)
- [ExecutionPayload](#executionpayload)
- [BLS to execution changes](#bls-to-execution-changes)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- /TOC -->
Expand Down Expand Up @@ -106,3 +107,7 @@ def prepare_execution_payload(state: BeaconState,
payload_attributes=payload_attributes,
)
```

##### BLS to execution changes

Up to `MAX_BLS_TO_EXECUTION_CHANGES`, [`BLSToExecutionChange`](./beacon-chain.md#blstoexecutionchange) objects can be included in the `block`. The BLS to execution changes must satisfy the verification conditions found in [BLS to execution change processing](./beacon-chain.md#new-process_bls_to_execution_change).

0 comments on commit 72544d5

Please sign in to comment.