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

Remove exit counts #525

Merged
merged 2 commits into from Jan 30, 2019
Merged

Remove exit counts #525

merged 2 commits into from Jan 30, 2019

Conversation

JustinDrake
Copy link
Collaborator

  • Simplify by removing exit_epoch in BeaconState and Validator. (Also less storage for full nodes.)
  • Replace with exit_epoch when ordering validator with withdrawal. Slight loss of granularity, but that's actually a good thing because it reduces the opportunity for manipulation by proposers.

* Simplify by removing `exit_epoch` in `BeaconState` and `Validator`. (Also less storage for full nodes.)
* Replace with `exit_epoch` when ordering validator with withdrawal. Slight loss of granularity, but that's actually a good thing because it reduces the opportunity for manipulation by proposers.
Co-Authored-By: JustinDrake <drakefjustin@gmail.com>
@djrtwo djrtwo merged commit 820777a into master Jan 30, 2019
@djrtwo djrtwo deleted the JustinDrake-patch-1-1 branch January 30, 2019 18:29
benjaminion added a commit to benjaminion/teku that referenced this pull request Feb 5, 2019
Implements ethereum/consensus-specs#525
Addresses some of Consensys#235

Note that some of the BeaconStateTests still need fixing up.
jrhea pushed a commit to Consensys/teku that referenced this pull request Feb 5, 2019
Implements ethereum/consensus-specs#525
Addresses some of #235

Note that some of the BeaconStateTests still need fixing up.
dangerousfood pushed a commit to dangerousfood/artemis that referenced this pull request Feb 17, 2019
Implements ethereum/consensus-specs#525
Addresses some of Consensys#235

Note that some of the BeaconStateTests still need fixing up.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants