mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-01-31 11:58:23 -05:00
Clarify electra validator spec with EIP7549
This commit is contained in:
@@ -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`:
|
||||
|
||||
Reference in New Issue
Block a user