prysm-pulse/beacon-chain
garyschulteog 27ec40f269
Remove remaining instances of proto.clone() (#4806)
* prysm-4757 remove proto.Clone() in favor of existing getters.Copy* methods
* prysm-4757 added a bunch of copy methods, and broke some tests
* squash commits
 fix tests and getter implementations
 remove usage of CopySignedBeaconBlock from ReceiveBlockNoVerify
* correctly copy Deposit proof and remove proto.clone() again
* Merge branch 'master' into prysm-4757-no-proto-clone
* Merge branch 'master' into prysm-4757-no-proto-clone
* Fix for comments, inline possible function calls
* Merge branch 'master' of https://github.com/prysmaticlabs/Prysm into prysm-4757-no-proto-clone
* Merge branch 'master' into prysm-4757-no-proto-clone
* updated with feedback from review
* Merge branch 'master' into prysm-4757-no-proto-clone
* Merge branch 'master' into prysm-4757-no-proto-clone
* Merge branch 'master' into prysm-4757-no-proto-clone
2020-02-14 01:03:51 +00:00
..
archiver Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
blockchain Remove remaining instances of proto.clone() (#4806) 2020-02-14 01:03:51 +00:00
cache Remove remaining instances of proto.clone() (#4806) 2020-02-14 01:03:51 +00:00
core Remove remaining instances of proto.clone() (#4806) 2020-02-14 01:03:51 +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 Stream Blocks Functionality for RPC (#4771) 2020-02-06 20:14:38 +00:00
operations Remove remaining instances of proto.clone() (#4806) 2020-02-14 01:03:51 +00:00
p2p Remove remaining instances of proto.clone() (#4806) 2020-02-14 01:03:51 +00:00
powchain Change Positionining of Warning Log (#4850) 2020-02-13 00:39:15 -08:00
rpc Remove remaining instances of proto.clone() (#4806) 2020-02-14 01:03:51 +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.