prysm-pulse/beacon-chain
Victor Farazdagi 09e3f0360e
Remove redundant calls to os.exit() in TestMain (#7761)
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-11-10 14:56:47 +00:00
..
blockchain Pass By Value Instead Of Reference (#7710) 2020-11-09 10:08:08 +00:00
cache Remove redundant calls to os.exit() in TestMain (#7761) 2020-11-10 14:56:47 +00:00
core Remove redundant calls to os.exit() in TestMain (#7761) 2020-11-10 14:56:47 +00:00
db Update delete state(s) functions (#7754) 2020-11-09 15:37:36 -08:00
flags Update genesis time and deposit contract (#7727) 2020-11-04 17:36:31 +00:00
forkchoice Forkchoice: update read only lock to regular lock (#7633) 2020-10-24 16:35:18 +00:00
gateway Update rules_go (#7202) 2020-11-10 03:01:56 +00:00
interop-cold-start Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
node Remove deprecated headstate method in DB (#7680) 2020-10-30 15:11:08 +00:00
operations Update BLST And Herumi (#7632) 2020-10-30 19:06:33 +00:00
p2p Remove redundant calls to os.exit() in TestMain (#7761) 2020-11-10 14:56:47 +00:00
powchain Remove redundant calls to os.exit() in TestMain (#7761) 2020-11-10 14:56:47 +00:00
rpc Remove redundant calls to os.exit() in TestMain (#7761) 2020-11-10 14:56:47 +00:00
state Remove redundant calls to os.exit() in TestMain (#7761) 2020-11-10 14:56:47 +00:00
sync Remove redundant calls to os.exit() in TestMain (#7761) 2020-11-10 14:56:47 +00:00
BUILD.bazel Update rules_go (#7202) 2020-11-10 03:01:56 +00:00
main.go Allow Specifying Output Directory When Creating DB Backups (#7630) 2020-10-26 18:20:54 +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 Remove duplicated --slots-per-archive-point in help menu (#7731) 2020-11-05 00:53:59 +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.