prysm-pulse/validator/rpc
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
..
apimiddleware Validator client: Add missing endpoint.DeleteRequest - Fixes #11943 (#11944) 2023-01-31 18:01:51 +00:00
accounts_test.go Return error when using unsupported mnemonic language (#11805) 2023-01-26 23:44:38 +00:00
accounts.go Prysm V4 - Deprecate web UI endpoints (#12025) 2023-02-23 15:24:06 +00:00
auth_token_test.go Replace deprecated jwt.StandardClaims with jwt.RegisteredClaims. (#11230) 2022-08-17 04:10:11 +00:00
auth_token.go Prysm V4 - Deprecate web UI endpoints (#12025) 2023-02-23 15:24:06 +00:00
beacon_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
beacon.go Prysm V4 - Deprecate web UI endpoints (#12025) 2023-02-23 15:24:06 +00:00
BUILD.bazel Add customizable endpoints for the validator's REST API (#11633) 2022-11-11 17:33:48 +00:00
health_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
health.go Prysm V4 - Deprecate web UI endpoints (#12025) 2023-02-23 15:24:06 +00:00
intercepter_test.go Replace deprecated jwt.StandardClaims with jwt.RegisteredClaims. (#11230) 2022-08-17 04:10:11 +00:00
intercepter.go Enforce log.WithError(err) static analysis and fix all violations (#11163) 2022-08-05 10:52:02 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
server_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
server.go Add customizable endpoints for the validator's REST API (#11633) 2022-11-11 17:33:48 +00:00
slashing_test.go Wallet Create CLI manager integration (#11331) 2022-09-02 14:56:47 +00:00
slashing.go Prysm V4 - Deprecate web UI endpoints (#12025) 2023-02-23 15:24:06 +00:00
standard_api_test.go Add (lack of) REST implementation for GetFeeRecipientByPubKey (#11991) 2023-02-24 21:43:52 +00:00
standard_api.go Add (lack of) REST implementation for GetFeeRecipientByPubKey (#11991) 2023-02-24 21:43:52 +00:00
wallet_test.go Wallet Create CLI manager integration (#11331) 2022-09-02 14:56:47 +00:00
wallet.go Prysm V4: Remove Prysm Remote Signer (#11895) 2023-03-08 21:21:12 -06:00