-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
validator/client: process Sync Committee roles separately (#13995)
* validator/client: process Sync Committee roles separately In a DV context, to be compatible with the proposed selection endpoint, the VC must push all partial selections to it instead of just one. Process sync committee role separately within the RolesAt method, so that partial selections can be pushed to the DV client appropriately, if configured. * testing/util: re-add erroneously deleted state_test.go * validator/client: fix tests * validator/client: always process sync committee validator Process sync committee duty at slot boundary as well. * don't fail if validator is marked as sync committee but it is not in the list ignore the duty and continue * address code review comments * fix build --------- Co-authored-by: Radosław Kapka <rkapka@wp.pl>
- Loading branch information
Showing
2 changed files
with
88 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters