prysm-pulse/beacon-chain
Preston Van Loon 90225aac31 PendingAttestations: allow for request to specify a slot (#1922)
* PendingAttestations: allow for request to specify a slot

* enhance the test
2019-03-07 09:56:22 -06:00
..
attestation Implement AttestationTargets for ForkChoice (#1912) 2019-03-06 15:03:52 -06:00
blockchain Add State Generator (#1718) 2019-03-07 11:02:47 +08:00
chaintest Add Spans for Processing Slots (#1890) 2019-03-05 14:22:09 -06:00
core Fix attestations again (#1916) 2019-03-06 18:59:47 -05:00
db Add State Generator (#1718) 2019-03-07 11:02:47 +08:00
internal Wait for Validator Activation Stream Server (#1896) 2019-03-05 17:06:50 -06:00
node Add State Generator (#1718) 2019-03-07 11:02:47 +08:00
operations Fix Crosslink Calculation in Assignment Fetching (#1737) 2019-03-01 11:39:09 -06:00
powchain Adding Prometheus Metrics and Tracing to Sync (#1858) 2019-03-05 11:31:19 -06:00
rpc PendingAttestations: allow for request to specify a slot (#1922) 2019-03-07 09:56:22 -06:00
sync add tests and fix (#1925) 2019-03-07 09:39:29 -05: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.