lighthouse/beacon_node/client
Michael Sproul e5fc9f26bc Log if no execution endpoint is configured (#3467)
## Issue Addressed

Fixes an issue whereby syncing a post-merge network without an execution endpoint would silently stall. Sync swallows the errors from block verification so previously there was no indication in the logs for why the node couldn't sync.

## Proposed Changes

Add an error log to the merge-readiness notifier for the case where the merge has already completed but no execution endpoint is configured.
2022-08-15 01:31:02 +00:00
..
src Log if no execution endpoint is configured (#3467) 2022-08-15 01:31:02 +00:00
Cargo.toml Unify execution layer endpoints (#3214) 2022-06-29 09:07:09 +00:00