38b15deccb
## 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. |
||
---|---|---|
.. | ||
change_genesis_time.rs | ||
check_deposit_data.rs | ||
deploy_deposit_contract.rs | ||
eth1_genesis.rs | ||
generate_bootnode_enr.rs | ||
helpers.rs | ||
insecure_validators.rs | ||
interop_genesis.rs | ||
main.rs | ||
new_testnet.rs | ||
parse_hex.rs | ||
parse_ssz.rs | ||
refund_deposit_contract.rs | ||
skip_slots.rs | ||
transition_blocks.rs |