2019-08-13 21:12:00 +00:00
|
|
|
/*
|
2021-06-26 19:00:33 +00:00
|
|
|
Package p2p implements the Ethereum consensus networking specification.
|
2019-08-13 21:12:00 +00:00
|
|
|
|
2021-08-19 18:00:57 +00:00
|
|
|
Canonical spec reference: https://github.com/ethereum/consensus-specs/blob/dev/specs/phase0/p2p-interface.md
|
2019-08-13 21:12:00 +00:00
|
|
|
|
|
|
|
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
|