c646d2f7a3
## Issue Addressed None ## Proposed Changes Adds support for downloading the deposit contract from a different location by setting the environement variables `LIGHTHOUSE_DEPOSIT_CONTRACT_SPEC_URL` and `LIGHTHOUSE_DEPOSIT_CONTRACT_TESTNET_URL`. It also adds support to fetch the content from a local file:// URL. This allows pre fetching to build in an environment without network access. ## Additional Info Being able to build without network access is required to package the application for https://nixos.org/. But I imagine it might be useful for other distributions too. |
||
---|---|---|
.. | ||
account_utils | ||
clap_utils | ||
compare_fields | ||
compare_fields_derive | ||
deposit_contract | ||
directory | ||
eth2 | ||
eth2_config | ||
eth2_interop_keypairs | ||
eth2_network_config | ||
eth2_wallet_manager | ||
fallback | ||
hashset_delay | ||
lighthouse_metrics | ||
lighthouse_version | ||
lockfile | ||
logging | ||
lru_cache | ||
remote_signer_consumer | ||
rest_types | ||
slot_clock | ||
task_executor | ||
test_random_derive | ||
validator_dir | ||
warp_utils | ||
README.md |
eth2
Common crates containing eth2-specific logic.