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 DutyPrepareSyncContribution to validatorapi #1260

Closed
Tracked by #1318
dB2510 opened this issue Oct 12, 2022 · 0 comments
Closed
Tracked by #1318

Add support for DutyPrepareSyncContribution to validatorapi #1260

dB2510 opened this issue Oct 12, 2022 · 0 comments
Assignees
Labels
duties This issue is related to duties to be added enhancement New feature or request

Comments

@dB2510
Copy link
Contributor

dB2510 commented Oct 12, 2022

Problem to be solved

As per design doc, a new endpoint needs to be added to validatorapi to calculate sync committee selection.

Proposed solution

  • Add support POST /eth/v1/validator/sync_committee_selections to validatorapi.
  • It needs to query AggSigDB for aggregated v2.SyncCommitteeSelectionRequest.
  • The aggregated v2.SyncCommitteeSelectionRequest will be used to call eth2exp.CalculateSyncCommitteeSelection to return the response to VC.
@dB2510 dB2510 added duties This issue is related to duties to be added enhancement New feature or request labels Oct 12, 2022
@xenowits xenowits self-assigned this Oct 12, 2022
@xenowits xenowits removed their assignment Oct 25, 2022
obol-bulldozer bot pushed a commit that referenced this issue Nov 1, 2022
…1374)

Adds support for DutyPrepareSyncContribution to validatorapi.

category: feature
ticket: #1260
@xenowits xenowits closed this as completed Nov 1, 2022
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

No branches or pull requests

2 participants