prysm-pulse/beacon-chain
Raul Jordan 7489e52b99
Refactor Chain Service Block Processing API (#2124)
* new block processing api

* fix tests

* lint

* spacing

* Update beacon-chain/blockchain/block_processing.go

Co-Authored-By: rauljordan <raul@prysmaticlabs.com>

* fix tests, remove enable powchain
2019-03-31 20:44:16 -05:00
..
attestation Fix epoch numbers for logs (#2096) 2019-03-27 15:58:02 -05:00
blockchain Refactor Chain Service Block Processing API (#2124) 2019-03-31 20:44:16 -05:00
chaintest Refactor Chain Service Block Processing API (#2124) 2019-03-31 20:44:16 -05:00
core Refactor Chain Service Block Processing API (#2124) 2019-03-31 20:44:16 -05:00
db label (#2117) 2019-03-30 13:49:47 -05:00
internal Revert "Treat Post & Pre-ChainStart Validators Equally in Assignments Fetching (#2074)" (#2086) 2019-03-26 22:30:22 -05:00
node Allow 8 Validator Multinode Cluster to Run Indefinitely (#2050) 2019-03-25 10:21:21 -05:00
operations Allow 8 Validator Multinode Cluster to Run Indefinitely (#2050) 2019-03-25 10:21:21 -05:00
powchain Fix multiple deposits to the same pubkey pre-chain-start (#2030) 2019-03-28 20:44:27 -07:00
rpc Refactor Chain Service Block Processing API (#2124) 2019-03-31 20:44:16 -05:00
sync Refactor Chain Service Block Processing API (#2124) 2019-03-31 20:44:16 -05:00
utils Improve Validator Logging and Default Flags (#2013) 2019-03-18 09:45:28 -06:00
BUILD.bazel Create feature config for selective testing (#1997) 2019-03-20 22:57:25 -04:00
main.go Create feature config for selective testing (#1997) 2019-03-20 22:57:25 -04:00
README.md update beacon chain spec link (#1897) 2019-03-05 18:54:58 -05:00
usage.go Create feature config for selective testing (#1997) 2019-03-20 22:57:25 -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.