prysm-pulse/validator/rpc
james-prysm 4c381938e1
HTTP validator API: wallet endpoints (#13171)
* converting wallet calls to pure http

* fixing proto and gaz

* adding routes and fixing test

* fixing error handling

* fixing protos after conflict with develop

* adding deprecation notice

* fixing route test

* review feedback

* addressing more comments

* updating comment to be more clear

* fixing web_api proto
2023-11-15 19:40:14 +00:00
..
accounts_test.go Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
accounts.go HTTP validator API: wallet endpoints (#13171) 2023-11-15 19:40:14 +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: wallet endpoints (#13171) 2023-11-15 19:40:14 +00:00
handler_wallet_test.go HTTP validator API: wallet endpoints (#13171) 2023-11-15 19:40:14 +00:00
handler_wallet.go HTTP validator API: wallet endpoints (#13171) 2023-11-15 19:40:14 +00:00
handlers_health_test.go HTTP validator API: health endpoints (#13149) 2023-11-02 15:51:21 +00:00
handlers_health.go HTTP validator API: health endpoints (#13149) 2023-11-02 15:51:21 +00:00
handlers_keymanager_test.go HTTP Validator API: slashing protection import and export (#13165) 2023-11-15 17:35:22 +00:00
handlers_keymanager.go HTTP validator API: wallet endpoints (#13171) 2023-11-15 19:40:14 +00:00
handlers_slashing_test.go HTTP Validator API: slashing protection import and export (#13165) 2023-11-15 17:35:22 +00:00
handlers_slashing.go HTTP Validator API: slashing protection import and export (#13165) 2023-11-15 17:35:22 +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: wallet endpoints (#13171) 2023-11-15 19:40:14 +00:00
server.go HTTP validator API: wallet endpoints (#13171) 2023-11-15 19:40:14 +00:00
structs.go HTTP validator API: wallet endpoints (#13171) 2023-11-15 19:40:14 +00:00