Commit 521f0fd
authored
Correct the beacon_aggregate_and_proof validation to call
get_committee_indices(aggregate.committee_bits) instead of
get_committee_indices(aggregate). Electra defines get_committee_indices
to accept a committee bitvector and all related code paths and tests use
.committee_bits. This change aligns the networking spec with the Electra
attestation format introduced by EIP-7549 and avoids implementer
confusion.
1 parent c656bc4 commit 521f0fd
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
108 | | - | |
| 110 | + | |
109 | 111 | | |
110 | 112 | | |
111 | 113 | | |
| |||
0 commit comments