prysm-pulse/validator/client/beacon-api
Dhruv Bodani 55a29a4670
Implement beacon committee selections (#13503)
* implement beacon committee selections

* fix build

* fix lint

* fix lint

* Update beacon-chain/rpc/eth/shared/structs.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update validator/client/beacon-api/beacon_committee_selections.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update validator/client/beacon-api/beacon_committee_selections.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update validator/client/beacon-api/beacon_committee_selections.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* move beacon committee selection structs to validator module

* fix bazel build files

* add support for POST and GET endpoints for get state validators query

* add a handler to return error from beacon node

* move beacon committee selection to validator top-level module

* fix bazel

* re-arrange fields to fix lint

* fix TestServer_InitializeRoutes

* fix build and lint

* fix build and lint

* fix TestSubmitAggregateAndProof_Distributed

---------

Co-authored-by: Radosław Kapka <rkapka@wp.pl>
2024-02-05 15:43:51 +00:00
..
mock Implement beacon committee selections (#13503) 2024-02-05 15:43:51 +00:00
test-helpers Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
activation_test.go Implement beacon committee selections (#13503) 2024-02-05 15:43:51 +00:00
activation.go Replace Empty Slice Literals with Nil Slices (#13093) 2023-10-23 16:36:11 +00:00
attestation_data_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
attestation_data.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
beacon_api_beacon_chain_client_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
beacon_api_beacon_chain_client.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
beacon_api_helpers_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
beacon_api_helpers.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
beacon_api_node_client_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
beacon_api_node_client.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
beacon_api_validator_client_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
beacon_api_validator_client.go Implement beacon committee selections (#13503) 2024-02-05 15:43:51 +00:00
beacon_block_converter_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
beacon_block_converter.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
beacon_block_json_helpers_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
beacon_block_json_helpers.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
beacon_block_proto_helpers_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
beacon_block_proto_helpers.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
beacon_committee_selections_test.go Implement beacon committee selections (#13503) 2024-02-05 15:43:51 +00:00
beacon_committee_selections.go Implement beacon committee selections (#13503) 2024-02-05 15:43:51 +00:00
BUILD.bazel Implement beacon committee selections (#13503) 2024-02-05 15:43:51 +00:00
domain_data_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
domain_data.go Simplify error handling for JsonRestHandler (#13369) 2023-12-22 22:39:20 +00:00
doppelganger_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
doppelganger.go HTTP validator APIs (#12887) 2023-09-21 18:16:59 +00:00
duties_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
duties.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
event_handler_test.go REST VC: Subscribe to Beacon API events (#13453) 2024-01-18 14:27:41 +00:00
event_handler.go REST VC: Subscribe to Beacon API events (#13453) 2024-01-18 14:27:41 +00:00
genesis_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
genesis.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
get_beacon_block_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
get_beacon_block.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
index_test.go Implement beacon committee selections (#13503) 2024-02-05 15:43:51 +00:00
index.go Gracefully handle unknown validator index in the REST VC (#13296) 2023-12-08 04:30:50 +00:00
json_rest_handler_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
json_rest_handler.go REST VC: Subscribe to Beacon API events (#13453) 2024-01-18 14:27:41 +00:00
log.go Add REST implementation for CheckDoppelGanger (#11835) 2023-01-18 16:13:45 +00:00
prepare_beacon_proposer_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
prepare_beacon_proposer.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
propose_attestation_test.go Simplify error handling for JsonRestHandler (#13369) 2023-12-22 22:39:20 +00:00
propose_attestation.go Simplify error handling for JsonRestHandler (#13369) 2023-12-22 22:39:20 +00:00
propose_beacon_block_altair_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
propose_beacon_block_bellatrix_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
propose_beacon_block_blinded_bellatrix_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
propose_beacon_block_blinded_capella_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
propose_beacon_block_blinded_deneb_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
propose_beacon_block_capella_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
propose_beacon_block_deneb_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
propose_beacon_block_phase0_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
propose_beacon_block_test.go Simplify error handling for JsonRestHandler (#13369) 2023-12-22 22:39:20 +00:00
propose_beacon_block.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
propose_exit_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
propose_exit.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
prysm_beacon_chain_client.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
registration_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
registration.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
state_validators_test.go Implement beacon committee selections (#13503) 2024-02-05 15:43:51 +00:00
state_validators.go Implement beacon committee selections (#13503) 2024-02-05 15:43:51 +00:00
status_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
status.go REST VC: Use POST to fetch validators (#13239) 2023-11-29 18:53:26 +01:00
stream_blocks_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
stream_blocks.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
submit_aggregate_selection_proof_test.go Implement beacon committee selections (#13503) 2024-02-05 15:43:51 +00:00
submit_aggregate_selection_proof.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
submit_signed_aggregate_proof_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
submit_signed_aggregate_proof.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
submit_signed_contribution_and_proof_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
submit_signed_contribution_and_proof.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
subscribe_committee_subnets_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
subscribe_committee_subnets.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
sync_committee_test.go Implement beacon committee selections (#13503) 2024-02-05 15:43:51 +00:00
sync_committee.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
validator_count_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
wait_for_chain_start_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00