prysm-pulse/beacon-chain
2019-10-30 19:05:37 -04:00
..
archiver Improve Beacon Node Logging UX (#3600) 2019-10-01 15:05:17 -05:00
blockchain Fix Failure Counter (#3850) 2019-10-29 13:23:55 +08:00
cache Add feature flag to enable shuffled index cache (#3893) 2019-10-30 10:26:05 +08:00
core Extract state from db (#3889) 2019-10-30 19:05:37 -04:00
db Extract state from db (#3889) 2019-10-30 19:05:37 -04:00
flags Archiver Service Definition (#3507) 2019-09-18 09:30:02 -05:00
gateway Delete DB states older than finalized checkpoint (#3824) 2019-10-23 08:30:21 -07:00
interop-cold-start Improve Beacon Node Logging UX (#3600) 2019-10-01 15:05:17 -05:00
node Clean up feature flag namings (#3715) 2019-10-07 14:11:49 +09:00
operations Refactor operation service.go into smaller files (#3808) 2019-10-21 09:37:50 -07:00
p2p move out of go-routine (#3883) 2019-10-30 13:32:53 +08:00
powchain Make No Genesis Delay the Default (#3878) 2019-10-29 07:31:10 -07:00
rpc fix references to use ComputeDomain (#3854) 2019-10-25 08:05:53 -07:00
sync Track finalized block root index and filter in blocks by range (#3873) 2019-10-29 11:14:17 -04:00
BUILD.bazel some fixes for bazel v1 (#3754) 2019-10-12 16:55:56 +09:00
main.go remove fluentd timestamp (#3708) 2019-10-03 20:56:10 -07:00
README.md update beacon chain spec link (#1897) 2019-03-05 18:54:58 -05:00
usage_test.go Add a gRPC gateway (#2604) 2019-06-02 08:33:44 -07:00
usage.go Archiver Service Definition (#3507) 2019-09-18 09:30:02 -05: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.