mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 04:47:18 +00:00
8dd2915d3c
* 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> |
||
---|---|---|
.. | ||
blockchain | ||
cache | ||
core | ||
db | ||
forkchoice | ||
interop-cold-start | ||
node | ||
operations | ||
p2p | ||
powchain | ||
rpc | ||
server | ||
slasher/types | ||
state | ||
sync | ||
BUILD.bazel | ||
README.md |
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.
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.