prysm-pulse/testing
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
..
assert Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
assertions Deneb DB methods (#12379) 2023-08-31 08:41:57 -05:00
benchmark Enable profile guided optimization for beacon-chain (#13035) 2023-10-30 05:52:36 +00:00
bls Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
endtoend HTTP endpoints cleanup (#13251) 2023-12-08 20:37:20 +00:00
middleware Add --jwt-id flag (#13218) 2023-12-05 19:02:25 +00:00
mock HTTP validator API: beacon and account endpoints (#13191) 2023-12-01 20:40:09 +00:00
require Add support for validator count endpoint (#12752) 2023-08-24 23:11:41 +02:00
slasher/simulator Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
spectest Verified roblobs (#13190) 2023-11-21 18:44:38 +00:00
spectypes Cleaner genesis state population (#11809) 2022-12-22 05:38:51 +00:00
util Beacon API: update Deneb endpoints after removing blob signing (#13235) 2023-12-07 17:37:11 +00:00
validator-mock Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
README.md Update bazel and other CI improvements (#13246) 2023-12-01 22:20:54 +00:00

Prysm Testing

Special bazel tags:

  • "CI_race_detection": Apply this tag to test targets that want to run with race detection in CI.