prysm-pulse/beacon-chain
Nishant Das 6d2ce49c06 Send Status For Already Connected Peers (#3698)
* do not reject if peer is already in status map

* add space

* remove space
2019-10-03 06:53:57 -07:00
..
archiver Improve Beacon Node Logging UX (#3600) 2019-10-01 15:05:17 -05:00
blockchain SetupInitialDeposits() now returns deposit data roots (#3683) 2019-10-02 10:50:34 +08:00
cache Add active indices functionality to cache (#3629) 2019-09-29 12:10:11 -07:00
core Fix Validator Activation (#3684) 2019-10-02 13:26:11 -07:00
db Add database API for creating backups (#3694) 2019-10-03 17:29:49 +08:00
flags Archiver Service Definition (#3507) 2019-09-18 09:30:02 -05:00
gateway Improve Beacon Node Logging UX (#3600) 2019-10-01 15:05:17 -05:00
interop-cold-start Improve Beacon Node Logging UX (#3600) 2019-10-01 15:05:17 -05:00
node Add database API for creating backups (#3694) 2019-10-03 17:29:49 +08:00
operations SetupInitialDeposits() now returns deposit data roots (#3683) 2019-10-02 10:50:34 +08:00
p2p Add database API for creating backups (#3694) 2019-10-03 17:29:49 +08:00
powchain Replace junk test data with real values (#3689) 2019-10-02 22:01:03 -07:00
rpc Fix Validator Activation (#3684) 2019-10-02 13:26:11 -07:00
sync Send Status For Already Connected Peers (#3698) 2019-10-03 06:53:57 -07:00
BUILD.bazel Cold start for interop (#3437) 2019-09-11 13:38:35 -05:00
main.go only enable libp2p logs when trace level logging (#3680) 2019-10-01 08:38:21 -07: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 Archiver Service Definition (#3507) 2019-09-18 09:30:02 -05: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.