prysm-pulse/beacon-chain
terence tsao 4c25fe978a
Update span names (#8394)
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2021-02-04 20:23:50 +00:00
..
blockchain Add Custom Deadline for Slot Progression (#8388) 2021-02-03 21:39:54 +00:00
cache Better receiver names in beacon chain module (#8286) 2021-01-19 13:21:32 +00:00
core Update span names (#8394) 2021-02-04 20:23:50 +00:00
db Update Prombolt Collector (#8339) 2021-01-26 15:32:46 +00:00
flags Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
forkchoice Consolidate Required Web UI Endpoints Into Single Protobuf File (#8127) 2020-12-16 17:30:48 +00:00
gateway Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
interop-cold-start Rename NewService to New (#8337) 2021-01-26 10:26:57 +00:00
node Ajust constructor names of nodes (#8362) 2021-02-01 17:12:52 +00:00
operations Rename NewService to New (#8337) 2021-01-26 10:26:57 +00:00
p2p Bind Discovery Using Neutral Network Version (#8359) 2021-01-29 15:07:32 +08:00
powchain Simplify expressions (#8370) 2021-02-01 15:14:36 +00:00
rpc Implement GetGenesis in the beacon API (#8380) 2021-02-02 08:44:28 -06:00
state Update span names (#8394) 2021-02-04 20:23:50 +00:00
sync Deprecate enableSyncBacktracking flag (#8371) 2021-02-01 11:18:24 +00:00
BUILD.bazel Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
main.go Ajust constructor names of nodes (#8362) 2021-02-01 17:12:52 +00:00
README.md Fix Up READMEs for Mainnet (#7910) 2020-11-23 18:47:55 +00:00
usage_test.go Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
usage.go Add Fallback Option for Eth1 Nodes (#8062) 2020-12-11 19:15:04 +08:00

Prysmatic Labs Beacon Chain Implementation

This is the main project folder for the beacon chain implementation of eth2 written in Go by Prysmatic Labs.

You can also read our main README and join our active chat room on Discord.

Discord

Also, read the official beacon chain specification, this design spec serves as a source of truth for the beacon chain implementation we follow at Prysmatic Labs.