lighthouse/account_manager/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
..
validator Improve account manager CLI (#1404) 2020-07-29 04:32:52 +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