lighthouse/lcli/src
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
..
change_genesis_time.rs Optimizations, disable val client sync check & additional lcli tools (#834) 2020-02-04 12:43:04 +11:00
check_deposit_data.rs Update testnet tooling (#1001) 2020-04-19 02:20:43 +00:00
deploy_deposit_contract.rs Fix clippy warnings (#1385) 2020-07-23 14:18:00 +00:00
eth1_genesis.rs Fallback nodes for eth1 access (#1918) 2020-11-27 08:37:44 +00:00
generate_bootnode_enr.rs Fix EnrForkId computation (#1441) 2020-08-06 04:29:15 +00:00
helpers.rs Protect against OOB offset in variable list SSZ decoding (#974) 2020-04-20 15:35:47 +10:00
insecure_validators.rs Implement VC API (#1657) 2020-10-02 09:42:19 +00:00
interop_genesis.rs Update to spec v1.0.0-rc.0 and BLSv4 (#1765) 2020-10-28 22:19:38 +00:00
main.rs Fallback nodes for eth1 access (#1918) 2020-11-27 08:37:44 +00:00
new_testnet.rs Change --testnet flag to --network (#1751) 2020-11-23 23:54:03 +00:00
parse_hex.rs Fix Schlesi-splitting penalty bug (#1166) 2020-05-19 13:49:23 +10:00
parse_ssz.rs Protect against OOB offset in variable list SSZ decoding (#974) 2020-04-20 15:35:47 +10:00
refund_deposit_contract.rs Stable futures (#879) 2020-05-17 11:16:48 +00:00
skip_slots.rs Fix Schlesi-splitting penalty bug (#1166) 2020-05-19 13:49:23 +10:00
transition_blocks.rs Fix Schlesi-splitting penalty bug (#1166) 2020-05-19 13:49:23 +10:00