prysm-pulse/beacon-chain
Nishant Das c4ca8a47b3 Reverts the Revert (#4011)
* Revert "Revert "Change BLS Library to Herumi (#3752)" (#4006)"

This reverts commit 904898e405.

* turn it on

* make all docker images with cgo deps static

* change back

* fix build

* switch back

* address gateway

* fix library again
2019-11-15 10:27:23 -06:00
..
archiver Implement ListBeaconCommittees RPC Method (#3977) 2019-11-12 23:32:42 -06:00
blockchain Update run time to v0.9 (#3935) 2019-11-11 17:03:43 -05:00
cache Update run time to v0.9 (#3935) 2019-11-11 17:03:43 -05:00
core Reverts the Revert (#4011) 2019-11-15 10:27:23 -06:00
db Implement ListBeaconCommittees RPC Method (#3977) 2019-11-12 23:32:42 -06:00
flags Archiver Service Definition (#3507) 2019-09-18 09:30:02 -05:00
gateway Reverts the Revert (#4011) 2019-11-15 10:27:23 -06:00
interop-cold-start Improve Beacon Node Logging UX (#3600) 2019-10-01 15:05:17 -05:00
node Implement ListBeaconCommittees RPC Method (#3977) 2019-11-12 23:32:42 -06:00
operations Reverts the Revert (#4011) 2019-11-15 10:27:23 -06:00
p2p Update run time to v0.9 (#3935) 2019-11-11 17:03:43 -05:00
powchain Reverts the Revert (#4011) 2019-11-15 10:27:23 -06:00
rpc Reverts the Revert (#4011) 2019-11-15 10:27:23 -06:00
sync Reverts the Revert (#4011) 2019-11-15 10:27:23 -06:00
BUILD.bazel Reverts the Revert (#4011) 2019-11-15 10:27:23 -06:00
main.go Added the panic capture so that information about panic gets into the log file (#3877) 2019-11-06 10:18:51 -06: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 allow passing no,prompt,force options to clear-db (#3871) 2019-10-31 17:55:32 +08: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.