prysm-pulse/validator/client/beacon-api
2023-11-21 17:42:55 +01:00
..
mock Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
test-helpers Add RO blob sidecar (#13144) 2023-11-01 10:03:49 -07:00
activation_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
activation.go Replace Empty Slice Literals with Nil Slices (#13093) 2023-10-23 16:36:11 +00:00
attestation_data_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
attestation_data.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
beacon_api_beacon_chain_client_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
beacon_api_beacon_chain_client.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
beacon_api_helpers_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
beacon_api_helpers.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
beacon_api_node_client_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
beacon_api_node_client.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
beacon_api_validator_client_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
beacon_api_validator_client.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
beacon_block_converter_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
beacon_block_converter.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
beacon_block_json_helpers_test.go HTTP API: /eth/v1/beacon/pool/bls_to_execution_changes (#12963) 2023-10-11 14:08:06 +00:00
beacon_block_json_helpers.go HTTP API: /eth/v1/beacon/pool/bls_to_execution_changes (#12963) 2023-10-11 14:08:06 +00:00
beacon_block_proto_helpers_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
beacon_block_proto_helpers.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
BUILD.bazel Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
domain_data_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
domain_data.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
doppelganger_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
doppelganger.go HTTP validator APIs (#12887) 2023-09-21 18:16:59 +00:00
duties_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
duties.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
errors.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
genesis_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
genesis.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
get_beacon_block_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
get_beacon_block.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
index_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
index.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
json_rest_handler_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
json_rest_handler.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
log.go Add REST implementation for CheckDoppelGanger (#11835) 2023-01-18 16:13:45 +00:00
prepare_beacon_proposer_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
prepare_beacon_proposer.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
propose_attestation_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
propose_attestation.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
propose_beacon_block_altair_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
propose_beacon_block_bellatrix_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
propose_beacon_block_blinded_bellatrix_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
propose_beacon_block_blinded_capella_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
propose_beacon_block_blinded_deneb_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
propose_beacon_block_capella_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
propose_beacon_block_deneb_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
propose_beacon_block_phase0_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
propose_beacon_block_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
propose_beacon_block.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
propose_exit_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
propose_exit.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
prysm_beacon_chain_client.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
registration_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
registration.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
state_validators_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
state_validators.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
status_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
status.go Replace Empty Slice Literals with Nil Slices (#13093) 2023-10-23 16:36:11 +00:00
stream_blocks_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
stream_blocks.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
submit_aggregate_selection_proof_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
submit_aggregate_selection_proof.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
submit_signed_aggregate_proof_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
submit_signed_aggregate_proof.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
submit_signed_contribution_and_proof_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
submit_signed_contribution_and_proof.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
subscribe_committee_subnets_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
subscribe_committee_subnets.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
sync_committee_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
sync_committee.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
validator_count_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
wait_for_chain_start_test.go Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00