prysm-pulse/validator/client/beacon-api
Dhruv Bodani 700f5fee8c
Add context to beacon API REST implementation (#11847)
* add context to beacon APIs

* add TODO to merge GET and POST methods

* fix linter action

Co-authored-by: kasey <489222+kasey@users.noreply.github.com>
Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
2023-01-06 03:32:13 +00:00
..
mock Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
test-helpers Add REST implementation for Validator's GetBeaconBlock (#11772) 2022-12-15 22:34:05 +00:00
activation_test.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
activation.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
attestation_data_test.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
attestation_data.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
beacon_api_helpers_test.go Add REST implementation for Validator's ProposeBeaconBlock (#11731) 2022-12-12 10:39:51 +00:00
beacon_api_helpers.go Add REST implementation for ValidatorStatus (#11757) 2022-12-14 12:58:36 +00:00
beacon_api_validator_client_test.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
beacon_api_validator_client.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
beacon_block_json_helpers_test.go fix validator client (#11755) 2022-12-12 15:49:02 +00:00
beacon_block_json_helpers.go fix validator client (#11755) 2022-12-12 15:49:02 +00:00
beacon_block_proto_helpers_test.go Add REST implementation for Validator's GetBeaconBlock (#11772) 2022-12-15 22:34:05 +00:00
beacon_block_proto_helpers.go Add REST implementation for Validator's GetBeaconBlock (#11772) 2022-12-15 22:34:05 +00:00
BUILD.bazel Add REST implementation for Validator's ProposeExit (#11785) 2022-12-19 12:58:52 +00:00
domain_data_test.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
domain_data.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
genesis_test.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
genesis.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
get_beacon_block_altair_test.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
get_beacon_block_bellatrix_test.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
get_beacon_block_phase0_test.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
get_beacon_block_test.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
get_beacon_block.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
index_test.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
index.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
json_rest_handler_test.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
json_rest_handler.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
prepare_beacon_proposer_test.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
prepare_beacon_proposer.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
propose_beacon_block_altair_test.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
propose_beacon_block_bellatrix_test.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
propose_beacon_block_blinded_bellatrix_test.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
propose_beacon_block_blinded_capella_test.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
propose_beacon_block_phase0_test.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
propose_beacon_block_test.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
propose_beacon_block.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
propose_exit_test.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
propose_exit.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
state_validators_test.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
state_validators.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
status_test.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
status.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
wait_for_chain_start_test.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00