lighthouse/beacon_node
realbigsean b5f2764bae fix cache miss justified balances calculation (#2852)
## Issue Addressed

We were calculating justified balances incorrectly on cache misses in `set_justified_checkpoint`

## Proposed Changes

Use the `get_effective_balances` method as opposed to `state.balances`, which returns exact balances


Co-authored-by: realbigsean <seananderson33@gmail.com>
2021-12-03 16:58:10 +00:00
..
beacon_chain fix cache miss justified balances calculation (#2852) 2021-12-03 16:58:10 +00:00
client Support legacy data directories (#2846) 2021-12-02 14:29:59 +11:00
eth1 Bump crate versions (#2829) 2021-12-02 14:29:57 +11:00
execution_layer Cleanup Comments & Fix get_pow_block_hash_at_ttd() (#2835) 2021-12-02 14:29:59 +11:00
genesis Bump crate versions (#2829) 2021-12-02 14:29:57 +11:00
http_api 1.57.0 lints (#2850) 2021-12-03 04:44:30 +00:00
http_metrics Update Lighthouse Dependencies (#2818) 2021-11-18 05:08:42 +00:00
lighthouse_network Restrict network limits based on merge fork epoch (#2839) 2021-12-02 14:32:31 +11:00
network 1.57.0 lints (#2850) 2021-12-03 04:44:30 +00:00
operation_pool Bump crate versions (#2829) 2021-12-02 14:29:57 +11:00
src 1.57.0 lints (#2850) 2021-12-03 04:44:30 +00:00
store Bump crate versions (#2829) 2021-12-02 14:29:57 +11:00
tests Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
timer Update Lighthouse Dependencies (#2818) 2021-11-18 05:08:42 +00:00
Cargo.toml Rename eth2_libp2p to lighthouse_network (#2702) 2021-10-19 00:30:39 +00:00