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

Rounded effective balance #862

Closed
wants to merge 3 commits into from
Closed

Rounded effective balance #862

wants to merge 3 commits into from

Commits on Mar 31, 2019

  1. Rounded effective balance

    Use the rounded balance for the effective balance to homogenise the on-onchain finality and crosslink gadgets with the fork choice rule and the light client logic.
    
    Minor cleanups:
    
    * Use `increase_balance` and `decrease_balance` in `apply_rewards` instead of `set_balance`.
    * Use `get_effective_balance` for activations and ejections.
    * Rename `high_balance` to `rounded_balance` (we no longer have `high_balance` and `low_balance`).
    JustinDrake authored Mar 31, 2019
    Configuration menu
    Copy the full SHA
    719e82a View commit details
    Browse the repository at this point in the history
  2. Update 0_beacon-chain.md

    JustinDrake authored Mar 31, 2019
    Configuration menu
    Copy the full SHA
    2efd9f2 View commit details
    Browse the repository at this point in the history
  3. Update 0_beacon-chain.md

    JustinDrake authored Mar 31, 2019
    Configuration menu
    Copy the full SHA
    361d79b View commit details
    Browse the repository at this point in the history