prysm-pulse/beacon-chain
Raw Pong Ghmoa 3fc6afa02e
beacon/log: augment logs with block roots (#5675)
* beacon/log: augment synced log with block root and finalized root
* beacon/log: augment initial sync log with block root
* beacon/sync: degrade pending block log to DEBUG level
* beacon/log: restore info level for state transition
* beacon/log: improve info logging
* Merge branch 'master' into q9-log-block
* Merge branch 'master' into q9-log-block
2020-04-29 16:57:04 +00:00
..
archiver Revert archival deprecations (#5464) 2020-04-16 23:26:10 +00:00
blockchain beacon/log: augment logs with block roots (#5675) 2020-04-29 16:57:04 +00:00
cache Fix tests depending on configuration flag (#5650) 2020-04-27 19:44:35 +00:00
core Add back State To ComputeProposerIndex (#5674) 2020-04-29 15:22:52 +00:00
db Ensure Single Context Used for Beacon Node Cancelation on SIGTERM (#5671) 2020-04-29 02:28:43 +00:00
flags Add Block Batch Limit Flag (#5646) 2020-04-27 09:35:40 -05:00
forkchoice Expose fork choice node (#4819) 2020-02-10 13:09:12 -06:00
gateway Add CORS preflight support (#5177) 2020-03-23 13:17:17 -05:00
interop-cold-start Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
node Ensure Single Context Used for Beacon Node Cancelation on SIGTERM (#5671) 2020-04-29 02:28:43 +00:00
operations Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
p2p Less Noisy P2P Logs (#5607) 2020-04-24 04:10:53 +00:00
powchain Fix tests depending on configuration flag (#5650) 2020-04-27 19:44:35 +00:00
rpc Add back State To ComputeProposerIndex (#5674) 2020-04-29 15:22:52 +00:00
state Fix tests depending on configuration flag (#5650) 2020-04-27 19:44:35 +00:00
sync beacon/log: augment logs with block roots (#5675) 2020-04-29 16:57:04 +00:00
BUILD.bazel Add Geth Logging (#5474) 2020-04-18 06:23:45 +00:00
main.go Add Block Batch Limit Flag (#5646) 2020-04-27 09:35:40 -05: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 Add Block Batch Limit Flag (#5646) 2020-04-27 09:35:40 -05: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.