Files
lighthouse/eth2/types
Justin ed2f0b797c Cleanup ExitCache (#1091)
* Cleanup `ExitCache`

Minor suggested cleanups after familiarising myself with the `ExitCache`.

* Remove "validators exiting/exited at a given epoch" comment in favour of the notion of exit epoch (less wishy-washy).
* Remove "or zero if not known" comment. The number of validators with that exit epoch is known, even in the case where it's zero.
* Rename `epoch` to `exit_epoch` for consistency and clarity.
* Rename `exits_per_epoch` to `exit_epoch_counts` for precision and clarity.
* Remove seemingly unnecessary complexity with `force_build`.
* Consider renaming `ExitCache` to `ExitEpochCache` for clarity.

* Update exit_cache.rs
2020-05-18 12:59:03 +10:00
..
2020-02-10 11:30:21 +11:00
2020-05-18 12:59:03 +10:00
2020-05-17 11:16:48 +00:00