prysm-pulse/validator/keymanager/v2/direct
Raul Jordan f12f75224e
Accounts V2: Create Wallet via CLI (#6543)
* begin on the proto definitions

* define remote signer service protos

* basic implementation

* remote keymanager docs

* finalize remote client doc

* amend response

* fix proto defs

* test new and begin test sign

* test sign done

* remote oneof

* rename

* fix build

* viz

* Update validator/keymanager/v2/remote/remote_test.go

Co-authored-by: Ivan Martinez <ivanthegreatdev@gmail.com>

* Update validator/accounts/v2/wallet.go

Co-authored-by: Ivan Martinez <ivanthegreatdev@gmail.com>

* fmt

* move the input check to accounts new

* begin on requesting cli input for remote keymanager config

* move the input check to accounts new

* begin on requesting cli input for remote keymanager config

* define wallet v2

* create wallet most logic done

* init remote wallet

* create wallet moving nicely

* ensure wallet create works

* reenable import export list

* further refactor

* improve handling of input wallet dir

* add all validation to cert path checks

* lint

* list test

* new wallet lint

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Ivan Martinez <ivanthegreatdev@gmail.com>
2020-07-14 23:05:21 -05:00
..
BUILD.bazel Direct Keymanager: Proper Keystore.json Formatting (#6527) 2020-07-09 16:23:53 +00:00
direct_test.go Direct Keymanager: Add Export and Import commands (#6528) 2020-07-13 21:37:18 +00:00
direct.go Accounts V2: Create Wallet via CLI (#6543) 2020-07-14 23:05:21 -05:00
doc.go Remote Keymanager: Proto Definitions and Basic Client Implementation (#6526) 2020-07-10 05:49:56 +00:00
mnemonic_test.go Direct Keymanager: Implement Account Creation (#6466) 2020-07-03 18:49:16 +00:00
mnemonic.go Allow creating new accounts to be non-interactive (#6602) 2020-07-14 23:00:58 +00:00