prysm-pulse/encoding/bytesutil
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
..
bits_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
bits.go Refactor bytesutil, add support for go1.20 slice to array conversions (#11838) 2023-01-10 16:41:01 +00:00
BUILD.bazel HTTP endpoints cleanup (#13251) 2023-12-08 20:37:20 +00:00
bytes_go120.go Update to go1.20 (#12333) 2023-04-27 15:41:57 +00:00
bytes_legacy.go Update to go1.20 (#12333) 2023-04-27 15:41:57 +00:00
bytes_test.go fix: use hexutil bytes for blobs bundle (#12623) 2023-08-31 08:41:57 -05:00
bytes.go Allow validators registration batching on Builder API /eth/v1/builder/validators (#13178) 2023-11-28 00:23:48 +00:00
eth_types_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
eth_types.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
hex_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
hex.go HTTP endpoints cleanup (#13251) 2023-12-08 20:37:20 +00:00
integers_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
integers.go HTTP endpoints cleanup (#13251) 2023-12-08 20:37:20 +00:00