prysm-pulse/beacon-chain
Preston Van Loon 81f868bd48
Regular Sync - First Pass (#3201)
* checkpoint

* checkpoint

* varint prefix for ssz

* move the encoding API around a little bit to support reader writer

* add a simple test for the happy path subscribe

* move wait timeout to testutil

* Add inverted topic mapping

* Add varint prefixing to ssz network encoder

* fix spacing

* fix comments

* fix comments

* make anon methods more clear

* clean up log fields

* move topic mapping, reformat TODOs, get ready for brutal team review

* lint

* lint

* lint

* Update beacon-chain/p2p/gossip_topic_mappings.go

Co-Authored-By: Nishant Das <nishdas93@gmail.com>

* PR feedback

* PR feedback

* PR feedback

* PR feedback

* PR feedback

* Update WORKSPACE

* Update WORKSPACE
2019-08-16 13:13:04 -04:00
..
attestation Deprecate the old, and add new DB setup util for tests (#3208) 2019-08-14 11:48:28 -07:00
blockchain Deprecate the old, and add new DB setup util for tests (#3208) 2019-08-14 11:48:28 -07:00
cache Clean Up In Memory Deposits in DB (#3065) 2019-08-13 19:13:47 -04:00
core Deprecate the old, and add new DB setup util for tests (#3208) 2019-08-14 11:48:28 -07:00
db Utilize Indices for Key Lookup and Filtering Attestations in DB (#3202) 2019-08-15 19:57:43 -05:00
deprecated-sync Deprecate the old, and add new DB setup util for tests (#3208) 2019-08-14 11:48:28 -07:00
flags Standardize Flags at Top Level and Remove Deprecated Utils (#3046) 2019-07-23 08:58:20 -05:00
gateway Add rule to push docker images (#3006) 2019-07-20 20:40:03 -04:00
internal Create a testing db method that can be used with the new database interface (#3217) 2019-08-15 17:41:51 -04:00
node Deprecate the old, and add new DB setup util for tests (#3208) 2019-08-14 11:48:28 -07:00
operations Deprecate the old, and add new DB setup util for tests (#3208) 2019-08-14 11:48:28 -07:00
p2p Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
powchain Clean Up In Memory Deposits in DB (#3065) 2019-08-13 19:13:47 -04:00
rpc Deprecate the old, and add new DB setup util for tests (#3208) 2019-08-14 11:48:28 -07:00
sync Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
BUILD.bazel fix docker image builds (#3068) 2019-07-24 15:19:44 -04:00
main.go Standardize Flags at Top Level and Remove Deprecated Utils (#3046) 2019-07-23 08:58:20 -05:00
README.md update beacon chain spec link (#1897) 2019-03-05 18:54:58 -05:00
usage_test.go Add a gRPC gateway (#2604) 2019-06-02 08:33:44 -07:00
usage.go Standardize Flags at Top Level and Remove Deprecated Utils (#3046) 2019-07-23 08:58:20 -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.