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

update selections endpoint description #334

Closed
wants to merge 2 commits into from

Conversation

xenowits
Copy link
Contributor

@xenowits xenowits commented Jul 5, 2023

Update endpoint descriptions for the following selections endpoints:

  • /eth/v1/validator/beacon_committee_selections
  • /eth/v1/validator/sync_committee_selections

This PR updates selection endpoint descriptions to explicitly state when to call these endpoints:

  • For sync committee selections, validator clients must query this endpoint at the start of each slot in the sync committee period.
  • For beacon committee selections, validator clients must query this endpoint at the start of each epoch for attester duties in the current and next epochs.

Note: This change eliminates confusion among client teams implementing these endpoints on when to query the selection endpoints.

* edit api descriptions

* cleanup

* edit message
* update to mention lookahead epochs

* clarify current and lookahead epochs

* review comments
@xenowits xenowits closed this Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant