mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-12 02:27:28 +00:00
* 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.