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

validator/client: process Sync Committee roles separately #13995

Merged
merged 13 commits into from
Jul 1, 2024

Commits on May 14, 2024

  1. 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.
    gsora committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f0f12ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45c76d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfa9601 View commit details
    Browse the repository at this point in the history
  4. validator/client: fix tests

    gsora committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e88c68a View commit details
    Browse the repository at this point in the history
  5. validator/client: always process sync committee validator

    Process sync committee duty at slot boundary as well.
    gsora committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f7cded9 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    7b16725 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. don't fail if validator is marked as sync committee but it is not in …

    …the list
    
    ignore the duty and continue
    gsora committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a4308fd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/develop' into gsora/fix-RolesAt-dv

    # Conflicts:
    #	validator/client/validator.go
    gsora committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e0000e9 View commit details
    Browse the repository at this point in the history
  3. address code review comments

    gsora committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c74ca10 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    3b80054 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    6cbe0a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. fix build

    gsora committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    8c7b470 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a153421 View commit details
    Browse the repository at this point in the history