prysm-pulse/beacon-chain
terence tsao b1ffc693e0 Update FFG Check Points During Block Processing (#1991)
* update FFG check points in service

* where do stategenerators go?

* commented out state_generator_test for now

* moved state generator back to appropiate location

* fixed block processing with state generator

* fmt

* import circle bad commit

* fix

* taking preston's fix

* gaz

* save justified/finalized objs during beacon chain init
2019-03-14 11:22:05 -04:00
..
attestation Handle Panics in Remaining Services (#1926) 2019-03-10 17:53:28 -05:00
blockchain Update FFG Check Points During Block Processing (#1991) 2019-03-14 11:22:05 -04:00
chaintest Refactor ChainService for Receiving Blocks Synchronously (#1984) 2019-03-13 17:17:32 -04:00
core revert change (#1985) 2019-03-13 20:31:03 -04:00
db Update FFG Check Points During Block Processing (#1991) 2019-03-14 11:22:05 -04:00
internal Wait for Validator Activation Stream Server (#1896) 2019-03-05 17:06:50 -06:00
node Refactor ChainService for Receiving Blocks Synchronously (#1984) 2019-03-13 17:17:32 -04:00
operations Handle Panics in Remaining Services (#1926) 2019-03-10 17:53:28 -05:00
powchain restructure powchain (#1983) 2019-03-13 16:47:00 -04:00
rpc Refactor ChainService for Receiving Blocks Synchronously (#1984) 2019-03-13 17:17:32 -04:00
sync Refactor ChainService for Receiving Blocks Synchronously (#1984) 2019-03-13 17:17:32 -04:00
utils Enable POW chain by default (#1861) 2019-03-04 15:10:03 -05:00
BUILD.bazel Set static to off for cgo built beacon-chain (#1813) 2019-03-02 23:49:27 -08:00
main.go Enable POW chain by default (#1861) 2019-03-04 15:10:03 -05:00
README.md update beacon chain spec link (#1897) 2019-03-05 18:54:58 -05:00
usage.go Enable POW chain by default (#1861) 2019-03-04 15:10:03 -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.