prysm-pulse/beacon-chain
Ivan Martinez 9149c2e4f4 Replace no-genesis-delay with custom-genesis-delay (#4678)
* Change NoGenesisDelay to CustomGenesisDelay
* Implement flag
* gazelle
* Fix docs
* Merge branch 'master' of https://github.com/prysmaticlabs/Prysm into custom-genesis-delay
* Fix
* Gazelle
* Add case to fix bad math
* Merge branch 'master' into custom-genesis-delay
2020-01-28 21:07:43 +00:00
..
archiver Refactor database interface to prefer blockchain.HeadFetcher (#4523) 2020-01-13 17:02:20 +00:00
blockchain Fix initial sync cache state (#4677) 2020-01-28 12:43:54 -08:00
cache Part 1 of proto array fork choice - docs and interfaces (#4615) 2020-01-22 10:50:16 -06:00
core Refactor block operations for validating exits slightly (#4612) 2020-01-22 13:49:38 -08:00
db Set Capacity for Slices (#4540) 2020-01-14 14:44:24 +08: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 Actually wire up exits (#4661) 2020-01-27 01:49:37 +00:00
state Create New Beacon State Data Structure (#4602) 2020-01-21 22:36:12 -06:00
sync Fix initial sync cache state (#4677) 2020-01-28 12:43:54 -08: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.