prysm-pulse/beacon-chain
2019-05-27 06:22:51 -07: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 panic if activeValidatorIndices is zero (#2621) 2019-05-24 16:34:33 -04:00
db fix panic (#2613) 2019-05-16 11:17:26 -04:00
internal Blacklist Keys in Cluster PK Manager (#2536) 2019-05-12 16:38:37 -04:00
node Reverts #2638 #2637 #2630 (#2640) 2019-05-17 22:27:44 -04:00
operations Filter Canonical Attester for RPC (#2551) 2019-05-09 18:53:19 -05:00
powchain Do not panic when the beacon node is shut down. (#2571) 2019-05-12 11:58:07 -04:00
rpc Fix attester server test data race (#2708) 2019-05-27 06:22:51 -07:00
sync Reverts #2638 #2637 #2630 (#2640) 2019-05-17 22:27:44 -04:00
utils Use HTTP RPC Endpoint for Logger to Fetch Past Logs (#2299) 2019-04-18 18:53:37 -05:00
BUILD.bazel Persistent logs (#2660) 2019-05-22 09:22:11 -04:00
main.go fix joonix log after https://github.com/joonix/log/pull/13 (#2691) 2019-05-24 16:54:03 -04:00
README.md update beacon chain spec link (#1897) 2019-03-05 18:54:58 -05:00
usage.go Add Check for Goroutines Count (#2608) 2019-05-15 10:38:27 -04: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.