prysm-pulse/beacon-chain
Nishant Das a440c32155 Blacklist Peer if they fail Handshake too many times (#3815)
* add new changes

* add changes to set

* Revert "add changes to set"

This reverts commit 07fd48c15fede3c592d837e5620cbd6e7020baef.

* Revert "Revert "add changes to set""

This reverts commit 6b84a6017e9939e1bb2cfac3553bcc427a680bcd.

* new changes

* add blacklist

* gaz

* add test

* fix visibility

* Update beacon-chain/sync/rpc_status_test.go

Co-Authored-By: Preston Van Loon <preston@prysmaticlabs.com>

* preston's review
2019-10-21 17:43:44 -07:00
..
archiver Improve Beacon Node Logging UX (#3600) 2019-10-01 15:05:17 -05:00
blockchain Check attestations bitfield overlaps (#3804) 2019-10-18 17:41:27 -07:00
cache Clean up feature flag namings (#3715) 2019-10-07 14:11:49 +09:00
core Refactor operation service.go into smaller files (#3808) 2019-10-21 09:37:50 -07:00
db Better aggregated attestations pool (#3761) 2019-10-16 23:46:07 -07:00
flags Archiver Service Definition (#3507) 2019-09-18 09:30:02 -05:00
gateway Gateway registers gRPC gateway handlers (#3818) 2019-10-21 17:15:57 -07:00
interop-cold-start Improve Beacon Node Logging UX (#3600) 2019-10-01 15:05:17 -05:00
node Clean up feature flag namings (#3715) 2019-10-07 14:11:49 +09:00
operations Refactor operation service.go into smaller files (#3808) 2019-10-21 09:37:50 -07:00
p2p Blacklist Peer if they fail Handshake too many times (#3815) 2019-10-21 17:43:44 -07:00
powchain Additional log information for invalid deposits (#3740) 2019-10-08 18:28:20 +08:00
rpc Reject blocks from the future in regular sync (#3799) 2019-10-18 11:30:14 +08:00
sync Blacklist Peer if they fail Handshake too many times (#3815) 2019-10-21 17:43:44 -07:00
BUILD.bazel some fixes for bazel v1 (#3754) 2019-10-12 16:55:56 +09:00
main.go remove fluentd timestamp (#3708) 2019-10-03 20:56:10 -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.