Skip to content
New issue

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

Add support for attestation aggregation endpoints to validatorapi #1094

Closed
xenowits opened this issue Sep 7, 2022 · 0 comments · Fixed by #1116
Closed

Add support for attestation aggregation endpoints to validatorapi #1094

xenowits opened this issue Sep 7, 2022 · 0 comments · Fixed by #1116
Assignees
Labels
duties This issue is related to duties to be added enhancement New feature or request

Comments

@xenowits
Copy link
Contributor

xenowits commented Sep 7, 2022

Problem to be solved

Add support for attestation aggregation endpoints to validatorapi.

Proposed solution

  • Add support for GET /eth/v1/validator/aggregate_attestation to validatorapi, querying DutyDB for the aggregate attestation.
  • Add signature verification for SignedAggregateAndProof in eth2util/signing.
  • Add support for POST /eth/v1/validator/aggregate_and_proofs to validatorapi, storing submitted signed aggregate and proofs in parsigdb.
@dB2510 dB2510 changed the title Add support for attestation aggregation endpoints to validatorapi Add support for attestation aggregation endpoints tovalidatorapi Sep 7, 2022
@dB2510 dB2510 changed the title Add support for attestation aggregation endpoints tovalidatorapi Add support for attestation aggregation endpoints to validatorapi Sep 7, 2022
@dB2510 dB2510 added enhancement New feature or request duties This issue is related to duties to be added labels Sep 8, 2022
@dB2510 dB2510 self-assigned this Sep 12, 2022
obol-bulldozer bot pushed a commit that referenced this issue Sep 13, 2022
…oof (#1120)

Adds signature verification to eth2util/signing for SignedAggregateAndProof.

category: feature
ticket: #1094
obol-bulldozer bot pushed a commit that referenced this issue Sep 13, 2022
Adds required interfaces to eth2wrap and signed data for SignedAggregateAndProof.

category: feature
ticket: #1094
obol-bulldozer bot pushed a commit that referenced this issue Sep 13, 2022
)

Adds support for DutyAggregator to validatorapi. Also adds signature verification for SignedAttestationAndProof.

category: feature
ticket: #1094
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duties This issue is related to duties to be added enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants