lighthouse/common/validator_dir/src
Michael Sproul f53dedb27d Improve account manager CLI (#1404)
## Proposed Changes

Fixes some sharp edges on the new `lighthouse account validator list` command, and the account manager CLI.

* Validator names/keys are always printed in the same order due to the use of a sorted `BTreeMap`
* The `validator list` subcommand now respects the `--validator-dir` flag, instead of always looking in `~/.lighthouse/validators`
* The `--help` now shows a description for the `wallet` subcommand instead of just `TODO`
2020-07-29 04:32:52 +00:00
..
builder.rs Support multiple BLS implementations (#1335) 2020-07-25 02:03:18 +00:00
insecure_keys.rs Update local testnet scripts, fix eth1 sim (#1184) 2020-05-26 18:30:44 +10:00
lib.rs Support multiple BLS implementations (#1335) 2020-07-25 02:03:18 +00:00
manager.rs Improve account manager CLI (#1404) 2020-07-29 04:32:52 +00:00
validator_dir.rs Fix clippy warnings (#1385) 2020-07-23 14:18:00 +00:00