prysm-pulse/beacon-chain/rpc/beaconv1
Radosław Kapka 0a73be7389
Return status.Errorf instead of plain errors from gRPC functions (#8619)
* Return status.Errorf instead of plain errors from gRPC functions

* return plain errors from helper functions

* change errors to lowercase in node

* correct test expectations

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2021-03-17 16:47:44 +00:00
..
blocks_test.go Use Eth2 type CommitteeIndex (#8477) 2021-02-18 20:11:20 +00:00
blocks.go ETH2 Types: Slot (#8408) 2021-02-16 07:45:34 +00:00
BUILD.bazel Use beacon state interfaces across (#8552) 2021-03-08 14:37:33 -08:00
config_test.go ETH2 Types: Slot (#8408) 2021-02-16 07:45:34 +00:00
config.go ETH2 Types: Slot (#8408) 2021-02-16 07:45:34 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
pool_test.go Implement SubmitAttestations in the beacon API (#8563) 2021-03-08 15:42:05 +01:00
pool.go Move attestation's source checkpoint validation to VerifyAttestationNoVerifySignature (#8598) 2021-03-12 21:43:20 +00:00
server_test.go Verify interface compliance using typed nil instead of dereferencing and conversion (#7489) 2020-10-10 00:36:48 +00:00
server.go Implement ListPoolProposerSlashings and ListPoolVoluntaryExits in the beacon API (#8508) 2021-02-24 15:29:25 +00:00
state_test.go Return status.Errorf instead of plain errors from gRPC functions (#8619) 2021-03-17 16:47:44 +00:00
state.go Return status.Errorf instead of plain errors from gRPC functions (#8619) 2021-03-17 16:47:44 +00:00
validator.go Remove WaitForSynced (#7835) 2020-11-16 20:48:16 -06:00