prysm-pulse/beacon-chain
terence tsao ce79d8e295
Insert initial sync missing blocks to fork choice store (#4750)
* Upon start up, don't insert head to proto array node DAG as index 0
* Merge branch 'master' of git+ssh://github.com/prysmaticlabs/prysm into fix-save-head-root
* Add HasNode
* Add fillInForkChoiceMissingBlocks
* Comments
* Test
* Fixed test
* Merge branch 'master' into proto-array-process-missing-block
* Merge branch 'master' into proto-array-process-missing-block
* Merge branch 'master' into proto-array-process-missing-block
2020-02-05 17:05:51 +00:00
..
archiver Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
blockchain Insert initial sync missing blocks to fork choice store (#4750) 2020-02-05 17:05:51 +00:00
cache Minor fixes (#4716) 2020-02-02 05:23:05 +00:00
core Clean up verify attestation and better error log (#4729) 2020-02-03 11:46:26 -08:00
db Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
flags Add --rpc-host option to beacon chain (#4571) 2020-01-16 20:18:26 -06:00
forkchoice Insert initial sync missing blocks to fork choice store (#4750) 2020-02-05 17:05:51 +00:00
gateway Build docker images for non-root user (#4320) 2019-12-18 20:52:25 +00:00
interop-cold-start Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
node Proto array fork choice tree handler (#4658) 2020-01-26 12:25:33 -08:00
operations Ensure exits are not for an already exited validator (#4701) 2020-02-01 01:18:36 +00:00
p2p Update All Libp2p Dependencies (#4746) 2020-02-05 16:37:33 +00:00
powchain Resolve Miscellaneous Bugs in Beacon Node (#4743) 2020-02-04 11:21:02 -06:00
rpc RPC: Use the proper db access level, use head root from head fetcher (#4752) 2020-02-05 08:50:07 +00:00
state Ensure all fields are dirty on initialization (#4735) 2020-02-03 20:38:13 -06:00
sync Resolve Miscellaneous Bugs in Beacon Node (#4743) 2020-02-04 11:21:02 -06:00
BUILD.bazel Build docker images for non-root user (#4320) 2019-12-18 20:52:25 +00:00
main.go add flag (#4622) 2020-01-23 11:25:10 +08:00
README.md Fix old markdown links (#4603) 2020-01-21 03:30:35 +00:00
usage_test.go Add a gRPC gateway (#2604) 2019-06-02 08:33:44 -07:00
usage.go add flag (#4622) 2020-01-23 11:25:10 +08: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.