lighthouse/beacon_node
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
..
beacon_chain Remove fallback support from eth1 service (#3594) 2022-10-04 08:33:39 +00:00
builder_client Builder Specs v0.2.0 (#3134) 2022-07-30 00:22:37 +00:00
client Remove fallback support from eth1 service (#3594) 2022-10-04 08:33:39 +00:00
eth1 Remove fallback support from eth1 service (#3594) 2022-10-04 08:33:39 +00:00
execution_layer Deduplicate block root computation (#3590) 2022-09-23 03:52:42 +00:00
genesis Remove fallback support from eth1 service (#3594) 2022-10-04 08:33:39 +00:00
http_api Remove fallback support from eth1 service (#3594) 2022-10-04 08:33:39 +00:00
http_metrics Support IPv6 in BN and VC HTTP APIs (#3104) 2022-03-24 00:04:49 +00:00
lighthouse_network Handle Lodestar's new agent string (#3620) 2022-09-29 01:50:13 +00:00
network Improve logging a little (#3619) 2022-09-29 01:50:12 +00:00
operation_pool Refactor op pool for speed and correctness (#3312) 2022-08-29 09:10:26 +00:00
src Remove fallback support from eth1 service (#3594) 2022-10-04 08:33:39 +00:00
store Refined payload pruning (#3587) 2022-09-19 07:58:49 +00:00
tests Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
timer Use async code when interacting with EL (#3244) 2022-07-03 05:36:50 +00:00
Cargo.toml v3.1.2 (#3603) 2022-09-26 01:17:36 +00:00