mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 05:17:22 +00:00
a860648960
* remove all mentions * more changes * folder by folder Co-authored-by: terence tsao <terence@prysmaticlabs.com> Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
12 lines
433 B
Go
12 lines
433 B
Go
/*
|
|
Package p2p implements the Ethereum consensus networking specification.
|
|
|
|
Canonical spec reference: https://github.com/ethereum/eth2.0-specs/blob/dev/specs/phase0/p2p-interface.md
|
|
|
|
Prysm specific implementation design docs
|
|
- Networking Design Doc: https://docs.google.com/document/d/1VyhobQRkEjEkEPxmmdWvaHfKWn0j6dEae_wLZlrFtfU/view
|
|
|
|
This package is heavily utilizes the libp2p go implementation by Protocol Labs.
|
|
*/
|
|
package p2p
|