prysm-pulse/cmd/prysmctl/validator
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
..
testdata prysmctl: changeblstoexecutionaddress ( withdrawals) (#11790) 2023-01-24 10:05:55 +00:00
BUILD.bazel HTTP endpoints cleanup (#13251) 2023-12-08 20:37:20 +00:00
cmd.go Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
error.go prysmctl: output proposer settings (#12181) 2023-06-06 17:03:30 +00:00
proposer_settings_test.go HTTP Validator API: /eth/v1/keystores (#13113) 2023-10-31 16:33:54 +00:00
proposer_settings.go Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
withdraw_test.go HTTP endpoints cleanup (#13251) 2023-12-08 20:37:20 +00:00
withdraw.go Remove API Middleware (#13243) 2023-12-04 11:55:21 +00:00