prysm-pulse/hack
Manu NALEPA 0a5c65e29c
Add REST implementation for Validator's ValidatorIndex (#11712)
* Add GetAttestationData

* Add tests

* Add many more tests and refactor

* Fix logic

* Address PR comments

* Address PR comments

* Add jsonRestHandler and decouple http logic from rest of the code

* Add buildURL tests

* Remove handlers_test.go

* Improve tests

* Implement `ValidatorIndex` of `beaconApiValidatorClient` using Beacon API

* Implement getStateValidators

* `validatorIndex`: Use `getStateValidators`

Co-authored-by: Patrice Vignola <vignola.patrice@gmail.com>
2022-12-06 12:27:26 +00:00
..
beacon-node-api Update Beacon API's Postman collection to 2.2.0 (#10559) 2022-04-21 15:07:58 +00:00
keymanager-api Keymanager APIs: fee recipient api (#10850) 2022-06-16 15:10:23 +00:00
check_gazelle.sh Move Scripts Into Hack/ Directory (#9605) 2021-09-16 16:22:39 +00:00
check-todo.sh Move Scripts Into Hack/ Directory (#9605) 2021-09-16 16:22:39 +00:00
ci-coverage.sh CI: use nostamp for code coverage and fuzzer uploads (#9634) 2021-09-20 18:59:44 +00:00
codecov.sh Move Scripts Into Hack/ Directory (#9605) 2021-09-16 16:22:39 +00:00
common.sh Move Scripts Into Hack/ Directory (#9605) 2021-09-16 16:22:39 +00:00
coverage.sh Move Scripts Into Hack/ Directory (#9605) 2021-09-16 16:22:39 +00:00
interop_start.sh Move Scripts Into Hack/ Directory (#9605) 2021-09-16 16:22:39 +00:00
mirror-ethereumapis.sh Move Scripts Into Hack/ Directory (#9605) 2021-09-16 16:22:39 +00:00
README.md Move Scripts Into Hack/ Directory (#9605) 2021-09-16 16:22:39 +00:00
tag-versioned-docker-images.sh Move Scripts Into Hack/ Directory (#9605) 2021-09-16 16:22:39 +00:00
update-go-pbs.sh Fix Proto Generation Scripts and Regen Protos With V3 Bindings (#11227) 2022-08-16 19:52:24 +00:00
update-go-ssz.sh Remove SSZ tags from beacon state (#11613) 2022-11-04 11:08:57 +00:00
update-mockgen.sh Add REST implementation for Validator's ValidatorIndex (#11712) 2022-12-06 12:27:26 +00:00
upload-github-release-asset.sh Move Scripts Into Hack/ Directory (#9605) 2021-09-16 16:22:39 +00:00
workspace_status_ci.sh CI: nostamp config for better cache hits (#9633) 2021-09-20 17:29:41 +00:00
workspace_status.sh Move Scripts Into Hack/ Directory (#9605) 2021-09-16 16:22:39 +00:00

Bash Scripts

This subproject contains useful bash scripts for working with our repository. We have a simple tool that outputs coverage, a simple tool to check for gazelle requirements, update Go protobuf generated files, visibility rules tools for Bazel packages, and more.