prysm-pulse/beacon-chain
ahadda5 8dd2915d3c
Unify gRPC Gateways into Single, Shared lib (#8799)
* moved validator/rpc/gateway under shared,  validator/rpc/web is not visiable to the new shared gateway

* decided to have one lib with two methods if needed, status and stop are the same, however New and Start are not

* moved beacon's gateway to shared and moved the main func to its own /server folder

* goftm

* gofmt

* removed the extra loggin

* reduce visibility

* tighter visibilty of the shared lib for beacon and validator only for now

* fix patterns , ctx needs to be first param

* fix comments

* gofmt

* added enum for the caller id

* added unit test for gateway

* deprecated .WithDialer to .WithContextDialer

* changed the string callerId to uint8, and rearranged the Gateway struct based on the compiler

* fix 1 based on comment

* iota type

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2021-05-04 17:20:58 +02:00
..
blockchain Add Stricter Checks To The Deposit Cache (#8838) 2021-04-29 14:24:13 +02:00
cache Correct documentation for DepositsNumberAndRootAtHeight (#8843) 2021-04-30 14:40:42 +00:00
core Add interop write block and state to disk (#8840) 2021-05-04 03:42:06 +00:00
db new prometheus metrics for client-stats metrics (#8834) 2021-04-30 13:37:38 -07:00
forkchoice Move chainheads to blockchain pkg (#8700) 2021-04-03 11:25:25 +00:00
interop-cold-start ProcessPreGenesisDeposits: Remove context.TODO() usage (#8705) 2021-04-05 15:07:56 +00:00
node Unify gRPC Gateways into Single, Shared lib (#8799) 2021-05-04 17:20:58 +02:00
operations Fix comments (#8802) 2021-04-23 12:06:05 +00:00
p2p Added public/private flags for IP address white/blacklisting (#8648) 2021-04-21 06:25:30 +00:00
powchain cli to push metrics to aggregator service (#8835) 2021-05-03 09:57:26 -05:00
rpc Add Stricter Checks To The Deposit Cache (#8838) 2021-04-29 14:24:13 +02:00
server Unify gRPC Gateways into Single, Shared lib (#8799) 2021-05-04 17:20:58 +02:00
slasher/types Optimized Slasher Database Methods (#8805) 2021-04-23 12:06:13 -05:00
state Fix comments (#8802) 2021-04-23 12:06:05 +00:00
sync Fix comments (#8802) 2021-04-23 12:06:05 +00: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.