prysm-pulse/validator/rpc
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
..
accounts_test.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
auth_token_test.go Fix numerous spelling error and typos in the log messages, comments, and documentation. (#12385) 2023-05-11 20:45:43 +00:00
auth_token.go Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
beacon_test.go Add REST API stubs for beacon chain, node and slasher clients (#12094) 2023-03-20 16:32:32 +00:00
beacon.go Enable nilerr linter & fix findings (#12270) 2023-04-18 20:53:16 +00:00
BUILD.bazel HTTP Validator API: /eth/v1/keystores (#13113) 2023-10-31 16:33:54 +00:00
handlers_keymanager_test.go HTTP Validator API: /eth/v1/keystores (#13113) 2023-10-31 16:33:54 +00:00
handlers_keymanager.go HTTP Validator API: /eth/v1/keystores (#13113) 2023-10-31 16:33:54 +00:00
health_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
health.go Enable nilerr linter & fix findings (#12270) 2023-04-18 20:53:16 +00:00
intercepter_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
intercepter.go Enforce log.WithError(err) static analysis and fix all violations (#11163) 2022-08-05 10:52:02 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
server_test.go HTTP Validator API: /eth/v1/keystores (#13113) 2023-10-31 16:33:54 +00:00
server.go HTTP Validator API: /eth/v1/keystores (#13113) 2023-10-31 16:33:54 +00:00
slashing_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
slashing.go Enable whitespace linter & fix findings (#12273) 2023-04-18 18:58:27 +00:00
structs.go HTTP Validator API: /eth/v1/keystores (#13113) 2023-10-31 16:33:54 +00:00
wallet_test.go HTTP Validator API: /eth/v1/keystores (#13113) 2023-10-31 16:33:54 +00:00
wallet.go Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00