-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Implement beacon committee selections #13503
Implement beacon committee selections #13503
Conversation
cb6201b
to
7801ae5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please implement the endpoint in the Beacon API and return a 501 response as indicated in the spec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change back validators request to POST
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
What type of PR is this?
Feature
What does this PR do? Why is it needed?
This PR introduces
--distributed
flag to add support for usage of prysm validator in a distributed validator cluster. This PR also adds support for beacon_committee_selections which is needed to support attestation aggregation duties in a distributed validator cluster.Which issues(s) does this PR fix?
Fixes #11985