Skip to content

Commit

Permalink
Merge pull request #2703 from mkalinin/attest-after-execution
Browse files Browse the repository at this point in the history
State that validator must consider only fully validated blocks
  • Loading branch information
mkalinin committed Nov 1, 2021
2 parents a8076eb + 16cabb2 commit 7d411a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions specs/merge/validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ def get_payload(self: ExecutionEngine, payload_id: PayloadId) -> ExecutionPayloa

All validator responsibilities remain unchanged other than those noted below. Namely, the transition block handling and the addition of `ExecutionPayload`.

*Note*: A validator must not propose on or attest to a block that isn't deemed valid, i.e. hasn't yet passed the beacon chain state transition and execution validations. In future upgrades, an "execution Proof-of-Custody" will be integrated to prevent outsourcing of execution payload validations.

### Block proposal

#### Constructing the `BeaconBlockBody`
Expand Down

0 comments on commit 7d411a2

Please sign in to comment.