prysm-pulse/validator/rpc
Victor Farazdagi 95a5b4945b
Fixes incorrect checks for errors in several tests (#7392)
* fixes TestServer_ListAssignments_Pagination_InputOutOfRange
* fixes TestServer_ListValidatorBalances_PaginationOutOfRange
* fix TestServer_ListAttestations_Genesis
* remove redundant TestServer_GetValidatorParticipation_DoesntExist and TestGetDuties_NextEpoch_CantFindValidatorIdx
* Merge branch 'master' into fix-invalid-errcheck-tests
* remove unnecessary import
* fix TestStore_OnAttestation
* fix TestStore_OnAttestationUsingCheckptCache
* fix TestVerifyBlkDescendant
* fix pagination tests
* fix account v2 tests
* fix account v2 tests (remote)
* fix TestServer_JWTInterceptor_BadToken
* Merge refs/heads/master into fix-invalid-errcheck-tests
2020-10-01 14:38:53 +00:00
..
gateway Implement Create and List Accounts Validator RPC (#7172) 2020-09-04 00:58:36 +00:00
accounts_test.go Implement Backup and Delete Accounts via RPC (#7397) 2020-09-30 22:37:38 -05:00
accounts.go Implement Backup and Delete Accounts via RPC (#7397) 2020-09-30 22:37:38 -05:00
auth_test.go Store Hashed Password to Wallet Path (#7295) 2020-09-22 14:49:07 +00:00
auth.go Introduce checks for existing wallets into two edge cases (#7349) 2020-09-30 16:13:37 +02:00
BUILD.bazel Implement Backup and Delete Accounts via RPC (#7397) 2020-09-30 22:37:38 -05:00
health_test.go Fix Small Issue in Validator RPC Health Endpoint (#7195) 2020-09-08 22:35:31 +00:00
health.go Fix Small Issue in Validator RPC Health Endpoint (#7195) 2020-09-08 22:35:31 +00:00
intercepter_test.go Fixes incorrect checks for errors in several tests (#7392) 2020-10-01 14:38:53 +00:00
intercepter.go Implement Wallet Config and HasWallet Endpoints (#7341) 2020-09-24 15:37:59 -05:00
server_test.go Add Authentication Functions to Validator RPC (#6968) 2020-08-13 20:27:42 +00:00
server.go Restructure Prysm Wallet V2 Package to Prevent Import Cycles (#7247) 2020-09-16 20:34:42 -05:00
wallet_test.go Implement Backup and Delete Accounts via RPC (#7397) 2020-09-30 22:37:38 -05:00
wallet.go Import Accounts RPC Implementation (#7389) 2020-09-30 14:03:54 -05:00