prysm-pulse/validator/accounts
james-prysm 27b4e32e1c
HTTP Validator API: /eth/v1/keystores (#13113)
* WIP

* fixing tests

* fixing bazel

* fixing api client

* fixing tests

* fixing more tests and bazel

* fixing trace and more bazel issues

* fixing router path function definitions

* fixing more tests and deep source issues

* adding delete test

* if a route is provided, reregister before the catch all on the middleware.

* fixing linting

* fixing deepsource complaint

* gaz

* more deepsource issues

* fixing missed err check

* changing how routes are registered

* radek reviews

* Update validator/rpc/handlers_keymanager.go

Co-authored-by: Sammy Rosso <15244892+saolyn@users.noreply.github.com>

* Update validator/rpc/handlers_keymanager.go

Co-authored-by: Sammy Rosso <15244892+saolyn@users.noreply.github.com>

* fixing unit test after sammy's review

* adding radek's comments

---------

Co-authored-by: Sammy Rosso <15244892+saolyn@users.noreply.github.com>
2023-10-31 16:33:54 +00: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 Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
userprompt Enable dupword linter & fix findings (#12271) 2023-04-18 22:01:27 +00:00
wallet Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
accounts_backup.go Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
accounts_delete_test.go HTTP Validator API: /eth/v1/keystores (#13113) 2023-10-31 16:33:54 +00:00
accounts_delete.go HTTP Validator API: /eth/v1/keystores (#13113) 2023-10-31 16:33:54 +00:00
accounts_exit_test.go CLEANUP: validator exit prompt (#13057) 2023-10-18 14:00:25 +00:00
accounts_exit.go Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
accounts_helper.go CLEANUP: validator exit prompt (#13057) 2023-10-18 14:00:25 +00:00
accounts_import_test.go HTTP Validator API: /eth/v1/keystores (#13113) 2023-10-31 16:33:54 +00:00
accounts_import.go HTTP Validator API: /eth/v1/keystores (#13113) 2023-10-31 16:33:54 +00:00
accounts_list_test.go Reopenning fix for keystore field name change to align with EIP2335 (#12530) 2023-06-14 15:48:30 -05:00
accounts_list.go Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
accounts.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
BUILD.bazel HTTP Validator API: /eth/v1/keystores (#13113) 2023-10-31 16:33:54 +00:00
cli_manager.go HTTP Validator API: /eth/v1/keystores (#13113) 2023-10-31 16:33:54 +00:00
cli_options.go HTTP Validator API: /eth/v1/keystores (#13113) 2023-10-31 16:33:54 +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 Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +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 Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00