lighthouse/beacon_node/eth1/src
Michael Sproul 18383a63b2 Tidy eth1/deposit contract logging (#3397)
## Issue Addressed

Fixes an issue identified by @remyroy whereby we were logging a recommendation to use `--eth1-endpoints` on merge-ready setups (when the execution layer was out of sync).

## Proposed Changes

I took the opportunity to clean up the other eth1-related logs, replacing "eth1" by "deposit contract" or "execution" as appropriate.

I've downgraded the severity of the `CRIT` log to `ERRO` and removed most of the recommendation text. The reason being that users lacking an execution endpoint will be informed by the new `WARN Not merge ready` log pre-Bellatrix, or the regular errors from block verification post-Bellatrix.
2022-08-01 07:20:43 +00:00
..
block_cache.rs Return eth1-related data via the API (#1797) 2020-11-02 00:37:30 +00:00
deposit_cache.rs Unify execution layer endpoints (#3214) 2022-06-29 09:07:09 +00:00
inner.rs Implement SSZ union type (#2579) 2021-09-25 05:58:36 +00:00
lib.rs Unify execution layer endpoints (#3214) 2022-06-29 09:07:09 +00:00
metrics.rs Monitoring service api (#2251) 2021-05-26 05:58:41 +00:00
service.rs Tidy eth1/deposit contract logging (#3397) 2022-08-01 07:20:43 +00:00