mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 18:51:19 +00:00
0d6e8718fd
* Aditya's PR 18 This PR implements PR18. There is still a missing piece which is consistency of head with finalized checkpoint. I will think on ways to enforce this. * prune finalized incompatible * don't check finalization on viable for head * unit tests fixes * gazelle * remove finalized epoch from viableForHead * remove finalized epoch from leadsToViableHead * use non-slashed indices * function rename * lint fixes * lint fixes * lint fixes |
||
---|---|---|
.. | ||
blockchain | ||
builder | ||
cache | ||
core | ||
db | ||
deterministic-genesis | ||
execution | ||
forkchoice | ||
gateway | ||
monitor | ||
node | ||
operations | ||
p2p | ||
package | ||
rpc | ||
server | ||
slasher | ||
state | ||
sync | ||
BUILD.bazel | ||
README.md |
Prysmatic Labs Beacon Chain Implementation
This is the main project folder for the beacon chain implementation of Ethereum 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.