prysm-pulse/validator/rpc
Radosław Kapka 4c47756aed
HTTP endpoints cleanup (#13251)
* remove validation package

* structs cleanup

* merge with apimiddleware removal

* more validation and Bls capitalization

* builder test fix

* use strconv for uint->str conversions

* use DecodeHexWithLength

* use exact param names

* rename http package to httputil

* change conversions to fmt.Sprintf

* handle query paramsd and route variables

* spans and receiver name

* split structs, move bytes helper

* missing ok check

* fix reference to indexed failure

* errors fixup

* add godoc to helper

* fix BLS casing and chainhead ref

* review

* fix import in tests

* gzl
2023-12-08 20:37:20 +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 endpoints cleanup (#13251) 2023-12-08 20:37:20 +00:00
handler_wallet_test.go HTTP validator API: wallet endpoints (#13171) 2023-11-15 19:40:14 +00:00
handler_wallet.go HTTP endpoints cleanup (#13251) 2023-12-08 20:37:20 +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 endpoints cleanup (#13251) 2023-12-08 20:37:20 +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 endpoints cleanup (#13251) 2023-12-08 20:37:20 +00:00
handlers_beacon_test.go HTTP endpoints cleanup (#13251) 2023-12-08 20:37:20 +00:00
handlers_beacon.go HTTP endpoints cleanup (#13251) 2023-12-08 20:37:20 +00:00
handlers_health_test.go Support New Subnet Backbone (#13179) 2023-12-08 04:07:48 +00:00
handlers_health.go HTTP endpoints cleanup (#13251) 2023-12-08 20:37:20 +00:00
handlers_keymanager_test.go HTTP endpoints cleanup (#13251) 2023-12-08 20:37:20 +00:00
handlers_keymanager.go HTTP endpoints cleanup (#13251) 2023-12-08 20:37:20 +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 endpoints cleanup (#13251) 2023-12-08 20:37:20 +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 endpoints cleanup (#13251) 2023-12-08 20:37:20 +00:00