prysm-pulse/validator/keymanager/v1
Raul Jordan fd9003f822
Integrate Accounts v2 Keymanager Into Validator Client (#6489)
* add in configs
* ask for enable accounts v2
* begin integration of v2 keymanager
* refactor wallet opening
* include significant refactoring of how opening a wallet works, making it easy to include at runtime
* ensure build with keymanager v2
* further improving runtime integration
* default pass paths
* finally running v2 at runtime
* import spacing
* Merge branch 'master' into v2-accounts-feature
* Merge refs/heads/master into v2-accounts-feature
* Merge refs/heads/master into v2-accounts-feature
* Merge refs/heads/master into v2-accounts-feature
* Merge refs/heads/master into v2-accounts-feature
* confs
* rem e2e val flag
* Merge branch 'master' into v2-accounts-feature
* Merge refs/heads/master into v2-accounts-feature
* Merge refs/heads/master into v2-accounts-feature
* Merge refs/heads/master into v2-accounts-feature
* Merge refs/heads/master into v2-accounts-feature
* Merge refs/heads/master into v2-accounts-feature
* Merge refs/heads/master into v2-accounts-feature
2020-07-08 05:01:09 +00:00
..
BUILD.bazel Begin Scaffold of Validator Accounts V2 (#6310) 2020-06-27 15:48:36 +00:00
direct_interop_test.go Begin Scaffold of Validator Accounts V2 (#6310) 2020-06-27 15:48:36 +00:00
direct_interop.go Begin Scaffold of Validator Accounts V2 (#6310) 2020-06-27 15:48:36 +00:00
direct_keystore.go Integrate Accounts v2 Keymanager Into Validator Client (#6489) 2020-07-08 05:01:09 +00:00
direct_test.go Begin Scaffold of Validator Accounts V2 (#6310) 2020-06-27 15:48:36 +00:00
direct_unencrypted.go Begin Scaffold of Validator Accounts V2 (#6310) 2020-06-27 15:48:36 +00:00
direct.go Begin Scaffold of Validator Accounts V2 (#6310) 2020-06-27 15:48:36 +00:00
keymanager.go Begin Scaffold of Validator Accounts V2 (#6310) 2020-06-27 15:48:36 +00:00
log.go Begin Scaffold of Validator Accounts V2 (#6310) 2020-06-27 15:48:36 +00:00
opts_test.go Begin Scaffold of Validator Accounts V2 (#6310) 2020-06-27 15:48:36 +00:00
opts.go Begin Scaffold of Validator Accounts V2 (#6310) 2020-06-27 15:48:36 +00:00
remote_internal_test.go Begin Scaffold of Validator Accounts V2 (#6310) 2020-06-27 15:48:36 +00:00
remote_test.go Begin Scaffold of Validator Accounts V2 (#6310) 2020-06-27 15:48:36 +00:00
remote.go Begin Scaffold of Validator Accounts V2 (#6310) 2020-06-27 15:48:36 +00:00
wallet_test.go Begin Scaffold of Validator Accounts V2 (#6310) 2020-06-27 15:48:36 +00:00
wallet.go Begin Scaffold of Validator Accounts V2 (#6310) 2020-06-27 15:48:36 +00:00