prysm-pulse/beacon-chain
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
..
blockchain State: Return interface{} for pb related methods (#8617) 2021-03-16 22:26:17 -05:00
cache State: Return interface{} for pb related methods (#8617) 2021-03-16 22:26:17 -05:00
core State: Return interface{} for pb related methods (#8617) 2021-03-16 22:26:17 -05:00
db State: Return interface{} for pb related methods (#8617) 2021-03-16 22:26:17 -05:00
forkchoice ETH2 Types: Slot (#8408) 2021-02-16 07:45:34 +00:00
gateway Provide TLS certificate to gRPC gateway (#8418) 2021-02-10 04:23:12 +00:00
interop-cold-start Use beacon state interfaces across (#8552) 2021-03-08 14:37:33 -08:00
node Add Goland Standard "cmd" Pattern for Beacon-Chain Binaries (#8540) 2021-03-02 13:36:03 -06:00
operations Use beacon state interfaces across (#8552) 2021-03-08 14:37:33 -08:00
p2p Update rules_go and fix proto conflicts (#8596) 2021-03-11 18:03:19 -06:00
powchain State: Return interface{} for pb related methods (#8617) 2021-03-16 22:26:17 -05:00
rpc Return status.Errorf instead of plain errors from gRPC functions (#8619) 2021-03-17 16:47:44 +00:00
state State: Return interface{} for pb related methods (#8617) 2021-03-16 22:26:17 -05:00
sync Send attestations over feed at right place (#8605) 2021-03-15 07:47:10 -07:00
BUILD.bazel Add Goland Standard "cmd" Pattern for Beacon-Chain Binaries (#8540) 2021-03-02 13:36:03 -06:00
README.md Fix Up READMEs for Mainnet (#7910) 2020-11-23 18:47:55 +00:00

Prysmatic Labs Beacon Chain Implementation

This is the main project folder for the beacon chain implementation of eth2 written in Go by Prysmatic Labs.

You can also read our main README and join our active chat room on Discord.

Discord

Also, read the official beacon chain specification, this design spec serves as a source of truth for the beacon chain implementation we follow at Prysmatic Labs.