lighthouse/common/validator_dir
Paul Hauner 5680355b31 Fix naming of validators in CLI (#1332)
## Issue Addressed

NA

## Proposed Changes

- Adds a `lighthouse account validator list` command, to list all known validators.
- Fixes the validator names; previously they were using a full path (e.g., `"/home/paul/.lighthouse/validators/0x8ce25415d078bdc83133758604578ba51707a55965eeca8982f44695db7432d6ff1c23529020a971faa68ab60baf3118"` but now we only use the final directory name (e.g., `0x8ce25415d078bdc83133758604578ba51707a55965eeca8982f44695db7432d6ff1c23529020a971faa68ab60baf3118`).
2020-07-27 01:25:20 +00:00
..
src Fix naming of validators in CLI (#1332) 2020-07-27 01:25:20 +00:00
tests Update local testnet scripts, fix eth1 sim (#1184) 2020-05-26 18:30:44 +10:00
Cargo.toml Support multiple BLS implementations (#1335) 2020-07-25 02:03:18 +00:00