lighthouse/beacon_node
tim gretler cbda0a2f0a Add log debounce to work processor (#3045)
## Issue Addressed

#3010 

## Proposed Changes

- move log debounce time latch to `./common/logging`
- add timelatch to limit logging for `attestations_delay_queue` and `queued_block_roots`

## Additional Info

- Is a separate crate for the time latch preferred? 
- `elapsed()` could take `LOG_DEBOUNCE_INTERVAL ` as an argument to allow for different granularity.
2022-03-07 06:30:17 +00:00
..
beacon_chain Ignore attestations to finalized blocks (don't reject) (#3052) 2022-03-04 00:41:22 +00:00
client Retrospective invalidation of exec. payloads for opt. sync (#2837) 2022-02-28 22:07:48 +00:00
eth1 Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
execution_layer Lower debug! logs to trace! (#3053) 2022-03-03 22:37:42 +00:00
genesis Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
http_api Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
http_metrics Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
lighthouse_network Custom RPC request management for sync (#3029) 2022-03-02 22:07:17 +00:00
network Add log debounce to work processor (#3045) 2022-03-07 06:30:17 +00:00
operation_pool Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
src Filter non global ips from discovery (#3023) 2022-03-02 03:14:27 +00:00
store Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
tests Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
timer Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
Cargo.toml Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00