lighthouse/beacon_node
blacktemplar 38b15deccb Fallback nodes for eth1 access (#1918)
## Issue Addressed

part of  #1883

## Proposed Changes

Adds a new cli argument `--eth1-endpoints` that can be used instead of `--eth1-endpoint` to specify a comma-separated list of endpoints. If the first endpoint returns an error for some request the other endpoints are tried in the given order.

## Additional Info

Currently if the first endpoint fails the fallbacks are used silently (except for `try_fallback_test_endpoint` that is used in `do_update` which logs a `WARN` for each endpoint that is not reachable). A question is if we should add more logs so that the user gets warned if his main endpoint is for example just slow and sometimes hits timeouts.
2020-11-27 08:37:44 +00:00
..
beacon_chain Implement slasher (#1567) 2020-11-23 03:43:22 +00:00
client Fallback nodes for eth1 access (#1918) 2020-11-27 08:37:44 +00:00
eth1 Fallback nodes for eth1 access (#1918) 2020-11-27 08:37:44 +00:00
eth2_libp2p Sync metrics (#1975) 2020-11-26 05:23:17 +00:00
genesis Fallback nodes for eth1 access (#1918) 2020-11-27 08:37:44 +00:00
http_api Bump to v1.0.0, run cargo update 2020-11-25 02:02:19 +11:00
http_metrics Add metrics to VC (#1954) 2020-11-26 01:10:51 +00:00
network Sync metrics (#1975) 2020-11-26 05:23:17 +00:00
operation_pool Update pool/attestations and committees endpoints (#1899) 2020-11-18 23:31:39 +00:00
src Fallback nodes for eth1 access (#1918) 2020-11-27 08:37:44 +00:00
store Disable snappy in LevelDB to fix build issues (#1983) 2020-11-27 03:01:57 +00:00
tests Implement standard eth2.0 API (#1569) 2020-10-01 11:12:36 +10:00
timer Upgrade discovery and restructure task execution (#1693) 2020-10-05 18:45:54 +11:00
websocket_server Update external deps (#1711) 2020-10-05 08:22:19 +00:00
Cargo.toml Bump to v1.0.0, run cargo update 2020-11-25 02:02:19 +11:00