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

Permit non-consecutive increments in validator set #1137

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jan 31, 2024

  1. Permit non-consecutive increases in validator set

    Changes the validator set successions to still be sequential, but non-consecutive.
    
    For bridge security against collusion by validators, it's important that
    these validators are still bonded, but the timing of the signature itself
    is secondary.
    
    As such, even if some validators have rotated out, this change permits
    keeping the bridge alive so long as 2/3rds of the `currentValidatorSet`
    are still bonded and sign the commitment.
    
    Co-authored-by: bhargavbh <[email protected]>
    Co-authored-by: Alistair Stewart <[email protected]>
    3 people committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a686dfa View commit details
    Browse the repository at this point in the history
  2. adjust submitInitial too

    Co-authored-by: bhargavbh <[email protected]>
    Lederstrumpf and bhargavbh committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a223f97 View commit details
    Browse the repository at this point in the history