lighthouse/common/slot_clock/src
Paul Hauner c1203f5e52 Add specific log and metric for delayed blocks (#2308)
## Issue Addressed

NA

## Proposed Changes

- Adds a specific log and metric for when a block is enshrined as head with a delay that will caused bad attestations
    - We *technically* already expose this information, but it's a little tricky to determine during debugging. This makes it nice and explicit.
- Fixes a minor reporting bug with the validator monitor where it was expecting agg. attestations too early (at half-slot rather than two-thirds-slot).

## Additional Info

NA
2021-04-13 02:16:59 +00:00
..
lib.rs Add specific log and metric for delayed blocks (#2308) 2021-04-13 02:16:59 +00:00
manual_slot_clock.rs Handle early blocks (#2155) 2021-02-24 03:08:52 +00:00
metrics.rs Represent slots in secs instead of millisecs (#2163) 2021-01-19 09:39:51 +00:00
system_time_slot_clock.rs Detailed validator monitoring (#2151) 2021-01-20 19:19:38 +00:00