prysm-pulse/validator/accounts
james-prysm 10b438e2c8
Keymanager fixes for bad file writes (#12284)
* WIP changes for keymanager

* WIP fix

* WIP needs unit tests

* fixing order

* adding unit test

* fixing linter

* updating unit tests and creating more reusable functions

* making accountStore copy method part of struct

* Update validator/keymanager/local/delete_test.go

* Update validator/keymanager/local/delete.go

* Update validator/keymanager/local/delete.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>

* Update validator/keymanager/local/import.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>

* Update validator/keymanager/local/delete.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>

* Update validator/keymanager/local/delete.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>

* Update validator/keymanager/local/import.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>

* Update validator/keymanager/local/import.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>

* Update validator/keymanager/local/delete.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>

* addressing suggestion of not reinitializing from reading the file but instead update the information based on memory on hand

* Update validator/accounts/wallet_create.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>

* adding changes based on suggestions

* making logs more consistent

* fixing linting

---------

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
2023-04-17 12:08:27 -05:00
..
iface Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
petnames Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
testdata/fuzz/FuzzValidateMnemonic Fix Mnemonic Validation (#10354) 2022-03-14 07:30:11 +08:00
testing Keymanager fixes for bad file writes (#12284) 2023-04-17 12:08:27 -05:00
userprompt Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
wallet Enable misspell linter & fix findings (#12272) 2023-04-14 10:03:11 +00:00
accounts_backup.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
accounts_delete.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
accounts_exit_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
accounts_exit.go Add REST API stubs for beacon chain, node and slasher clients (#12094) 2023-03-20 16:32:32 +00:00
accounts_helper.go Improve voluntary exit confirmation prompt (#12205) 2023-03-29 14:17:21 +00:00
accounts_import_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
accounts_import.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
accounts_list_test.go Add REST API stubs for beacon chain, node and slasher clients (#12094) 2023-03-20 16:32:32 +00:00
accounts_list.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
accounts.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
BUILD.bazel Add REST API stubs for beacon chain, node and slasher clients (#12094) 2023-03-20 16:32:32 +00:00
cli_manager.go Add REST API stubs for beacon chain, node and slasher clients (#12094) 2023-03-20 16:32:32 +00:00
cli_options.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
doc.go Reduce Usage of Eth2 Terminology in Prysm (#9104) 2021-06-26 19:00:33 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
wallet_create.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
wallet_recover_fuzz_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
wallet_recover_test.go Wallet recover CLI Manager migration (#11278) 2022-08-24 16:57:03 +00:00
wallet_recover.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00