lighthouse/beacon_node/network
Jack McPherson a6d5c7d7e0 Correct checks for backfill completeness (#4465)
## Issue Addressed

#4331 

## Proposed Changes

 - Use comparison rather than strict equality between the earliest epoch we know about and the backfill target (which will be the most recent WSP by default or genesis)
 - Add helper function `BackFillSync<T>::would_complete` to achieve this in one location

## Additional Info

 - There's an ad hoc test for this in #4461


Co-authored-by: Age Manning <Age@AgeManning.com>
2023-07-06 07:35:31 +00:00
..
src Correct checks for backfill completeness (#4465) 2023-07-06 07:35:31 +00:00
Cargo.toml Aggregate subsets (#3493) 2023-06-27 01:06:49 +00:00