prysm-pulse/beacon-chain
Nishant Das c5dcf49ded Add Flag For Minimum Handshakes (#4280)
* add flag
* jim and preston's review
* check max peers
* gaz
* Merge branch 'master' of https://github.com/prysmaticlabs/geth-sharding into minStatusCount
* remove space
* add references
* add warning log
* change log
* gaz
2019-12-13 15:12:49 +00:00
..
archiver Add operation feed (#4215) 2019-12-07 17:57:26 +00:00
blockchain Removed active count and shuffling cache (#4266) 2019-12-12 01:15:44 +00:00
cache Deprecate active count and committee cache flags (#4276) 2019-12-13 14:00:29 +00:00
core Removed active count and shuffling cache (#4266) 2019-12-12 01:15:44 +00:00
db Deprecate active count and committee cache flags (#4276) 2019-12-13 14:00:29 +00:00
flags Add Flag For Minimum Handshakes (#4280) 2019-12-13 15:12:49 +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 Removed active count and shuffling cache (#4266) 2019-12-12 01:15:44 +00:00
p2p Give peers a chance (#4268) 2019-12-12 14:34:28 +00:00
powchain Removed active count and shuffling cache (#4266) 2019-12-12 01:15:44 +00:00
rpc Deprecate active count and committee cache flags (#4276) 2019-12-13 14:00:29 +00:00
sync Add Flag For Minimum Handshakes (#4280) 2019-12-13 15:12:49 +00:00
BUILD.bazel Change BLS to Herumi Again (#4181) 2019-12-03 20:29:05 +00:00
main.go Add Flag For Minimum Handshakes (#4280) 2019-12-13 15:12:49 +00: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 Add Flag For Minimum Handshakes (#4280) 2019-12-13 15:12:49 +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.