lighthouse/beacon_node/eth1/src
Pawan Dhananjay 8728c40102 Remove fallback support from eth1 service (#3594)
## Issue Addressed

N/A

## Proposed Changes

With https://github.com/sigp/lighthouse/pull/3214 we made it such that you can either have 1 auth endpoint or multiple non auth endpoints. Now that we are post merge on all networks (testnets and mainnet), we cannot progress a chain without a dedicated auth execution layer connection so there is no point in having a non-auth eth1-endpoint for syncing deposit cache. 

This code removes all fallback related code in the eth1 service. We still keep the single non-auth endpoint since it's useful for testing.

## Additional Info

This removes all eth1 fallback related metrics that were relevant for the monitoring service, so we might need to change the api upstream.
2022-10-04 08:33:39 +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 Remove fallback support from eth1 service (#3594) 2022-10-04 08:33:39 +00:00
lib.rs Unify execution layer endpoints (#3214) 2022-06-29 09:07:09 +00:00
metrics.rs Remove fallback support from eth1 service (#3594) 2022-10-04 08:33:39 +00:00
service.rs Remove fallback support from eth1 service (#3594) 2022-10-04 08:33:39 +00:00