prysm-pulse/beacon-chain
terence tsao 7edca61e44 #4506 take two (#4518)
* Samething, testing run time
* Check if the latest processed block root is the same
* Merge branch 'master' into improve-receive-block-reattempt
* Merge refs/heads/master into improve-receive-block-reattempt
* Merge refs/heads/master into improve-receive-block-reattempt
2020-01-12 23:55:28 +00:00
..
archiver Remove unused parameters and unused code (#4452) 2020-01-07 23:45:29 +00:00
blockchain #4506 take two (#4518) 2020-01-12 23:55:28 +00:00
cache PR #4502 take two (#4522) 2020-01-12 23:46:14 +00:00
core PR #4502 take two (#4522) 2020-01-12 23:46:14 +00:00
db Add a step filter for beacon DB to retrieve blocks (#4488) 2020-01-11 01:32:45 +00:00
flags Beacon node slasher client infrastructure (#4111) 2020-01-08 20:49:32 -08:00
gateway Build docker images for non-root user (#4320) 2019-12-18 20:52:25 +00:00
interop-cold-start Change database *Index() to use slice (#4466) 2020-01-09 14:45:05 -08:00
node Beacon node slasher client infrastructure (#4111) 2020-01-08 20:49:32 -08:00
operations/attestations Fix up attestation pool (#4493) 2020-01-11 13:59:06 -08:00
p2p Do not panic if initial sync fails (#4477) 2020-01-10 21:36:20 +00:00
powchain Log Ethereum 1 deposits before chainstart (#4499) 2020-01-11 19:54:43 +00:00
rpc PR #4502 take two (#4522) 2020-01-12 23:46:14 +00:00
sync Check if we are already synced to the current epoch before querying all of our peers (#4504) 2020-01-11 18:31:30 -08:00
BUILD.bazel Build docker images for non-root user (#4320) 2019-12-18 20:52:25 +00:00
main.go Add Flag For Minimum Handshakes (#4280) 2019-12-13 15:12:49 +00: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 Add Flag For Minimum Handshakes (#4280) 2019-12-13 15:12:49 +00: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.