prysm-pulse/beacon-chain
terence tsao a22c97739e
Remove prune state (#4680)
* Rm prune state
* Merge branch 'master' into rm-prune-state
2020-01-29 03:53:57 +00:00
..
archiver Refactor database interface to prefer blockchain.HeadFetcher (#4523) 2020-01-13 17:02:20 +00:00
blockchain Slasher data update from archive (#4563) 2020-01-29 07:14:51 +05:30
cache Part 1 of proto array fork choice - docs and interfaces (#4615) 2020-01-22 10:50:16 -06:00
core Slasher data update from archive (#4563) 2020-01-29 07:14:51 +05:30
db Remove prune state (#4680) 2020-01-29 03:53:57 +00: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 Clear Pre-Genesis Objects (#4656) 2020-01-26 17:50:40 +00:00
node Proto array fork choice tree handler (#4658) 2020-01-26 12:25:33 -08:00
operations Fork choice: Ensure lengths are the same before checking overlap (#4663) 2020-01-27 07:18:02 +00:00
p2p add flag (#4622) 2020-01-23 11:25:10 +08:00
powchain Replace no-genesis-delay with custom-genesis-delay (#4678) 2020-01-28 21:07:43 +00:00
rpc Slasher data update from archive (#4563) 2020-01-29 07:14:51 +05:30
state Create New Beacon State Data Structure (#4602) 2020-01-21 22:36:12 -06:00
sync Slasher data update from archive (#4563) 2020-01-29 07:14:51 +05:30
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.