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

Implement support for validator next-epoch proposer duties #3782

Merged
merged 29 commits into from
May 16, 2022

Commits on Mar 14, 2022

  1. Implementation to be able to get block proposer an epoch ahead - stil…

    …l need optimization
    dadepo authored and g11tech committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    9a0a792 View commit details
    Browse the repository at this point in the history
  2. revert changes made to waitForSlot

    dadepo authored and g11tech committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    5a1426a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcdfbb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4846918 View commit details
    Browse the repository at this point in the history
  5. fix lint errors

    dadepo authored and g11tech committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    18cde25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9bee893 View commit details
    Browse the repository at this point in the history
  7. Update tests to include assertion messages

    dadepo authored and g11tech committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    5a632b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a1aba3 View commit details
    Browse the repository at this point in the history
  9. Delete the block proposer previously cached when next proposer was re…

    …quested at current epoch
    dadepo authored and g11tech committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    ac83ab8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fafca52 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7d08ada View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Fix lint errors

    dadepo committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    f0a9c3f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    520c749 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d54e124 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. caching epoch seed in context so that getNextEpochBeaconProposer can …

    …be independent of state
    dadepo committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    02a722a View commit details
    Browse the repository at this point in the history
  2. Revert "caching epoch seed in context so that getNextEpochBeaconPropo…

    …ser can be independent of state"
    
    This reverts commit 02a722a.
    dadepo committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    b7e526a View commit details
    Browse the repository at this point in the history
  3. caching epoch seed in context so that getNextEpochBeaconProposer can …

    …be independent of state
    dadepo committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    72fd6ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12aa60d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    b6b1b8c View commit details
    Browse the repository at this point in the history
  2. Revert "no need to recompute currrentProposerSeed again"

    This reverts commit b6b1b8c.
    dadepo committed May 2, 2022
    Configuration menu
    Copy the full SHA
    c75d926 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

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

Commits on May 10, 2022

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

Commits on May 12, 2022

  1. add some comments

    dadepo committed May 12, 2022
    Configuration menu
    Copy the full SHA
    8b58292 View commit details
    Browse the repository at this point in the history
  2. Fix lint

    dadepo committed May 12, 2022
    Configuration menu
    Copy the full SHA
    99e973f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. import from the right location

    dadepo committed May 13, 2022
    Configuration menu
    Copy the full SHA
    be65566 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Review PR

    dapplion committed May 16, 2022
    Configuration menu
    Copy the full SHA
    ab35439 View commit details
    Browse the repository at this point in the history
  2. Merge imports

    dapplion committed May 16, 2022
    Configuration menu
    Copy the full SHA
    1ec1ccb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    736cef7 View commit details
    Browse the repository at this point in the history
  4. Remove duplicated comment

    dapplion committed May 16, 2022
    Configuration menu
    Copy the full SHA
    9a51aa4 View commit details
    Browse the repository at this point in the history