lighthouse/account_manager/src
Michael Sproul d0f1a3e59f Check deposit signatures when submitting via CLI (#1414)
## Proposed Changes

Having been bitten by submitting deposits with invalid signatures (for the wrong testnet), I'm proposing we check the signatures of deposits when submitting them via `lighthouse account validator deposit`.

The impact on performance is likely to be minimal because waiting for an Eth1 transaction confirmation takes a lot longer than verifying a single signature.

It would be great to have the same protection in the deposit web UI in the Lighthouse Book, but I imagine that will be obsoleted by the validator web UI work.
2020-07-31 05:47:11 +00:00
..
validator Check deposit signatures when submitting via CLI (#1414) 2020-07-31 05:47:11 +00:00
wallet Improve account manager CLI (#1404) 2020-07-29 04:32:52 +00:00
common.rs Introduce validator definition file for VC (#1357) 2020-07-22 09:34:55 +00:00
lib.rs Support multiple BLS implementations (#1335) 2020-07-25 02:03:18 +00:00