prysm-pulse/beacon-chain
terence tsao 622ab94465
Move Verified and saved pending attestations to pool to debug (#7928)
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-11-25 22:52:57 +00:00
..
blockchain Fix zero genesis check, make processAttestation routine wait for genesis time to be set (#7947) 2020-11-25 18:52:59 +00:00
cache handle correctly (#7851) 2020-11-18 21:12:12 +08:00
core Remove listen for ChainStarted in WaitForChainStart (#7849) 2020-11-18 05:51:00 +00:00
db Fix instances of "The result of append is not used anywhere SCC-SA4010" (#7812) 2020-11-13 22:54:12 +00:00
flags More Default CORS Rules (#7915) 2020-11-22 23:10:21 +00:00
forkchoice Forkchoice: update read only lock to regular lock (#7633) 2020-10-24 16:35:18 +00:00
gateway Update rules_go (#7202) 2020-11-10 03:01:56 +00:00
interop-cold-start Fix instances of "The result of append is not used anywhere SCC-SA4010" (#7812) 2020-11-13 22:54:12 +00:00
node Improve error log for when database network conflicts with runtime network (#7945) 2020-11-25 05:15:30 +00:00
operations Remove a few old metrics (#7825) 2020-11-16 18:27:41 +00:00
p2p P2P: Increase outbound message queue size to 256 (#7916) 2020-11-22 23:54:58 +00:00
powchain Check Sync Status First (#7895) 2020-11-25 18:27:27 +00:00
rpc Fix zero genesis check, make processAttestation routine wait for genesis time to be set (#7947) 2020-11-25 18:52:59 +00:00
state add check and test (#7853) 2020-11-19 11:53:24 +08:00
sync Move Verified and saved pending attestations to pool to debug (#7928) 2020-11-25 22:52:57 +00:00
BUILD.bazel Fix creation time of beacon-node, validator and slasher (#7886) 2020-11-21 21:37:03 +00:00
main.go Add Back Flag to Subscribe to All Subnets (#7836) 2020-11-17 05:25:35 +00:00
README.md Fix Up READMEs for Mainnet (#7910) 2020-11-23 18:47:55 +00:00
usage_test.go Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
usage.go Add Back Flag to Subscribe to All Subnets (#7836) 2020-11-17 05:25:35 +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.