prysm-pulse/beacon-chain
Nishant Das 144f37e994
Fix Panics in P2P Service (#5442)
* fix panics
* Merge branch 'master' into smallFixes
* Merge refs/heads/master into smallFixes
* Merge refs/heads/master into smallFixes
2020-04-15 16:20: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 Panics in P2P Service (#5442) 2020-04-15 16:20:44 +00:00
powchain Fix bad log messages for duplicate deposits (#5440) 2020-04-15 14:08:45 +00:00
rpc Modify GetValidatorParticipation to use new state service (#5409) 2020-04-15 11:00:39 -05: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.