prysm-pulse/beacon-chain
2019-05-16 11:17:26 -04:00
..
attestation Change Logging of Failed Attestations (#2599) 2019-05-15 09:09:39 +08:00
blockchain Add Check for Goroutines Count (#2608) 2019-05-15 10:38:27 -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 Avoid Panic Retrieving Validator Public Key (#2566) 2019-05-11 17:08:00 -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 Add Check for Goroutines Count (#2608) 2019-05-15 10:38:27 -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 Add Total Vote Count for Block Tree (#2576) 2019-05-16 11:05:27 -04:00
sync Fix lint issues (#2554) 2019-05-10 11:59:30 +08:00
utils Use HTTP RPC Endpoint for Logger to Fetch Past Logs (#2299) 2019-04-18 18:53:37 -05:00
BUILD.bazel Add new log formats and set fluentd as default for cluster (#2594) 2019-05-13 20:43:04 -04:00
main.go Add Check for Goroutines Count (#2608) 2019-05-15 10:38:27 -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.