prysm-pulse/beacon-chain
Yutaro Mori 2697d99762 Fix getSignedParentHashes (#664)
* fix getSignedParentHashes

* Add another check
2018-10-15 16:50:08 +08:00
..
attestation Use consistent hash formatting (#650) 2018-10-12 08:35:49 -07:00
blockchain Various cleanup and bugfixes around validator/RBC interaction (#657) 2018-10-14 10:29:57 -05:00
casper Add check for validity to CheckBit method (#658) 2018-10-15 02:35:52 +08:00
db Replace Dynasty with Validator Set Change (#655) 2018-10-13 21:12:06 -05:00
internal Validator Client Use Assignment Stream to Determine Responsibility (#566) 2018-09-27 14:46:07 -07:00
node Cleanup simulator service (#653) 2018-10-13 16:22:36 +09:00
params Replace Dynasty with Validator Set Change (#655) 2018-10-13 21:12:06 -05:00
powchain Add Go tools in bazel (#608) 2018-10-02 22:04:36 -04:00
rpc Various cleanup and bugfixes around validator/RBC interaction (#657) 2018-10-14 10:29:57 -05:00
simulator Various cleanup and bugfixes around validator/RBC interaction (#657) 2018-10-14 10:29:57 -05:00
sync Various cleanup and bugfixes around validator/RBC interaction (#657) 2018-10-14 10:29:57 -05:00
types Fix getSignedParentHashes (#664) 2018-10-15 16:50:08 +08:00
utils Various cleanup and bugfixes around validator/RBC interaction (#657) 2018-10-14 10:29:57 -05:00
BUILD.bazel Updated Docker Rules (#424) 2018-08-21 19:59:36 -07:00
main.go Update Beacon/Validator Flags to Disable Reward/Cross-Link Checking by Default (#597) 2018-10-02 10:04:37 +08:00
README.md Fixed Broken Markdown links (#483) 2018-09-08 06:50:21 -07:00

Prysmatic Labs Beacon Chain Implementation

This is the main project folder for the beacon chain implementation of Ethereum 2.0 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 sharding + casper 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.