prysm-pulse/beacon-chain
terence tsao c7d01fd73c
Add lock around fork choice store votes (#7426)
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-10-03 05:48:34 +00:00
..
blockchain Add locks around head getters (#7423) 2020-10-03 00:45:59 +00:00
cache use valid build tags (#7411) 2020-10-02 12:45:58 +03:00
core Fix ineffectual assignments (#7403) 2020-10-01 18:53:36 +00:00
db DB: Return error when saving nil eth1data (#7396) 2020-09-30 23:23:22 +00:00
flags Add and verify weak-subjectivity-checkpoint flag (#7256) 2020-09-17 14:32:40 -05:00
forkchoice Add lock around fork choice store votes (#7426) 2020-10-03 05:48:34 +00:00
gateway Add Beacon Gateway Flag to Validator Client (#7179) 2020-09-04 19:03:18 +00:00
interop-cold-start Better naming for constructor funcs (#7316) 2020-09-23 08:59:49 +00:00
node Warn if user is not using a supported platform (#7381) 2020-10-02 09:45:34 +03:00
operations Check block attestation length for operation pool (#7420) 2020-10-02 20:08:06 +00:00
p2p use full hash (#7416) 2020-10-02 23:08:51 +08:00
powchain Optimize Fetching of Eth1 Blocks (#7386) 2020-10-02 15:31:05 +08:00
rpc Update EthereumAPIs (#7409) 2020-10-01 22:04:48 -04:00
state Pubsub: ensure better TopicIDs validation (#7418) 2020-10-03 01:51:58 +00:00
sync Pubsub: ensure better TopicIDs validation (#7418) 2020-10-03 01:51:58 +00:00
BUILD.bazel Avoid automaxprocs default logger to printf (#6524) 2020-07-11 00:57:43 +00:00
main.go Add, use and test VerifyWeakSubjectivityRoot (#7344) 2020-09-26 08:04:07 +00:00
README.md Fix old markdown links (#4603) 2020-01-21 03:30:35 +00:00
usage_test.go Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
usage.go Add, use and test VerifyWeakSubjectivityRoot (#7344) 2020-09-26 08:04:07 +00:00

Prysmatic Labs Beacon Chain Implementation

This is the main project folder for the beacon chain implementation of Ethereum Serenity in Golang by Prysmatic Labs. Before you begin, check out our Contribution Guidelines and join our active chat room on Discord or Gitter below:

Discord Gitter

Also, read the latest beacon chain design spec, this design spec serves as a source of truth for the beacon chain implementation we follow at prysmatic labs. Check out the FAQs. Refer this page on why we are combining sharding and casper together.