prysm-pulse/beacon-chain
Raul Jordan ffdc16a304
Use Parent State When Processing Blocks (#2291)
* parent fork fix

* tests
2019-04-18 12:40:46 -05:00
..
attestation Update Latest Attestations Use Committee Cache (#2265) 2019-04-16 20:08:55 -07:00
blockchain Use Parent State When Processing Blocks (#2291) 2019-04-18 12:40:46 -05:00
cache Cache Block Ancestor for Fork Choice (#2269) 2019-04-16 08:36:02 -07:00
chaintest Initialize Feature Config in Simulated Backend (#2240) 2019-04-14 23:26:55 -05:00
core Validator-multiple key (#2069) 2019-04-18 12:23:38 -05:00
db Validator-multiple key (#2069) 2019-04-18 12:23:38 -05:00
internal Update go-ethereum upstream and resolve API changes (#2171) 2019-04-05 10:54:38 -07:00
node Allow 8 Validator Multinode Cluster to Run Indefinitely (#2050) 2019-03-25 10:21:21 -05:00
operations Improve Beacon Node Logging (#2175) 2019-04-05 22:37:46 -05:00
powchain Add deposit index to beacon state (#2232) 2019-04-14 18:17:39 +10:00
rpc Validator-multiple key (#2069) 2019-04-18 12:23:38 -05:00
sync Fix Validator Store (#2277) 2019-04-17 13:57:13 -05:00
utils Improve Validator Logging and Default Flags (#2013) 2019-03-18 09:45:28 -06:00
BUILD.bazel Create feature config for selective testing (#1997) 2019-03-20 22:57:25 -04:00
main.go Create feature config for selective testing (#1997) 2019-03-20 22:57:25 -04:00
README.md update beacon chain spec link (#1897) 2019-03-05 18:54:58 -05:00
usage.go Create feature config for selective testing (#1997) 2019-03-20 22:57:25 -04: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.