lighthouse/beacon_node/beacon_chain
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
..
src fix cache miss justified balances calculation (#2852) 2021-12-03 16:58:10 +00:00
tests Add BeaconChainHarness tests for The Merge (#2661) 2021-12-02 14:26:52 +11:00
Cargo.toml Bump crate versions (#2829) 2021-12-02 14:29:57 +11:00