Commit Graph

10 Commits

Author SHA1 Message Date
Luke Anderson
8bd9ccdaa0
Fixed account_manager data dir.
- Default data directory for the account_manager, now points to ~/.lighthouse-validator, which is the same data dir as the validator binary.
2019-06-26 13:04:05 +10:00
Paul Hauner
cf3d8b0688
Run cargo fmt --all 2019-06-13 12:21:09 -04:00
Paul Hauner
0128e9c0ce
Rename config file for account manager 2019-06-13 12:20:22 -04:00
Paul Hauner
ab12787610
Update account manager config parsing 2019-06-09 04:34:56 -04:00
Paul Hauner
7c2ca85e34
Change account_manager CLI options 2019-05-29 14:06:38 +10:00
Paul Hauner
5e435e7821
Add feat for account_manager to gen key range 2019-05-28 14:32:32 +10:00
Luke Anderson
83c52bf335
Fixed cargo fmt. 2019-04-08 15:18:40 +10:00
Luke Anderson
177a351462
Added deterministic keypair generation.
- The Account Manager has a new subcommand, allowing generation of deterministic keys given a particular validator index.
 - Split functionality in generate_deterministic_keypair function
 - Fixed up READMEs to reflect new functionality & correct naming.
2019-04-08 15:02:11 +10:00
Luke Anderson
fba916a0d8
Updated validator config according to suggestions.
- Directory structure changed slightly
 - Uses a filter_map instead of a for loop.
 - All errors reading files does not prevent others from being read.
 - The accounts manager needs to generate files first, with the same structure.
2019-03-23 15:46:51 +11:00
Luke Anderson
dc2fc7a250
Added a new binary, accounts_manager.
- Updated main Cargo.toml file
 - Created a new readme & binary
 - Includes configuration options from the validator, which now has it's config as a library.
2019-03-20 16:24:28 +11:00