prysm-pulse/beacon-chain
2019-03-19 10:53:17 -06:00
..
attestation Update Aggregate Attestation (#2004) 2019-03-18 11:57:12 +08:00
blockchain Fix State Generator (#2010) 2019-03-18 20:15:50 -06:00
chaintest State Transition Configuration Options (#2023) 2019-03-18 00:19:44 -06:00
core Fix State Generator (#2010) 2019-03-18 20:15:50 -06:00
db Fix State Generator (#2010) 2019-03-18 20:15:50 -06:00
internal Wait for Validator Activation Stream Server (#1896) 2019-03-05 17:06:50 -06:00
node log db path (#2029) 2019-03-19 10:53:17 -06:00
operations Cross p2p spans, more spans, synchronous attestations, minor fixes (#2009) 2019-03-17 10:56:05 +08:00
powchain restructure powchain (#1983) 2019-03-13 16:47:00 -04:00
rpc Prevent invalid pending attestations (#1994) 2019-03-19 12:25:34 -04:00
sync Improve Validator Logging and Default Flags (#2013) 2019-03-18 09:45:28 -06:00
utils Improve Validator Logging and Default Flags (#2013) 2019-03-18 09:45:28 -06:00
BUILD.bazel Set static to off for cgo built beacon-chain (#1813) 2019-03-02 23:49:27 -08:00
main.go Improve Validator Logging and Default Flags (#2013) 2019-03-18 09:45:28 -06:00
README.md update beacon chain spec link (#1897) 2019-03-05 18:54:58 -05:00
usage.go Improve Validator Logging and Default Flags (#2013) 2019-03-18 09:45:28 -06: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.