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
+2-28Lines changed: 2 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ Changed the max attestations size to `MAX_ATTESTATIONS_ELECTRA`.
111
111
112
112
The network attestation aggregates contain only the assigned committee attestations.
113
113
Committee attestations received by the block proposer from the committee aggregators with different `committee_index` sets and equal `AttestationData` SHOULD be consolidated into a single `Attestation` object.
114
-
The proposer should run the following function to construct an onchain final aggregate form a list of committee attestations with equal `AttestationData`:
114
+
The proposer should run the following function to construct an on-chain final aggregate from a list of committee attestations with equal `AttestationData`:
@@ -221,30 +221,4 @@ with updated field assignments:
221
221
222
222
- Set `attestation_data.index = 0`.
223
223
- Let `aggregation_bits` be a `Bitlist[MAX_VALIDATORS_PER_COMMITTEE * MAX_COMMITTEES_PER_SLOT]` of length `len(committee)`, where each bit set from each individual attestation is set to `0b1`.
224
-
- Set `attestation.committee_index = committee_index`, where `committee_index` is the `committee_index` in each individual attestation.
225
-
226
-
#### Aggregate signature
227
-
228
-
Set `aggregate_attestation.signature = aggregate_signature` where `aggregate_signature` is obtained from:
0 commit comments