prysm-pulse/beacon-chain
Preston Van Loon cebefde335
Update config.go to fix BLS issue (#2821)
* Update config.go

* fix test
2019-06-18 18:02:01 -04:00
..
attestation Change Logging of Failed Attestations (#2599) 2019-05-15 09:09:39 +08:00
blockchain Reverts #2638 #2637 #2630 (#2640) 2019-05-17 22:27:44 -04:00
cache Handle race condition in progress (#2589) 2019-05-13 14:42:57 -04:00
chaintest Add nogo to introduce built time linting (#2317) 2019-04-21 22:14:34 +08:00
core fix typo (#2764) 2019-06-07 07:58:27 -04:00
db Revert "Add BoltDB Internal Stats (#2768)" (#2799) 2019-06-16 15:50:23 -04:00
gateway automaxprocs (#2770) 2019-06-13 07:53:42 -07:00
internal Add gRPC Gateway Folder (#2793) 2019-06-12 10:11:04 -05:00
node Add a gRPC gateway (#2604) 2019-06-02 08:33:44 -07:00
operations Filter Canonical Attester for RPC (#2551) 2019-05-09 18:53:19 -05:00
powchain Move go-ssz to external repo under MIT license (#2722) 2019-05-29 18:04:25 -07:00
rpc Update config.go to fix BLS issue (#2821) 2019-06-18 18:02:01 -04:00
sync Update Phore Dependency to the latest version (#2792) 2019-06-12 11:06:39 -05:00
utils Add a gRPC gateway (#2604) 2019-06-02 08:33:44 -07:00
BUILD.bazel automaxprocs (#2770) 2019-06-13 07:53:42 -07:00
main.go automaxprocs (#2770) 2019-06-13 07:53:42 -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 Add a gRPC gateway (#2604) 2019-06-02 08:33:44 -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.