Skip to content

Commit

Permalink
Merge pull request #3669 from terencechain/patch-144
Browse files Browse the repository at this point in the history
Clarify electra validator spec with EIP7549
  • Loading branch information
hwwhww authored Apr 10, 2024
2 parents 7582b7f + 497d799 commit 88f5dde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion specs/electra/validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ Please see related Beacon Chain doc before continuing and use them as a referenc

#### Attester slashings

Changed the max attestations size to `MAX_ATTESTER_SLASHINGS_ELECTRA`.
Changed the max attester slashings size to `MAX_ATTESTER_SLASHINGS_ELECTRA`.

#### Attestations

Changed the max attestations size to `MAX_ATTESTATIONS_ELECTRA`.

The network attestation aggregates contain only the assigned committee attestations.
Attestation aggregates received by the block proposer from the committee aggregators with disjoint `committee_bits` sets and equal `AttestationData` SHOULD be consolidated into a single `Attestation` object.
The proposer should run the following function to construct an on chain final aggregate form a list of network aggregates with equal `AttestationData`:
Expand Down

0 comments on commit 88f5dde

Please sign in to comment.