prysm-pulse/beacon-chain
Preston Van Loon 6a930ba175 Remove optional verifyTree argument (#3047)
* remove optional verifyTree argument

* remove fmt

* do not provide a default eth1data, return an error instead

* add a test for this new logic

* gaz
2019-07-22 16:47:11 -05:00
..
attestation Remove unused proto schemas (#3005) 2019-07-22 10:03:57 -04:00
blockchain Remove optional verifyTree argument (#3047) 2019-07-22 16:47:11 -05:00
cache Remove unused proto schemas (#3005) 2019-07-22 10:03:57 -04:00
core Remove optional verifyTree argument (#3047) 2019-07-22 16:47:11 -05:00
db Remove optional verifyTree argument (#3047) 2019-07-22 16:47:11 -05:00
gateway Add rule to push docker images (#3006) 2019-07-20 20:40:03 -04:00
internal Remove unused proto schemas (#3005) 2019-07-22 10:03:57 -04:00
node Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
operations Remove unused proto schemas (#3005) 2019-07-22 10:03:57 -04:00
powchain Remove unused proto schemas (#3005) 2019-07-22 10:03:57 -04:00
rpc Remove optional verifyTree argument (#3047) 2019-07-22 16:47:11 -05:00
sync Remove optional verifyTree argument (#3047) 2019-07-22 16:47:11 -05:00
utils Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
BUILD.bazel Add rule to push docker images (#3006) 2019-07-20 20:40:03 -04:00
main.go Added the 'enable-upnp' flag to the list of command line args (#2860) 2019-06-26 12:59:37 -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 Added the 'enable-upnp' flag to the list of command line args (#2860) 2019-06-26 12:59:37 -07: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.