mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-05 19:40:44 +00:00
* delete dummy mock and use mock mock instead:
- this fixes the build/test/linter issues in #77
- this replicates some of the changes of d2f3a306be
(see https://github.com/tendermint/tendermint/pull/3487#discussion_r269620510)
* delete obsolete mockPeer (how often did we mock this?)
p2p
The p2p package provides an abstraction around peer-to-peer communication.
Docs:
- Connection for details on how connections and multiplexing work
- Peer for details on peer ID, handshakes, and peer exchange
- Node for details about different types of nodes and how they should work
- Pex for details on peer discovery and exchange
- Config for details on some config option