prysm-pulse/validator/accounts/v2
Raul Jordan 4017743f7f
Accounts V2: Refactor Wallet Open / Close and Keymanager Initialization (#6668)
* refactoring create account

* dep

* much easier, create a derived account by simply unlocking wallet

* revert changes to new

* make open wallet smarter and utilize cli ctx

* remove the wallet config

* successfully build

* simplify ctx creation for tests

* tests should pass individually

* tests pass

* fixed up to allow for wallet password file input

* fix broken tests

* formatting

* fmt

* simplify recover

* fixed up tests

* implicit use of default wallet path working

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-07-21 23:49:04 -05:00
..
iface Accounts V2: Derived Keymanager List Accounts (#6662) 2020-07-21 05:06:11 +00:00
testing Accounts V2: Derived Keymanager List Accounts (#6662) 2020-07-21 05:06:11 +00:00
BUILD.bazel Accounts V2: Refactor Wallet Open / Close and Keymanager Initialization (#6668) 2020-07-21 23:49:04 -05:00
cmd_accounts.go Accounts V2: Change fatal logs to return errors (#6672) 2020-07-22 02:04:08 +00:00
cmd_wallet.go Accounts V2: Refactor Wallet Open / Close and Keymanager Initialization (#6668) 2020-07-21 23:49:04 -05:00
consts_test.go Accounts V2: Wallet Recover (#6661) 2020-07-22 02:41:39 +00:00
doc.go Part 1: Implement Accounts-V2 New, Wallet Creation (#6451) 2020-07-01 16:30:01 -05:00
export_test.go Accounts V2: Refactor Wallet Open / Close and Keymanager Initialization (#6668) 2020-07-21 23:49:04 -05:00
export.go Accounts V2: Refactor Wallet Open / Close and Keymanager Initialization (#6668) 2020-07-21 23:49:04 -05:00
import_test.go Accounts V2: Refactor Wallet Open / Close and Keymanager Initialization (#6668) 2020-07-21 23:49:04 -05:00
import.go Accounts V2: Refactor Wallet Open / Close and Keymanager Initialization (#6668) 2020-07-21 23:49:04 -05:00
list_test.go Accounts V2: Refactor Wallet Open / Close and Keymanager Initialization (#6668) 2020-07-21 23:49:04 -05:00
list.go Accounts V2: Refactor Wallet Open / Close and Keymanager Initialization (#6668) 2020-07-21 23:49:04 -05:00
new_test.go Applies assertion funcs to validator/accounts tests (#6653) 2020-07-20 10:56:45 +00:00
new.go Accounts V2: Refactor Wallet Open / Close and Keymanager Initialization (#6668) 2020-07-21 23:49:04 -05:00
wallet_create_test.go Accounts V2: Refactor Wallet Open / Close and Keymanager Initialization (#6668) 2020-07-21 23:49:04 -05:00
wallet_create.go Accounts V2: Refactor Wallet Open / Close and Keymanager Initialization (#6668) 2020-07-21 23:49:04 -05:00
wallet_edit_test.go Accounts V2: Refactor Wallet Open / Close and Keymanager Initialization (#6668) 2020-07-21 23:49:04 -05:00
wallet_edit.go Accounts V2: Refactor Wallet Open / Close and Keymanager Initialization (#6668) 2020-07-21 23:49:04 -05:00
wallet_recover_test.go Accounts V2: Refactor Wallet Open / Close and Keymanager Initialization (#6668) 2020-07-21 23:49:04 -05:00
wallet_recover.go Accounts V2: Refactor Wallet Open / Close and Keymanager Initialization (#6668) 2020-07-21 23:49:04 -05:00
wallet_test.go Accounts V2: Refactor Wallet Open / Close and Keymanager Initialization (#6668) 2020-07-21 23:49:04 -05:00
wallet.go Accounts V2: Refactor Wallet Open / Close and Keymanager Initialization (#6668) 2020-07-21 23:49:04 -05:00