eth2.0-specs/specs
vbuterin d9e897bbcb
Status code / slot reorganization
* Added `activation_slot`, `exit_slot`, `penalized_slot`, `withdrawal_slot`, use these to determine if a validator is active
* Universal min activation/exit delay of 256 slots
* Min exit time of ~1 day, but penalization delays this to ~18 days
* Penalty calculation period of `[time penalized - 18 days, time penalized + 18 days]`; made the total penalties array fixed size and wraparound to make calculation more fine-grained
* Processes withdrawals in all epochs, not just dynasty-changing epochs
* Change `get_shuffling` function to take slot as argument

Not yet done:

* Removed `shard_committees` from the state
* Removed persistent committees from the state
2018-12-28 12:04:03 -06:00
..
core Status code / slot reorganization 2018-12-28 12:04:03 -06:00
bls_signature.md fix bls_signature toc 2018-12-17 08:48:06 -06:00
simple-serialize.md updated SSZ implementation list 2018-12-22 15:13:54 -08:00
test-format.md a note about wip 2018-10-16 17:50:56 -05:00