lighthouse/testing/web3signer_tests
Philip White cf3bcca969 Allow setting web3signer version through environment (#3368)
## Issue Addressed

#3369 

## Proposed Changes

The goal is to make it possible to build Lighthouse without network access,
so builds can be reproducible.

This parallels the existing functionality in `common/deposit_contract/build.rs`,
which allows specifying a filename through the environment to avoid downloading
it. In this case, by specifying the version and making it available on the
filesystem, the existing logic will avoid a network download.
2022-07-27 03:20:01 +00:00
..
src Share reqwest::Client between validators when using Web3Signer (#3335) 2022-07-19 05:48:05 +00:00
tls Add client authentication to Web3Signer validators (#3170) 2022-05-18 23:14:37 +00:00
build.rs Allow setting web3signer version through environment (#3368) 2022-07-27 03:20:01 +00:00
Cargo.toml Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00