prysm-pulse/api
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
..
client HTTP endpoints cleanup (#13251) 2023-12-08 20:37:20 +00:00
gateway APIs: reusing grpc cors middleware for rest (#13284) 2023-12-08 04:24:18 +00:00
grpc bugfix : Eth-Consensus-Version header on response header (#12600) 2023-07-11 13:27:23 -05:00
pagination fix it (#12932) 2023-09-21 11:40:03 +08:00
server HTTP endpoints cleanup (#13251) 2023-12-08 20:37:20 +00:00
BUILD.bazel HTTP validator API: beacon and account endpoints (#13191) 2023-12-01 20:40:09 +00:00
constants.go HTTP validator API: beacon and account endpoints (#13191) 2023-12-01 20:40:09 +00:00
headers.go Deneb: Produce Block V3 - adding consensus block value (#12948) 2023-10-10 15:12:20 +00:00