prysm-pulse/validator/client/beacon-api
Manu NALEPA 6eee539425
Add REST implementation for Validator's WaitForActivation (Ethereum Protocol Fellowship) (#11671)
* Implement REST `WaitForActivation`

* Activation: Factorize tests

* Fix PR comments

* `missingPubKeys`: Replace map by slice (no need to have a map here)

* Fix typo

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
2022-12-07 19:20:11 +00:00
..
mock Add REST implementation for Validator's ValidatorIndex (#11712) 2022-12-06 12:27:26 +00:00
activation_test.go Add REST implementation for Validator's WaitForActivation (Ethereum Protocol Fellowship) (#11671) 2022-12-07 19:20:11 +00:00
activation.go Add REST implementation for Validator's WaitForActivation (Ethereum Protocol Fellowship) (#11671) 2022-12-07 19:20:11 +00:00
attestation_data_test.go Add REST implementation for Validator's ValidatorIndex (#11712) 2022-12-06 12:27:26 +00:00
attestation_data.go Add REST implementation for Validator's ValidatorIndex (#11712) 2022-12-06 12:27:26 +00:00
beacon_api_helpers_test.go Add REST implementation for Validator's ValidatorIndex (#11712) 2022-12-06 12:27:26 +00:00
beacon_api_helpers.go Add REST implementation for Validator's ValidatorIndex (#11712) 2022-12-06 12:27:26 +00:00
beacon_api_validator_client_test.go Add REST implementation for Validator's ValidatorIndex (#11712) 2022-12-06 12:27:26 +00:00
beacon_api_validator_client.go Add REST implementation for Validator's WaitForActivation (Ethereum Protocol Fellowship) (#11671) 2022-12-07 19:20:11 +00:00
BUILD.bazel Add REST implementation for Validator's WaitForActivation (Ethereum Protocol Fellowship) (#11671) 2022-12-07 19:20:11 +00:00
domain_data_test.go Add REST implementation for Validator's DomainData (#11711) 2022-12-05 10:27:41 +00:00
domain_data.go Add REST implementation for Validator's DomainData (#11711) 2022-12-05 10:27:41 +00:00
genesis_test.go Add REST implementation for Validator's ValidatorIndex (#11712) 2022-12-06 12:27:26 +00:00
genesis.go Add REST implementation for Validator's ValidatorIndex (#11712) 2022-12-06 12:27:26 +00:00
index_test.go Fix DeepSource errors in the Validator's REST API (#11726) 2022-12-06 20:31:56 +00:00
index.go Add REST implementation for Validator's ValidatorIndex (#11712) 2022-12-06 12:27:26 +00:00
json_rest_handler_test.go Fix DeepSource errors in the Validator's REST API (#11726) 2022-12-06 20:31:56 +00:00
json_rest_handler.go Add REST implementation for Validator's ValidatorIndex (#11712) 2022-12-06 12:27:26 +00:00
state_validators_test.go Add REST implementation for Validator's ValidatorIndex (#11712) 2022-12-06 12:27:26 +00:00
state_validators.go Add REST implementation for Validator's ValidatorIndex (#11712) 2022-12-06 12:27:26 +00:00
wait_for_chain_start_test.go Add REST implementation for Validator's ValidatorIndex (#11712) 2022-12-06 12:27:26 +00:00