lighthouse-pulse/lighthouse/tests
Mac L 17b6d7ce86 Add http-address flag to VC (#2467)
## Issue Addressed

#2454 

## Proposed Changes

Adds the `--http-address` flag to allow the user to use custom HTTP addresses. This can be helpful for certain Docker setups.

Since using custom HTTP addresses is unsafe due to the server being unencrypted,  `--unencrypted-http-transport` was also added as a safety flag and must be used in tandem with `--http-address`. This is to ensure the user is aware of the risks associated with using non-local HTTP addresses.
2021-07-21 07:10:51 +00:00
..
account_manager.rs Add an account command to enable/disable validators (#2386) 2021-06-16 09:16:51 +00:00
beacon_node.rs Fix options for --eth1-endpoints flag (#2392) 2021-06-04 00:10:59 +00:00
main.rs Add testing for beacon node and validator client CLI flags (#2311) 2021-05-06 00:36:22 +00:00
validator_client.rs Add http-address flag to VC (#2467) 2021-07-21 07:10:51 +00:00