lighthouse/beacon_node/beacon_chain
Paul Hauner f2a8c6229c Metrics and DEBG log for late gossip blocks (#2533)
## Issue Addressed

Which issue # does this PR address?

## Proposed Changes

- Add a counter metric to log when a block is received late from gossip.
- Also push a `DEBG` log for the above condition.
- Use Debug (`?`) instead of Display (`%`) for a bunch of logs in the beacon processor, so we don't have to deal with concatenated block roots.
- Add new ERRO and CRIT to HTTP API to alert users when they're publishing late blocks.

## Additional Info

NA
2021-08-23 00:59:14 +00:00
..
src Metrics and DEBG log for late gossip blocks (#2533) 2021-08-23 00:59:14 +00:00
tests Ensure doppelganger detects attestations in blocks (#2495) 2021-08-09 02:43:03 +00:00
Cargo.toml Upgrade dependencies (#2513) 2021-08-17 01:00:24 +00:00