prysm-pulse/validator/client
Dhruv Bodani bc643f8872
Add REST implementation for SubmitAggregateSelectionProof (#11980)
* add implementation of submit aggregate selection proof

* add tests

* handle head optimistic case

* fix imports

* address deepsource errors

---------

Co-authored-by: Radosław Kapka <rkapka@wp.pl>
2023-02-14 11:25:21 +00:00
..
beacon-api Add REST implementation for SubmitAggregateSelectionProof (#11980) 2023-02-14 11:25:21 +00:00
grpc-api Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
iface Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
testutil Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
validator-client-factory Onboard validator's Beacon REST API usage to e2e tests (#11704) 2022-12-08 14:38:56 +00:00
aggregate_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
aggregate.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
attest_protect_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
attest_protect.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
attest_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
attest.go Rename block interfaces (#11975) 2023-02-09 10:23:32 +01:00
BUILD.bazel Fix #11948 and reduces call to GetFeeRecipientByPubKey only in ListFeeRecipientByPubkey in nothing is defined in VC (#11970) 2023-02-14 04:53:54 +00:00
key_reload_test.go Fix a bunch of deepsource warnings (#11814) 2022-12-22 09:20:10 +00:00
key_reload.go Improve validator set change event readability and error handling (#11797) 2022-12-19 22:12:09 +01:00
log.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
metrics_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
metrics.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
multiple_endpoints_grpc_resolver.go add server name to address (#11556) 2022-10-17 10:59:17 -04:00
propose_protect_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
propose_protect.go Rename block interfaces (#11975) 2023-02-09 10:23:32 +01:00
propose_test.go Rename block interfaces (#11975) 2023-02-09 10:23:32 +01:00
propose.go Rename block interfaces (#11975) 2023-02-09 10:23:32 +01:00
registration_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
registration.go Add support for building a Beacon API validator client versus a gRPC one (#11612) 2022-11-07 11:29:27 +01:00
runner_test.go Fix #11948 and reduces call to GetFeeRecipientByPubKey only in ListFeeRecipientByPubkey in nothing is defined in VC (#11970) 2023-02-14 04:53:54 +00:00
runner.go Fix #11948 and reduces call to GetFeeRecipientByPubKey only in ListFeeRecipientByPubkey in nothing is defined in VC (#11970) 2023-02-14 04:53:54 +00:00
service_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
service.go Rename block interfaces (#11975) 2023-02-09 10:23:32 +01:00
slashing_protection_interchange_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
sync_committee_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
sync_committee.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
validator_test.go Fix #11948 and reduces call to GetFeeRecipientByPubKey only in ListFeeRecipientByPubkey in nothing is defined in VC (#11970) 2023-02-14 04:53:54 +00:00
validator.go Fix #11948 and reduces call to GetFeeRecipientByPubKey only in ListFeeRecipientByPubkey in nothing is defined in VC (#11970) 2023-02-14 04:53:54 +00:00
wait_for_activation_test.go Return error when using unsupported mnemonic language (#11805) 2023-01-26 23:44:38 +00:00
wait_for_activation.go Add expected waiting time to pending validator log (#11213) 2022-08-16 18:05:56 +00:00