Files
tendermint/p2p
Thane Thomson 7e812661f3 p2p: fix logspam (#9756) (#9763)
Since starting off as a wee validator, I've been mystified by the volume of p2p logspam, which often makes it impossible to monitor other tasks. Thus, routine p2p events, have been cast into the land of debug.

---

#### PR checklist

- [x] Tests written/updated, or no tests needed
- [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
- [x] Updated relevant documentation (`docs/`) and code comments, or no
      documentation updates needed

Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
2022-12-02 17:37:47 -05:00
..
2022-08-30 12:28:46 -04:00
2022-08-30 12:28:46 -04:00
2019-04-03 11:22:52 +02:00
2022-08-30 12:28:46 -04:00
2022-08-10 14:35:14 -04:00
2020-09-07 15:03:18 +00:00
2020-09-04 11:58:03 +00:00
2022-07-26 22:53:15 +02:00
2022-08-10 14:35:14 -04:00
2022-12-02 17:37:47 -05:00
2020-09-07 15:03:18 +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
  • Config for details on some config option