Files
tendermint/p2p
Marko 7e2cc1db5e linter: (1/2) enable errcheck (#5064)
## Description

partially cleanup in preparation for errcheck

i ignored a bunch of defer errors in tests but with the update to go 1.14 we can use `t.Cleanup(func() { if err := <>; err != nil {..}}` to cover those errors, I will do this in pr number two of enabling errcheck.

ref #5059
2020-07-01 15:13:11 +00:00
..
2020-04-29 10:47:00 +02:00
2020-07-01 15:13:11 +00:00
2020-06-29 16:07:37 +02:00
2020-02-21 19:21:39 +01:00
2019-04-03 11:22:52 +02:00
2020-07-01 15:13:11 +00:00
2020-05-18 10:20:06 +00:00
2020-07-01 15:13:11 +00:00
2020-02-07 12:53:28 +01:00
2020-05-27 11:36:42 +00:00

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