prysm-pulse/beacon-chain
terence tsao d4209b7357 beacon: Process Crosslink During Cycle Transition (#482)
* Revert "Add Skip Coverage Condition in Coverage.sh (#416)"

This reverts commit 72a5dd1cf4.

* add coverage.sh back

* save attestations to db

* added tests

* use them in service.go

* process crosslink records

* revert

* revert

* revert

* test
2018-09-08 17:20:06 +02:00
..
blockchain beacon: Process Crosslink During Cycle Transition (#482) 2018-09-08 17:20:06 +02:00
casper Rename all mentions of height to slot (#456) 2018-09-01 12:01:53 -04:00
internal beacon: Implement Beacon Node gRPC Server Streams (#400) 2018-08-17 21:34:56 -06:00
node validator: Implementing Partial Implementation of Proposer Responsibility (#441) 2018-09-04 23:35:32 -04:00
params Rename all mentions of height to slot (#456) 2018-09-01 12:01:53 -04:00
powchain beacon: Improve Test Coverage for Beacon Chain Package (#402) 2018-08-14 22:49:59 -06:00
rpc validator: Implementing Partial Implementation of Proposer Responsibility (#441) 2018-09-04 23:35:32 -04:00
simulator Initialize New Cycle during Block Processing (#443) 2018-08-29 16:21:15 -07:00
sync beacon: Implement Sync Handler for Block Requests By Slot Number (#461) 2018-09-04 10:48:07 -04:00
types beacon: Process Crosslink During Cycle Transition (#482) 2018-09-08 17:20:06 +02:00
utils Part 4 of Aligning Beacon Chain with Latest 2.1 - Bootstrapping Genesis (#430) 2018-08-25 11:59:46 -07:00
BUILD.bazel Updated Docker Rules (#424) 2018-08-21 19:59:36 -07:00
main.go Implement Beacon Node Validator and Observer Entry Points (#414) 2018-08-20 08:50:11 -07:00
README.md Fixed Broken Markdown links (#483) 2018-09-08 06:50:21 -07:00

Prysmatic Labs Beacon Chain Implementation

This is the main project folder for the beacon chain implementation of Ethereum 2.0 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 sharding + casper 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.