ed2f0b797c
* 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 |
||
---|---|---|
.. | ||
operation_pool | ||
proto_array_fork_choice | ||
state_processing | ||
types | ||
utils | ||
README.md |
eth2
Common crates containing eth2-specific logic.