prysm-pulse/validator/client
james-prysm 753e285fb6
Prysm V4: Remove Prysm Remote Signer (#11895)
* removing all prysm remote signer code

* fixing unit tests

* resolving more build issues

* resolving deepsource complaint

* fixing lint

* trying to fix bazel library

* trying testonly true

* removing assert and require from non test settings

* fixing bazel and tests

* removing more unused files related to remote signer

* fixing linting

* reverting some changes

* reverting a change that broke some code

* removing typo

* fixing unit test

* fixing mnemonic information
2023-03-08 21:21:12 -06:00
..
beacon-api Remove the gRPC fallback client from the validator REST API (#12051) 2023-02-27 12:46:34 +00:00
grpc-api Remove the StreamDuties endpoint (#12044) 2023-02-24 15:56:31 +00:00
iface Remove the StreamDuties endpoint (#12044) 2023-02-24 15:56:31 +00:00
testutil Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
validator-client-factory Remove the gRPC fallback client from the validator REST API (#12051) 2023-02-27 12:46:34 +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 Prysm V4: Remove Prysm Remote Signer (#11895) 2023-03-08 21:21:12 -06: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 Add slot to proposal error logs (#12071) 2023-03-02 16:33:39 +00: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 Prysm V4: Remove Prysm Remote Signer (#11895) 2023-03-08 21:21:12 -06:00
runner.go Prysm V4: Remove Prysm Remote Signer (#11895) 2023-03-08 21:21:12 -06: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 Prysm V4: Remove Prysm Remote Signer (#11895) 2023-03-08 21:21:12 -06:00
wait_for_activation.go Prysm V4: Remove Prysm Remote Signer (#11895) 2023-03-08 21:21:12 -06:00