prysm-pulse/beacon-chain
Nishant Das 387f7b28c1
Add Buffer For Inbound Peers (#8018)
* allow inbound peers

* comment

* gaz

* gaz

* Update deps.bzl

Co-authored-by: Shay Zluf <thezluf@gmail.com>

* add test

* re-arrange imports

* fix up

* fix tests

* gaz

* Update beacon-chain/p2p/service_test.go

* fmt

Co-authored-by: Victor Farazdagi <simple.square@gmail.com>
Co-authored-by: Shay Zluf <thezluf@gmail.com>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2020-12-02 10:45:28 -06:00
..
blockchain Improve genesis event log and load blocks to fork choice log (#7946) 2020-12-01 00:06:16 +00:00
cache handle correctly (#7851) 2020-11-18 21:12:12 +08:00
core Remove listen for ChainStarted in WaitForChainStart (#7849) 2020-11-18 05:51:00 +00:00
db Fix instances of "The result of append is not used anywhere SCC-SA4010" (#7812) 2020-11-13 22:54:12 +00:00
flags Added flag for specifying header request limit (#7896) 2020-11-26 18:38:52 +00:00
forkchoice Forkchoice: update read only lock to regular lock (#7633) 2020-10-24 16:35:18 +00:00
gateway Add Validator RPC Endpoint to Retrieve Beacon + Validator Logs Websocket Endpoints (#7981) 2020-11-27 18:28:45 +00:00
interop-cold-start Improve genesis event log and load blocks to fork choice log (#7946) 2020-12-01 00:06:16 +00:00
node Add Validator RPC Endpoint to Retrieve Beacon + Validator Logs Websocket Endpoints (#7981) 2020-11-27 18:28:45 +00:00
operations Remove a few old metrics (#7825) 2020-11-16 18:27:41 +00:00
p2p Add Buffer For Inbound Peers (#8018) 2020-12-02 10:45:28 -06:00
powchain Added flag for specifying header request limit (#7896) 2020-11-26 18:38:52 +00:00
rpc Add Validator RPC Endpoint to Retrieve Beacon + Validator Logs Websocket Endpoints (#7981) 2020-11-27 18:28:45 +00:00
state Fix Miscellaneous Deep Source Issues (#8007) 2020-11-30 19:55:30 -06:00
sync Pending block queue lock fixes (#8002) 2020-12-02 11:50:37 +02:00
BUILD.bazel Fix creation time of beacon-node, validator and slasher (#7886) 2020-11-21 21:37:03 +00:00
main.go Added flag for specifying header request limit (#7896) 2020-11-26 18:38:52 +00:00
README.md Fix Up READMEs for Mainnet (#7910) 2020-11-23 18:47:55 +00:00
usage_test.go Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
usage.go Added flag for specifying header request limit (#7896) 2020-11-26 18:38:52 +00:00

Prysmatic Labs Beacon Chain Implementation

This is the main project folder for the beacon chain implementation of eth2 written in Go by Prysmatic Labs.

You can also read our main README and join our active chat room on Discord.

Discord

Also, read the official beacon chain specification, this design spec serves as a source of truth for the beacon chain implementation we follow at Prysmatic Labs.