prysm-pulse/beacon-chain/rpc/validator
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
..
aggregator_test.go Unnecessary Slice-to-Slice Conversion analyzer (#7321) 2020-09-23 16:14:34 +00:00
aggregator.go Check attestation slot before broadcast (#7209) 2020-09-10 13:16:35 -07:00
assignments_test.go Fixes incorrect checks for errors in several tests (#7392) 2020-10-01 14:38:53 +00:00
assignments.go Replace Roughtime With Timeutils Across Prysm (#7301) 2020-09-22 19:49:58 +08:00
attester_test.go Replace Roughtime With Timeutils Across Prysm (#7301) 2020-09-22 19:49:58 +08:00
attester.go Unnecessary Slice-to-Slice Conversion analyzer (#7321) 2020-09-23 16:14:34 +00:00
BUILD.bazel Replace Roughtime With Timeutils Across Prysm (#7301) 2020-09-22 19:49:58 +08:00
exit_test.go Use state slot to verify exit signature (#7155) 2020-09-02 00:57:52 +00:00
exit.go Add overflow check for StartSlot (#7149) 2020-09-02 02:52:36 +00:00
proposer_test.go Unnecessary Slice-to-Slice Conversion analyzer (#7321) 2020-09-23 16:14:34 +00:00
proposer_utils.go Attestation proposing: more tests (#7267) 2020-09-18 17:16:31 +00:00
proposer.go Check err for filterAttestationsForBlockInclusion (#7398) 2020-09-30 22:45:17 +00:00
server_test.go Unnecessary Slice-to-Slice Conversion analyzer (#7321) 2020-09-23 16:14:34 +00:00
server.go Replace context.Background() with more appropriate context (#7136) 2020-09-09 09:48:52 +00:00
status_test.go Better naming for constructor funcs (#7316) 2020-09-23 08:59:49 +00:00
status.go Revert 6966 (#7178) 2020-09-04 12:25:42 -05:00
validator_test.go Change Log Level of Genesis Time Info Log in RPC (#6920) 2020-08-10 16:52:49 +00:00