prysm-pulse/validator/client/beacon-api
2023-02-27 12:46:34 +00:00
..
mock Add REST implementation for Validator's StreamBlocksAltair (#11974) 2023-02-13 14:22:11 +01:00
test-helpers Add Capella support for Validator's REST API ProposeBeaconBlock and GetBeaconBlock endpoints (#11848) 2023-01-11 16:55:09 +00:00
activation_test.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00
activation.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
attestation_data_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
attestation_data.go Validator client beacon api non functional fixes (#11915) 2023-01-27 10:44:23 +00:00
beacon_api_helpers_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
beacon_api_helpers.go Add REST implementation for SubmitAggregateSelectionProof (#11980) 2023-02-14 11:25:21 +00:00
beacon_api_validator_client_test.go Add (lack of) REST implementation for GetFeeRecipientByPubKey (#11991) 2023-02-24 21:43:52 +00:00
beacon_api_validator_client.go Remove the gRPC fallback client from the validator REST API (#12051) 2023-02-27 12:46:34 +00:00
beacon_block_converter_test.go Add REST implementation for Validator's StreamBlocksAltair (#11974) 2023-02-13 14:22:11 +01:00
beacon_block_converter.go Add REST implementation for Validator's StreamBlocksAltair (#11974) 2023-02-13 14:22:11 +01:00
beacon_block_json_helpers_test.go Add Capella support for Validator's REST API ProposeBeaconBlock and GetBeaconBlock endpoints (#11848) 2023-01-11 16:55:09 +00:00
beacon_block_json_helpers.go Add Capella support for Validator's REST API ProposeBeaconBlock and GetBeaconBlock endpoints (#11848) 2023-01-11 16:55:09 +00:00
beacon_block_proto_helpers_test.go Add REST implementation for SubmitAggregateSelectionProof (#11980) 2023-02-14 11:25:21 +00:00
beacon_block_proto_helpers.go Add REST implementation for SubmitAggregateSelectionProof (#11980) 2023-02-14 11:25:21 +00:00
BUILD.bazel Add REST implementation for SubmitAggregateSelectionProof (#11980) 2023-02-14 11:25:21 +00:00
domain_data_test.go Clean up unused code (#11900) 2023-01-25 10:09:14 +00:00
domain_data.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
doppelganger_test.go Add REST implementation for CheckDoppelGanger (#11835) 2023-01-18 16:13:45 +00:00
doppelganger.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
duties_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
duties.go add REST implementation for GetSyncSubcommitteeIndex (#11971) 2023-02-09 10:03:32 +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_test.go Add REST implementation for Validator's StreamBlocksAltair (#11974) 2023-02-13 14:22:11 +01:00
get_beacon_block.go Add REST implementation for Validator's StreamBlocksAltair (#11974) 2023-02-13 14:22:11 +01:00
index_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
index.go Clean up state types (#11916) 2023-01-26 14:40:12 +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
log.go Add REST implementation for CheckDoppelGanger (#11835) 2023-01-18 16:13:45 +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_attestation_test.go Add REST implementation for validator's ProposeAttestation (#11800) 2023-01-10 16:21:29 +00:00
propose_attestation.go Add REST implementation for validator's ProposeAttestation (#11800) 2023-01-10 16:21:29 +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_capella_test.go Add Capella support for Validator's REST API ProposeBeaconBlock and GetBeaconBlock endpoints (#11848) 2023-01-11 16:55:09 +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 Capella support for Validator's REST API ProposeBeaconBlock and GetBeaconBlock endpoints (#11848) 2023-01-11 16:55:09 +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
registration_test.go Add REST implementation for SubmitValidatorRegistrations (#11816) 2023-01-06 19:46:09 +00:00
registration.go Add REST implementation for SubmitValidatorRegistrations (#11816) 2023-01-06 19:46:09 +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 Validator client beacon api non functional fixes (#11915) 2023-01-27 10:44:23 +00:00
status_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
status.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
stream_blocks_test.go Add REST implementation for Validator's StreamBlocksAltair (#11974) 2023-02-13 14:22:11 +01:00
stream_blocks.go Add REST implementation for Validator's StreamBlocksAltair (#11974) 2023-02-13 14:22:11 +01:00
submit_aggregate_selection_proof_test.go Add REST implementation for SubmitAggregateSelectionProof (#11980) 2023-02-14 11:25:21 +00:00
submit_aggregate_selection_proof.go Add REST implementation for SubmitAggregateSelectionProof (#11980) 2023-02-14 11:25:21 +00:00
submit_signed_aggregate_proof_test.go Add REST implementation for validator's SubmitSignedAggregateSelectionProof (#11826) 2023-01-09 21:18:42 +00:00
submit_signed_aggregate_proof.go Add REST implementation for validator's SubmitSignedAggregateSelectionProof (#11826) 2023-01-09 21:18:42 +00:00
submit_signed_contribution_and_proof_test.go Add REST implementation for Validator's SubmitSignedContributionAndProof (#11812) 2023-01-09 22:54:52 +00:00
submit_signed_contribution_and_proof.go Add REST implementation for Validator's SubmitSignedContributionAndProof (#11812) 2023-01-09 22:54:52 +00:00
subscribe_committee_subnets_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
subscribe_committee_subnets.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
sync_committee_test.go add REST implementation for GetSyncSubcommitteeIndex (#11971) 2023-02-09 10:03:32 +00:00
sync_committee.go add REST implementation for GetSyncSubcommitteeIndex (#11971) 2023-02-09 10:03:32 +00:00
wait_for_chain_start_test.go Add context to beacon API REST implementation (#11847) 2023-01-06 03:32:13 +00:00