We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move the committee index field outside of the signed Attestation message to allow aggregation of equal consensus votes.
Once the previous done, we can start merging the changes in master while progressing on the following:
committee_bits
committee_indices
GetAttestations
PostAttestation
GetBlockAttestations
GetAttesterSlashings
PostAttesterSlashing
GetAggregateAttestation
PostAggregateAttestation
AggregateAttestationValidatorTest
ElectraAttestationValidatorTest
The text was updated successfully, but these errors were encountered:
mehdi-aouadi
tbenr
Successfully merging a pull request may close this issue.
Description
Move the committee index field outside of the signed Attestation message to allow aggregation of equal consensus votes.
References
Tasks
Once the previous done, we can start merging the changes in master while progressing on the following:
Replace committee bits with committee indices #8270 Replacecommittee_bits
withcommittee_indices
committee_bits
property to the endGetAttestations
v2 APIs (attestations pool)PostAttestation
v2 APIs (attestations pool)GetBlockAttestations
v2 APIs (block's attestations)GetAttesterSlashings
v2 API (get attester slashing)PostAttesterSlashing
V2 API #8425 Add thePostAttesterSlashing
v2 API (post attester slashing)GetAggregateAttestation
v2 APIPostAggregateAttestation
v2 APITech debt:
AggregateAttestationValidatorTest
and implementElectraAttestationValidatorTest
Possible evolutions
The text was updated successfully, but these errors were encountered: