prysm-pulse/beacon-chain
2019-12-11 15:48:48 -06:00
..
archiver Add operation feed (#4215) 2019-12-07 17:57:26 +00:00
blockchain Enforce stronger head state operations (#4216) 2019-12-09 15:35:18 +08:00
cache remove old cache for active indices. this is not used in production and will soon be replaced (#4264) 2019-12-11 15:48:48 -06:00
core remove old cache for active indices. this is not used in production and will soon be replaced (#4264) 2019-12-11 15:48:48 -06:00
db Enforce stronger head state operations (#4216) 2019-12-09 15:35:18 +08: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 fix order (#4228) 2019-12-09 22:31:53 +08:00
node Add operation feed (#4215) 2019-12-07 17:57:26 +00:00
operations Fix flaky TestKV_Aggregated_CanSaveRetrieve (#4253) 2019-12-11 06:08:54 +00:00
p2p Advanced peer tracking (#4233) 2019-12-11 18:31:36 +08:00
powchain Add operation feed (#4215) 2019-12-07 17:57:26 +00:00
rpc Initialize server context for beacon server (#4260) 2019-12-11 16:37:05 +00:00
sync Tidy up "Requesting blocks" log in initial sync (#4256) 2019-12-11 17:32:38 +00:00
BUILD.bazel Change BLS to Herumi Again (#4181) 2019-12-03 20:29:05 +00: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.