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

Replace committee exponential backoff with max progress #808

Merged
merged 10 commits into from
Mar 26, 2019
Merged

Commits on Mar 19, 2019

  1. Replace committee exponential backoff with max progress

    Removes the mechanism that only rotates committees if blocks have been finalized and every shard has been crosslinked or at exponentially decreasing intervals, and replaces it with a rule that shard committees can only progress a maximum of 64 epochs at a time to preserve the invariant that maximum possible work required per epoch for a validator is O(1).
    vbuterin committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    dd39d25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db92235 View commit details
    Browse the repository at this point in the history
  3. Justin fixes

    vbuterin committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    c5ee74d View commit details
    Browse the repository at this point in the history
  4. Update 0_beacon-chain.md

    JustinDrake committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    b50e148 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Configuration menu
    Copy the full SHA
    d0c473d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c8e9a1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'vbuterin-patch-18' of github.com:ethereum/eth2.0-specs …

    …into vbuterin-patch-18
    djrtwo committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    cdbba3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8410b8 View commit details
    Browse the repository at this point in the history
  5. add more attestation tests

    djrtwo committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    9fa6055 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c5a68b View commit details
    Browse the repository at this point in the history