You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/electra/validator.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,12 @@ Please see related Beacon Chain doc before continuing and use them as a referenc
39
39
40
40
#### Attester slashings
41
41
42
-
Changed the max attestations size to `MAX_ATTESTER_SLASHINGS_ELECTRA`.
42
+
Changed the max attester slashings size to `MAX_ATTESTER_SLASHINGS_ELECTRA`.
43
43
44
44
#### Attestations
45
45
46
+
Changed the max attestations size to `MAX_ATTESTATIONS_ELECTRA`.
47
+
46
48
The network attestation aggregates contain only the assigned committee attestations.
47
49
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.
48
50
The proposer should run the following function to construct an on chain final aggregate form a list of network aggregates with equal `AttestationData`:
0 commit comments