prysm-pulse/beacon-chain
terence tsao 4a90f82bcc Fix Validator Ejection for Testnet (#2438)
* set ejection threshold and add gauge

* spaces

* gaz
2019-04-29 09:39:31 -05:00
..
attestation Fix Fork Choice Reorg Conditions (#2413) 2019-04-28 17:53:51 -04:00
blockchain Fix Fork Choice Reorg Conditions (#2413) 2019-04-28 17:53:51 -04:00
cache Optimize LMD-GHOST Vote Counting (#2333) 2019-04-22 19:59:02 -05:00
chaintest Add nogo to introduce built time linting (#2317) 2019-04-21 22:14:34 +08:00
core Fix Validator Ejection for Testnet (#2438) 2019-04-29 09:39:31 -05:00
db Enable Historical State Pruning By Default (#2433) 2019-04-29 10:53:03 +08:00
internal Update go-ethereum upstream and resolve API changes (#2171) 2019-04-05 10:54:38 -07:00
node Reverts RPC Disabling (#2435) 2019-04-29 08:23:24 -05:00
operations upgrading linter from gometalinter to golangci-lint (#2100) 2019-04-26 14:24:01 +08:00
powchain Use HTTP for On Demand Block Requests (#2405) 2019-04-27 14:45:13 -05:00
rpc Reverts RPC Disabling (#2435) 2019-04-29 08:23:24 -05:00
sync Reverts RPC Disabling (#2435) 2019-04-29 08:23:24 -05:00
utils Use HTTP RPC Endpoint for Logger to Fetch Past Logs (#2299) 2019-04-18 18:53:37 -05:00
BUILD.bazel Create feature config for selective testing (#1997) 2019-03-20 22:57:25 -04:00
main.go Suggest to ClearDB if Contract Mismatches Cluster (#2360) 2019-04-23 15:52:52 -05:00
README.md update beacon chain spec link (#1897) 2019-03-05 18:54:58 -05:00
usage.go Hardcoded Bootstrap + Relay Nodes (#2359) 2019-04-23 15:30:59 -05: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.