terencechain
|
d17996f8b0
|
Update to V4 🚀 (#12134)
* Update V3 from V4
* Fix build v3 -> v4
* Update ssz
* Update beacon_chain.pb.go
* Fix formatter import
* Update update-mockgen.sh comment to v4
* Fix conflicts. Pass build and tests
* Fix test
|
2023-03-17 18:52:56 +00:00 |
|
Dhruv Bodani
|
bc643f8872
|
Add REST implementation for SubmitAggregateSelectionProof (#11980)
* add implementation of submit aggregate selection proof
* add tests
* handle head optimistic case
* fix imports
* address deepsource errors
---------
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
|
2023-02-14 11:25:21 +00:00 |
|
Manu NALEPA
|
efc1e06c6b
|
Validator client beacon api non functional fixes (#11915)
* Validator Client Beacon API: Use Go idiomatic error handling
* Validator Client Beacon API: Use `buildURL`
`buildURL` sort params by keys.
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
|
2023-01-27 10:44:23 +00:00 |
|
Radosław Kapka
|
77d3ccb9ad
|
Clean up state types (#11916)
* Clean up state types
* rename package
|
2023-01-26 14:40:12 +00:00 |
|
Manu NALEPA
|
0f90bacac9
|
Add REST implementation for CheckDoppelGanger (#11835)
* Add REST implementation for `MultipleValidatorStatus`
* Fix PR comments
* Address PR comments
* Add REST implementation for `CheckDoppelGanger`
* Use context
* Fix comments
* Fix PR comments
* Fix PR comments
* remove blank lines
* Fix comments
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
|
2023-01-18 16:13:45 +00:00 |
|
Manu NALEPA
|
9c21809c50
|
Add REST implementation for ValidatorStatus (#11757)
* Add REST implementation for `ValidatorStatus`
* Fix review comments
|
2022-12-14 12:58:36 +00:00 |
|
Patrice Vignola
|
fa01ee5eba
|
Add REST implementation for Validator's ProposeBeaconBlock (#11731)
* WIP
* WIP
* WIP
* Add tests
* WIP
* Add more tests
* Address DeepSource errors
* Remove unused param
* Add more tests
* Address PR comments
* Address PR comments
* Fix formatting
* Remove unused parameter
* Fix TestLittleEndianBytesToBigInt
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
|
2022-12-12 10:39:51 +00:00 |
|
Patrice Vignola
|
dbeb3ee886
|
Onboard validator's Beacon REST API usage to e2e tests (#11704)
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* Onboard validator's Beacon REST API usage to e2e tests
* Remove unused variables
* Remove use_beacon_api tags
* Fix DeepSource errors
* Revert unneeded changes
* Revert evaluator changes
* Revert import reordering
* Address PR comments
* Remove all REST API e2e tests except minimal one
* Fix validator pointing to inexisting beacon node port
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
|
2022-12-08 14:38:56 +00:00 |
|
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
|
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 |
|