prysm-pulse/beacon-chain
terence tsao cf8e474410 Avoid Panic Retrieving Validator Public Key (#2566)
* exclusive of finalized block

* fixed saveValidatorIdx to skip validator not in state

* fixed test

* tests

* comment

* comment

* fixed test

* comment
2019-05-11 17:08:00 -04:00
..
attestation Fix Bitfield in Attestations (#2565) 2019-05-11 16:49:09 -04:00
blockchain Avoid Panic Retrieving Validator Public Key (#2566) 2019-05-11 17:08:00 -04:00
cache add attestation data req cache (#2542) 2019-05-08 19:27:29 -05:00
chaintest Add nogo to introduce built time linting (#2317) 2019-04-21 22:14:34 +08:00
core Avoid Panic Retrieving Validator Public Key (#2566) 2019-05-11 17:08:00 -04:00
db Add Nil Block Conditions for Block Cache (#2569) 2019-05-11 16:37:06 -04:00
internal Fetch Block Tree from Justified Block to Highest Observed Slot via RPC (#2549) 2019-05-09 12:38:05 -05:00
node "Super sync" and naive p2p reputation (#2550) 2019-05-09 16:02:24 -05:00
operations Filter Canonical Attester for RPC (#2551) 2019-05-09 18:53:19 -05:00
powchain Fix Estimation of Deposit Inclusion Slot in ValidatorActivationStatus (#2472) 2019-05-02 19:13:51 -04:00
rpc Fix Bitfield in Attestations (#2565) 2019-05-11 16:49:09 -04:00
sync Fix lint issues (#2554) 2019-05-10 11:59:30 +08: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 "Super sync" and naive p2p reputation (#2550) 2019-05-09 16:02:24 -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.