prysm-pulse/validator/accounts/v2
Ivan Martinez c72db6f96a
Accounts V2: Refactor prompts, deduplicate into directory and password (#6674)
* Refactor input code, deduplicate into directory and password
* Change to filepath
* Rename
* Make consts visible to whole validator package
* Fix
* Try commands and fix
* Fix defaults
* Fixes
* Merge branch 'master' into refactor-input-prompts
* Merge refs/heads/master into refactor-input-prompts
* Merge refs/heads/master into refactor-input-prompts
* Merge refs/heads/master into refactor-input-prompts
* Merge refs/heads/master into refactor-input-prompts
* Remove consts and add comment
* Merge branch 'refactor-input-prompts' of github.com:prysmaticlabs/prysm into refactor-input-prompts
* Undo
* Fixes
* Update validator/accounts/v2/prompt.go
* Merge refs/heads/master into refactor-input-prompts
* gofmt
* Merge refs/heads/master into refactor-input-prompts
* Merge refs/heads/master into refactor-input-prompts
* Merge refs/heads/master into refactor-input-prompts
* Merge refs/heads/master into refactor-input-prompts
* Merge branch 'master' into refactor-input-prompts
* Merge refs/heads/master into refactor-input-prompts
* Fix
* Merge refs/heads/master into refactor-input-prompts
* Merge refs/heads/master into refactor-input-prompts
* Accounts V2: Simplify Wallet Save/Read To and From Disk Functions (#6686)

* simplify wallet functions

* fix build

* futher simplify wallet

* simplify read/write methods

* move direct functions to direct keymanager

* further move direct km specific funcs

* cleanup

* simplify the direct tests

* fixed tests

* lint

* further simplify

* tidy

* fix config write

* fixed test

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
* conflict resolution
* trim
2020-07-23 03:10:23 +00:00
..
iface Accounts V2: Simplify Wallet Save/Read To and From Disk Functions (#6686) 2020-07-22 21:12:51 -05:00
testing Accounts V2: Simplify Wallet Save/Read To and From Disk Functions (#6686) 2020-07-22 21:12:51 -05:00
BUILD.bazel Accounts V2: Refactor prompts, deduplicate into directory and password (#6674) 2020-07-23 03:10:23 +00:00
cmd_accounts.go Accounts V2: Refactor prompts, deduplicate into directory and password (#6674) 2020-07-23 03:10:23 +00:00
cmd_wallet.go Accounts V2: Remove traces from command errors (#6692) 2020-07-23 00:11:00 +00: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 prompts, deduplicate into directory and password (#6674) 2020-07-23 03:10:23 +00:00
export.go Accounts V2: Refactor prompts, deduplicate into directory and password (#6674) 2020-07-23 03:10:23 +00:00
import_test.go Accounts V2: Refactor prompts, deduplicate into directory and password (#6674) 2020-07-23 03:10:23 +00:00
import.go Accounts V2: Refactor prompts, deduplicate into directory and password (#6674) 2020-07-23 03:10:23 +00:00
list_test.go Accounts V2: Simplify Wallet Save/Read To and From Disk Functions (#6686) 2020-07-22 21:12:51 -05:00
list.go Accounts V2: Refactor prompts, deduplicate into directory and password (#6674) 2020-07-23 03:10:23 +00: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 prompts, deduplicate into directory and password (#6674) 2020-07-23 03:10:23 +00:00
prompt.go Accounts V2: Refactor prompts, deduplicate into directory and password (#6674) 2020-07-23 03:10:23 +00: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 prompts, deduplicate into directory and password (#6674) 2020-07-23 03:10:23 +00: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 Applies assertion funcs to validator tests (#6694) 2020-07-23 01:13:52 +00:00
wallet_recover.go Accounts V2: Refactor prompts, deduplicate into directory and password (#6674) 2020-07-23 03:10:23 +00:00
wallet_test.go Accounts V2: Refactor prompts, deduplicate into directory and password (#6674) 2020-07-23 03:10:23 +00:00
wallet.go Accounts V2: Refactor prompts, deduplicate into directory and password (#6674) 2020-07-23 03:10:23 +00:00