prysm-pulse/validator/client/beacon-api
Patrice Vignola 7c49277e83
Add REST API stubs for beacon chain, node and slasher clients (#12094)
* WIP

* WIP

* Remove duplicate mock

* WIP

* Revert "WIP"

This reverts commit a8010057fef4209dfddde34ea868b88f1e196c44.

* Fix build break

* Remove unused variable

* Fix build break

* Rename validator_mock to validatormock

* Fix failing test

---------

Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
2023-03-20 16:32:32 +00:00
..
mock Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
test-helpers Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
activation_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
activation.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
attestation_data_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
attestation_data.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
beacon_api_beacon_chain_client.go Add REST API stubs for beacon chain, node and slasher clients (#12094) 2023-03-20 16:32:32 +00:00
beacon_api_helpers_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
beacon_api_helpers.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
beacon_api_node_client.go Add REST API stubs for beacon chain, node and slasher clients (#12094) 2023-03-20 16:32:32 +00:00
beacon_api_slasher_client.go Add REST API stubs for beacon chain, node and slasher clients (#12094) 2023-03-20 16:32:32 +00:00
beacon_api_validator_client_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
beacon_api_validator_client.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00: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 Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
beacon_block_json_helpers.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +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 Add REST API stubs for beacon chain, node and slasher clients (#12094) 2023-03-20 16:32:32 +00:00
domain_data_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
domain_data.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
doppelganger_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
doppelganger.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
duties_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
duties.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
genesis_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
genesis.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
get_beacon_block_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
get_beacon_block.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
index_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
index.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
json_rest_handler_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
json_rest_handler.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
log.go Add REST implementation for CheckDoppelGanger (#11835) 2023-01-18 16:13:45 +00:00
prepare_beacon_proposer_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
prepare_beacon_proposer.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
propose_attestation_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
propose_attestation.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
propose_beacon_block_altair_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
propose_beacon_block_bellatrix_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
propose_beacon_block_blinded_bellatrix_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
propose_beacon_block_blinded_capella_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
propose_beacon_block_capella_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
propose_beacon_block_phase0_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
propose_beacon_block_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
propose_beacon_block.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
propose_exit_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
propose_exit.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
registration_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
registration.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
state_validators_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
state_validators.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
status_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
status.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
stream_blocks_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
stream_blocks.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
submit_aggregate_selection_proof_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
submit_aggregate_selection_proof.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
submit_signed_aggregate_proof_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
submit_signed_aggregate_proof.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
submit_signed_contribution_and_proof_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
submit_signed_contribution_and_proof.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
subscribe_committee_subnets_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
subscribe_committee_subnets.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
sync_committee_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
sync_committee.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
wait_for_chain_start_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00