prysm-pulse/beacon-chain
Jim McDonald 646411b881 Log connections (#4143)
* Log connections
* Merge branch 'master' into logconnection
* Merge branch 'master' into logconnection
* Merge branch 'master' into logconnection
2019-12-01 01:37:42 +00:00
..
archiver Apply Patch Rules to Use EthereumAPIs Generated Protos in Prysm (#4112) 2019-11-27 05:08:18 +00:00
blockchain Update forkchoice spec link to v0.9.0 (#4147) 2019-11-30 05:48:18 +00:00
cache Apply Patch Rules to Use EthereumAPIs Generated Protos in Prysm (#4112) 2019-11-27 05:08:18 +00:00
core Add votes to tree graph (#4127) 2019-11-27 06:07:52 +00:00
db Remove pruned states check (#4153) 2019-11-30 05:07:13 +00:00
flags Speed Up Block Processing In Sync (#4075) 2019-11-26 07:15:54 +00:00
gateway Apply Patch Rules to Use EthereumAPIs Generated Protos in Prysm (#4112) 2019-11-27 05:08:18 +00:00
interop-cold-start Apply Patch Rules to Use EthereumAPIs Generated Protos in Prysm (#4112) 2019-11-27 05:08:18 +00:00
node Implement ListPeers API call (#4151) 2019-11-30 05:36:02 +00:00
operations Removed unused mocks (#4135) 2019-11-27 14:52:24 -06:00
p2p Log connections (#4143) 2019-12-01 01:37:42 +00:00
powchain Apply Patch Rules to Use EthereumAPIs Generated Protos in Prysm (#4112) 2019-11-27 05:08:18 +00:00
rpc Implement ListPeers API call (#4151) 2019-11-30 05:36:02 +00:00
sync Update lastUpdated on peerstatus.Set() (#4152) 2019-11-30 19:47:08 +00: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.