prysm-pulse/beacon-chain
terence tsao 1ced4754db Add signatures to logs (#4095)
* Enhance logging with sig
* Fixed
* Merge branch 'master' into add-sig
* Merge branch 'master' into add-sig
* Merge branch 'master' of https://github.com/prysmaticlabs/prysm into add-sig
* signature via debug
* Merge branch 'add-sig' of https://github.com/prysmaticlabs/prysm into add-sig
* Merge branch 'master' into add-sig
* Merge branch 'master' into add-sig
* Merge branch 'master' into add-sig
2019-11-26 20:36:18 +00:00
..
archiver Move StateInitialized and ChainStarted to state feed (#4084) 2019-11-23 03:35:47 +00:00
blockchain Speed Up Block Processing In Sync (#4075) 2019-11-26 07:15:54 +00:00
cache Rename featureconfig.Flag to Flags (#4063) 2019-11-19 21:03:00 -06:00
core Add signatures to logs (#4095) 2019-11-26 20:36:18 +00:00
db Do not save duplicated indices (#4118) 2019-11-26 13:26:35 -06:00
flags Speed Up Block Processing In Sync (#4075) 2019-11-26 07:15:54 +00:00
gateway gRPC Gateway: Emit JSON empty fields by default (#4085) 2019-11-22 03:36:47 +00:00
interop-cold-start Improve Beacon Node Logging UX (#3600) 2019-10-01 15:05:17 -05:00
node Speed Up Block Processing In Sync (#4075) 2019-11-26 07:15:54 +00:00
operations Aggregator selection from RPC to validator client (#4071) 2019-11-22 05:11:38 +00:00
p2p Do not save duplicated indices (#4118) 2019-11-26 13:26:35 -06:00
powchain Move StateInitialized and ChainStarted to state feed (#4084) 2019-11-23 03:35:47 +00:00
rpc Add signatures to logs (#4095) 2019-11-26 20:36:18 +00:00
sync Revert "Update Pending Queue (#4066)" (#4101) 2019-11-24 21:05:51 -08:00
BUILD.bazel Revert "Reverts the Revert (#4011)" (#4026) 2019-11-17 22:48:22 -08:00
main.go Added the panic capture so that information about panic gets into the log file (#3877) 2019-11-06 10:18:51 -06:00
README.md update beacon chain spec link (#1897) 2019-03-05 18:54:58 -05:00
usage_test.go Add a gRPC gateway (#2604) 2019-06-02 08:33:44 -07:00
usage.go allow passing no,prompt,force options to clear-db (#3871) 2019-10-31 17:55:32 +08: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.