prysm-pulse/beacon-chain
Kevin Lu e52df323f7
Added public/private flags for IP address white/blacklisting (#8648)
* Added public/private flags for IP address white/blacklisting

* Provided reference docs for private IP address ranges

* Formatting changes and inline comments for private ip address specification

* @nisdas feedback, commentary fixes

* Added in inverse case where we allow for private address

* changed helper function to take in multiaddr Action as argument, syntax changes for control logic

* minor refactoring to control flow of configFilter and private addr filter helper function

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
Co-authored-by: Nishant Das <nishdas93@gmail.com>
2021-04-21 06:25:30 +00:00
..
blockchain Support authorised access to web 3 providers (#8075) 2021-04-15 11:02:02 +00:00
cache Break long lines in beacon chain package (#8686) 2021-03-30 11:24:46 +00:00
core Update spec tests (#8792) 2021-04-20 23:54:06 +00:00
db Fix typo in comment for LoadGenesis (#8685) 2021-03-30 00:45:14 +00:00
forkchoice Move chainheads to blockchain pkg (#8700) 2021-04-03 11:25:25 +00:00
gateway Use context timeout during gateway service shutdown (#8644) 2021-03-24 05:00:47 +00:00
interop-cold-start ProcessPreGenesisDeposits: Remove context.TODO() usage (#8705) 2021-04-05 15:07:56 +00:00
node POW: remove context from log message (#8782) 2021-04-16 19:16:36 +00:00
operations Embed Config Pattern For Attestation, POW Chain, and RPC Services (#8635) 2021-03-21 16:58:41 +00:00
p2p Added public/private flags for IP address white/blacklisting (#8648) 2021-04-21 06:25:30 +00:00
powchain Add Eth1 Header Timestamp Check (#8771) 2021-04-17 13:55:41 +00:00
rpc Refactor signature function's argument (#8773) 2021-04-15 11:35:53 -07:00
state Thread Context for HTR Methods (#8770) 2021-04-15 12:17:55 +00:00
sync Refactor signature function's argument (#8773) 2021-04-15 11:35:53 -07:00
BUILD.bazel Add Goland Standard "cmd" Pattern for Beacon-Chain Binaries (#8540) 2021-03-02 13:36:03 -06:00
README.md Fix Up READMEs for Mainnet (#7910) 2020-11-23 18:47:55 +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.