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

Unified equivocation slashing #1737

Closed
wants to merge 4 commits into from
Closed

Unified equivocation slashing #1737

wants to merge 4 commits into from

Commits on Apr 21, 2020

  1. Unified equivocation slashing

    See https://github.com/ethereum/eth2.0-specs/issues/1387—thanks to @hwwhww for pinging me :)
    
    **TLDR**: Significant simplification, especially for phase 1. The idea is that all forms of equivocation (beacon proposing, shard proposing, shard attesting) are unified in a single equivocation slashing condition using uniqueness roots.
    
    **Substantive changes**:
    
    * Introduce `uniqueness_root` in signing root
    * Replace `process_proposer_slashing` by `process_equivocation`
    
    **Cosmetic changes**:
    
    * Move `BeaconBlockHeader` aside `BeaconBlockBody` and `BeaconBlock`
    * Rename `SigningRoot` to `SigningData`
    * Remove a couple of unnecessary new lines
    JustinDrake authored Apr 21, 2020
    Configuration menu
    Copy the full SHA
    22a5ba4 View commit details
    Browse the repository at this point in the history
  2. Update beacon-chain.md

    JustinDrake authored Apr 21, 2020
    Configuration menu
    Copy the full SHA
    a899157 View commit details
    Browse the repository at this point in the history
  3. Update beacon-chain.md

    JustinDrake authored Apr 21, 2020
    Configuration menu
    Copy the full SHA
    0a683df View commit details
    Browse the repository at this point in the history
  4. Update beacon-chain.md

    JustinDrake authored Apr 21, 2020
    Configuration menu
    Copy the full SHA
    82bda04 View commit details
    Browse the repository at this point in the history