lighthouse/consensus/types
realbigsean b75df29501 minimize the number of places we are calling update_pubkey_cache ()
## Issue Addressed

- Resolves 

## Proposed Changes

- Call `update_pubkey_cache` only in the `build_all_caches` method and `get_validator_index` method. 

## Additional Info

This does reduce the number of places the cache is updated, making it simpler. But the `get_validator_index` method is used a couple times when we are iterating through the entire validator registry (or set of active validators). Before, we would only call `update_pubkey_cache` once before iterating through all validators.  So I'm not _totally_ sure this change is worth it.
2020-09-23 01:19:56 +00:00
..
benches Directory Restructure () 2020-05-18 21:24:23 +10:00
examples Directory Restructure () 2020-05-18 21:24:23 +10:00
src minimize the number of places we are calling update_pubkey_cache () 2020-09-23 01:19:56 +00:00
Cargo.toml Don't quote slot and epoch, for now () 2020-09-08 02:12:36 +00:00