prysm-pulse/beacon-chain
2020-05-20 04:57:24 +00:00
..
archiver libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
blockchain Enhancing block tree viewer (#5880) 2020-05-16 12:29:21 -07:00
cache Remove ETH1 Data Vote Cache (#5792) 2020-05-09 04:08:24 +00:00
core Prevent parent block with same slot (#5842) 2020-05-18 20:26:34 +00:00
db Regen historical using ArchivedPointRoot then State (#5845) 2020-05-14 00:10:36 +00:00
flags Make SlotsPerArchivedPoint configurable (#5888) 2020-05-17 16:40:41 -04:00
forkchoice Enhancing block tree viewer (#5880) 2020-05-16 12:29:21 -07:00
gateway Update gateway max resv size to 16MB (#5756) 2020-05-06 21:01:23 +00:00
interop-cold-start libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
node Make SlotsPerArchivedPoint configurable (#5888) 2020-05-17 16:40:41 -04:00
operations fix (#5893) 2020-05-18 20:16:27 +08:00
p2p Change To Debug Logs (#5917) 2020-05-20 04:57:24 +00:00
powchain Revert "Add cache to Eth1 RPC functions (#5347)" (#5876) 2020-05-16 02:56:09 +00:00
rpc Ensure We Use Request.Epoch in the Validator Duties Server Implementation (#5913) 2020-05-19 21:26:14 +00:00
state Handle missing archived index (#5899) 2020-05-18 19:46:06 +00:00
sync Re-arranges fetcher locks -> per peer level (#5906) 2020-05-19 17:48:32 +00:00
BUILD.bazel Load chain config from file (#5694) 2020-05-05 20:58:07 +03:00
main.go Adds BlockBatchLimitBurstFactor flag (#5825) 2020-05-12 11:31:10 +00:00
README.md Fix old markdown links (#4603) 2020-01-21 03:30:35 +00:00
usage_test.go Allow setting flags via yaml config file. (#4878) 2020-03-19 14:46:44 -07:00
usage.go Make SlotsPerArchivedPoint configurable (#5888) 2020-05-17 16:40:41 -04: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.