prysm-pulse/beacon-chain
Victor Farazdagi b9844024b4
Update comments describing init-sync process (#7521)
* updates comments

* fetcher mode from config

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-10-14 01:44:46 +00:00
..
blockchain Add justified block insertion to forkchoice when missed (#7520) 2020-10-13 18:26:43 +00:00
cache Numeric conversion cleanup (#7465) 2020-10-13 12:43:49 +00:00
core Numeric conversion cleanup (#7465) 2020-10-13 12:43:49 +00:00
db Combines func params of the same type (#7500) 2020-10-12 15:43:19 +00:00
flags Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
forkchoice Numeric conversion cleanup (#7465) 2020-10-13 12:43:49 +00:00
gateway Verify interface compliance using typed nil instead of dereferencing and conversion (#7489) 2020-10-10 00:36:48 +00:00
interop-cold-start Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
node Fix reported anti patterns (#7501) 2020-10-12 16:12:00 +00:00
operations Combines func params of the same type (#7500) 2020-10-12 15:43:19 +00:00
p2p Fix reported anti patterns (#7501) 2020-10-12 16:12:00 +00:00
powchain Numeric conversion cleanup (#7465) 2020-10-13 12:43:49 +00:00
rpc Numeric conversion cleanup (#7465) 2020-10-13 12:43:49 +00:00
state Combines func params of the same type (#7500) 2020-10-12 15:43:19 +00:00
sync Update comments describing init-sync process (#7521) 2020-10-14 01:44:46 +00:00
BUILD.bazel Add journald option for logger (#7463) 2020-10-14 00:10:57 +00:00
main.go Add journald option for logger (#7463) 2020-10-14 00:10:57 +00:00
README.md Fix old markdown links (#4603) 2020-01-21 03:30:35 +00:00
usage_test.go Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
usage.go Add, use and test VerifyWeakSubjectivityRoot (#7344) 2020-09-26 08:04:07 +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.