prysm-pulse/beacon-chain
terence tsao 456ac5f9a3
Better head object coupling for chain service (#4869)
* Done
* Fixed lock
* Fixed all the tests
* Comments
* Fixed more tests
* Merge branch 'master' into better-head-obj
* Fixed more tests
* Merge branch 'better-head-obj' of git+ssh://github.com/prysmaticlabs/prysm into better-head-obj
* Prestons feedback & fixed test
* Nishant's feedback
* Participation edge case
* Gaz
* Merge branch 'master' into better-head-obj
* Merge branch 'master' of git+ssh://github.com/prysmaticlabs/prysm into better-head-obj
* Raul's feedback
* Merge branch 'better-head-obj' of git+ssh://github.com/prysmaticlabs/prysm into better-head-obj
2020-02-15 18:57:49 +00:00
..
archiver Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
blockchain Better head object coupling for chain service (#4869) 2020-02-15 18:57:49 +00:00
cache Remove remaining instances of proto.clone() (#4806) 2020-02-14 01:03:51 +00:00
core Change to Custom Hashing for BlockHeaders (#4860) 2020-02-14 05:19:20 +00:00
db Beacon State: More consistent nil return for state (#4854) 2020-02-13 20:34:50 +00:00
flags Add --rpc-host option to beacon chain (#4571) 2020-01-16 20:18:26 -06:00
forkchoice Expose fork choice node (#4819) 2020-02-10 13:09:12 -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 Better head object coupling for chain service (#4869) 2020-02-15 18:57:49 +00:00
operations Include Slashing Submission Endpoints + Slashing Pool in Beacon Node (#4858) 2020-02-13 22:20:45 -06:00
p2p Better head object coupling for chain service (#4869) 2020-02-15 18:57:49 +00:00
powchain Dont Initialize Zeroed Out State (#4863) 2020-02-14 12:19:50 +00:00
rpc Better head object coupling for chain service (#4869) 2020-02-15 18:57:49 +00:00
state Remove remaining instances of proto.clone() (#4806) 2020-02-14 01:03:51 +00:00
sync Secure lock when accessing the map only (#4849) 2020-02-12 20:33:14 -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.