prysm-pulse/beacon-chain
Nishant Das d6bd389d5c
Custom Copy of Pending Attestations (#4711)
* custom copy
* lint
* Merge refs/heads/master into customCopy
* preston's review
* Merge branch 'customCopy' of https://github.com/prysmaticlabs/geth-sharding into customCopy
* Merge refs/heads/master into customCopy
* Merge refs/heads/master into customCopy
* nil check
* Merge refs/heads/master into customCopy
* Merge branch 'customCopy' of https://github.com/prysmaticlabs/geth-sharding into customCopy
* Merge refs/heads/master into customCopy
* fixed test
* Merge branch 'customCopy' of https://github.com/prysmaticlabs/geth-sharding into customCopy
2020-02-02 02:56:53 +00:00
..
archiver Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
blockchain Handle attestations with missing block (#4705) 2020-02-02 01:42:29 +00:00
cache Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
core Custom Copy of Pending Attestations (#4711) 2020-02-02 02:56:53 +00: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 Update node count based on insertion (#4653) 2020-01-27 15:24:58 -06: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 add flag (#4622) 2020-01-23 11:25:10 +08:00
powchain Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
rpc Handle attestations with missing block (#4705) 2020-02-02 01:42:29 +00:00
state Custom Copy of Pending Attestations (#4711) 2020-02-02 02:56:53 +00:00
sync Propagate blocks again after we process it in pending blocks queue (#4714) 2020-02-02 02:22:59 +00: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.