prysm-pulse/validator/rpc
james-prysm 394bd1786a
HTTP validator API: beacon and account endpoints (#13191)
* fixing squashing changes, migrates beacon , account, and auth endpoints on validator client

* adding accounts endpoints

* fixing tests and query endpoints

* adding auth endpoint and fixing unit tests

* removing unused files and updating node file to skip gRPC

* ineffectual assignment fix

* rolling back a change to fix e2e

* fixing issues with ui

* updating with webui version 2.0.5

* updating package name flag in readme

* removing restore assets functions

* adding nomemcopy flag to see if vulenerability scan passes

* making data non compressed to avoid copy vulnerability

* Update beacon-chain/rpc/eth/shared/structs_validator.go

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>

* updating site_data, and skipping static analysis on file

* adding back deprecation comment notice

* updating workflows to ignore generated

* addressing radek comments

* missed a conversion

---------

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2023-12-01 20:40:09 +00:00
..
auth_token_test.go HTTP validator API: beacon and account endpoints (#13191) 2023-12-01 20:40:09 +00:00
auth_token.go HTTP validator API: beacon and account endpoints (#13191) 2023-12-01 20:40:09 +00:00
beacon_test.go HTTP validator API: beacon and account endpoints (#13191) 2023-12-01 20:40:09 +00:00
beacon.go HTTP validator API: beacon and account endpoints (#13191) 2023-12-01 20:40:09 +00:00
BUILD.bazel HTTP validator API: beacon and account endpoints (#13191) 2023-12-01 20:40:09 +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_accounts_test.go HTTP validator API: beacon and account endpoints (#13191) 2023-12-01 20:40:09 +00:00
handlers_accounts.go HTTP validator API: beacon and account endpoints (#13191) 2023-12-01 20:40:09 +00:00
handlers_auth_test.go HTTP validator API: beacon and account endpoints (#13191) 2023-12-01 20:40:09 +00:00
handlers_auth.go HTTP validator API: beacon and account endpoints (#13191) 2023-12-01 20:40:09 +00:00
handlers_beacon_test.go HTTP validator API: beacon and account endpoints (#13191) 2023-12-01 20:40:09 +00:00
handlers_beacon.go HTTP validator API: beacon and account endpoints (#13191) 2023-12-01 20:40:09 +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: beacon and account endpoints (#13191) 2023-12-01 20:40:09 +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 HTTP validator API: beacon and account endpoints (#13191) 2023-12-01 20:40:09 +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: beacon and account endpoints (#13191) 2023-12-01 20:40:09 +00:00
server.go HTTP validator API: beacon and account endpoints (#13191) 2023-12-01 20:40:09 +00:00
structs.go HTTP validator API: beacon and account endpoints (#13191) 2023-12-01 20:40:09 +00:00