prysm-pulse/beacon-chain
Nishant Das 92131695b1
Fix Network Encoder (#5435)
* add new block encoding for snappy
* Merge branch 'master' into fixEncoder
* flip flag
* Merge branch 'fixEncoder' of https://github.com/prysmaticlabs/geth-sharding into fixEncoder
* not an underscore
2020-04-15 03:03:44 +00:00
..
archiver Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
blockchain Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
cache Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
core Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
db Verify historical states exist in node pkg (#5432) 2020-04-14 17:38:52 -07:00
flags Update deposit contract default value for topaz (#5431) 2020-04-14 23:00:36 +00: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 Verify historical states exist in node pkg (#5432) 2020-04-14 17:38:52 -07:00
operations Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
p2p Fix Network Encoder (#5435) 2020-04-15 03:03:44 +00:00
powchain Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
rpc Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
state Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
sync Fix Network Encoder (#5435) 2020-04-15 03:03:44 +00:00
BUILD.bazel Remove old cross compile starlark rules (#5329) 2020-04-07 03:01:20 +00:00
main.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00: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 Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00: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.