prysm-pulse/beacon-chain
Preston Van Loon 77267169ea Add More Lint Rules With gometalinter (#284)
* turn up linter to 11

* Added extra linting rules and fixed all lint issues

* add deadline of 10m


Former-commit-id: 632999fcaa8370516d6fe76c28c503cb2e3319b7 [formerly d4354f631b1eb4f7918cde28bf063f756ae92a54]
Former-commit-id: 3aaf78a56b76850b0123d61551ac554ccecfe9ad
2018-07-15 15:06:36 -04:00
..
node beacon: Create a Subscription to Mainchain Head Events Via RPC as a Service in Beacon Node (#273) 2018-07-14 14:48:42 -05:00
params shared: Abstract Service Registry Into Shared Folder, Add Beacon Node and Beacon Entry Point (#268) 2018-07-13 21:15:37 -05:00
powchain beacon: Create a Subscription to Mainchain Head Events Via RPC as a Service in Beacon Node (#273) 2018-07-14 14:48:42 -05:00
types beacon: Create a Subscription to Mainchain Head Events Via RPC as a Service in Beacon Node (#273) 2018-07-14 14:48:42 -05:00
BUILD.bazel beacon: Create a Subscription to Mainchain Head Events Via RPC as a Service in Beacon Node (#273) 2018-07-14 14:48:42 -05:00
main.go Add More Lint Rules With gometalinter (#284) 2018-07-15 15:06:36 -04:00
README.md Update Documentation to Reflect Beacon Chain Research (#247) 2018-07-12 12:12:11 -05:00
RESEARCH.md Update Documentation to Reflect Beacon Chain Research (#247) 2018-07-12 12:12:11 -05: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 Gitter below:

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. Refer this page on why we are comibing sharding and casper together.