mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-08 09:06:52 +00:00
3225aef5c5
* delete dummy mock and use mock mock instead: - this fixes the build/test/linter issues in #77 - this replicates some of the changes of https://github.com/tendermint/tendermint/commit/d2f3a306be5ca4e6890fcab18b14785cceaffb65 (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