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 |
|
Patrice Vignola
|
943a0556e9
|
Add REST implementation for Validator's DomainData (#11711)
* Add REST implementation for Validator's DomainData
* Add missing dependency
* Fix getForkVersion logic
* Remove unused helpers
* Fix deepsource error
* Fix deepsource error
* Address PR comments
* Remove outdated comment
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
|
2022-12-05 10:27:41 +00:00 |
|
Patrice Vignola
|
f276c5d006
|
Make the validator REST API's WaitForChainStart blocking (#11695)
|
2022-11-28 11:58:04 +01:00 |
|
Patrice Vignola
|
7ab5851c54
|
Add a gRPC fallback mode to the validator Beacon REST API (#11679)
* Add a gRPC fallback mode to the validator Beacon REST API
* Remove --beacon_api_grpc_fallback flag
* Add missing bazel dependency
* Reorder dependency per gazelle check
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
|
2022-11-24 11:09:07 +00:00 |
|
Patrice Vignola
|
e231cfd59d
|
Onboard validator's beacon REST API tests to CI (#11682)
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
|
2022-11-24 11:50:13 +01:00 |
|
Patrice Vignola
|
0d4b98cd0a
|
Add REST implementation for Validator's WaitForChainStart (#11654)
* Add REST implementation for Validator's WaitForChainStart
* Add missing error mapping
* Add missing bazel dependency
* Add missing tests
* Address PR comments
* Replace EventErrorJson with DefaultErrorJson
* Add tests for WaitForChainStart
* Refactor tests
* Address PR comments
* Add gazelle:build_tag use_beacon_api comment in BUILD.bazel
* Address PR comments
* Address PR comments
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
|
2022-11-22 12:12:55 +00:00 |
|
Patrice Vignola
|
ead9a83d8d
|
Add customizable endpoints for the validator's REST API (#11633)
* WIP
* Refactor to use iface.ValidatorClient instead of ethpb.BeaconNodeValidatorClient
* Add mocks for iface.ValidatorClient
* Fix mocks
* Update update-mockgen.sh
* Fix warnings
* Fix config_setting syntax
* Use custom build settings
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* Fix endpoint address and reduce timeout
* Revert most e2e changes
* Use e2e.TestParams.Ports.PrysmBeaconNodeGatewayPort
* Fix BeaconRESTApiProviderFlag port
* Revert e2e changes
|
2022-11-11 17:33:48 +00:00 |
|
Patrice Vignola
|
d33af46c90
|
Add support for building a Beacon API validator client versus a gRPC one (#11612)
|
2022-11-07 11:29:27 +01:00 |
|