Add lcli command to replace state pubkeys (#1999)

## Issue Addressed

NA

## Proposed Changes

Adds a command to replace all the pubkeys in a state with one generated from a mnemonic.

## Additional Info

This is not production code, it's only for testing.
This commit is contained in:
Paul Hauner
2021-01-19 08:42:30 +00:00
parent 805e152f66
commit 46cb6e204c
4 changed files with 91 additions and 0 deletions

View File

@@ -35,4 +35,6 @@ rand = "0.7.3"
eth2_keystore = { path = "../crypto/eth2_keystore" }
lighthouse_version = { path = "../common/lighthouse_version" }
directory = { path = "../common/directory" }
account_utils = { path = "../common/account_utils" }
eth2_wallet = { path = "../crypto/eth2_wallet" }
tokio-compat-02 = "0.1"