prysm-pulse/beacon-chain
Raul Jordan 50063912a8 Remove Expensive Participation Rate Prometheus Gauge (#2636)
* rem expensive prom gauge

* rem prom
2019-05-17 19:57:13 -04:00
..
attestation Change Logging of Failed Attestations (#2599) 2019-05-15 09:09:39 +08:00
blockchain Reorg to an Announced Finalized Block if On a Different Chain (#2630) 2019-05-17 16:58:04 -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 Remove Expensive Participation Rate Prometheus Gauge (#2636) 2019-05-17 19:57:13 -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 Reorg to an Announced Finalized Block if On a Different Chain (#2630) 2019-05-17 16:58:04 -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 remove canonical attestation filtering (#2635) 2019-05-17 19:47:16 -04:00
sync Reorg to an Announced Finalized Block if On a Different Chain (#2630) 2019-05-17 16:58:04 -04: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.