Files
tendermint/p2p
Marko 6b71b928be dep: update tm-db to 0.4.0 (#4289)
* dep: update tm-db to 0.4.0

- update 0.4.0 as it is a breaking change and cannot be handled by depndabot

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>

*  more work towards error handling

* error and emtpy bytes handling

* work on tests

* add changelog entry, change some error handling

* address some pr comments

* panic in a few more places

* move error higher up

* redo some error handling

* fix some bz == nil to len(bz) == 0

* change statebytes
2020-01-13 18:45:16 +01:00
..
2019-12-17 13:02:45 +01:00
2019-12-17 13:02:45 +01:00
2020-01-13 18:45:16 +01:00
2019-12-05 10:12:08 +01:00
2019-11-16 19:35:39 +04:00
2019-01-22 13:23:18 -05:00
2019-04-03 11:22:52 +02:00
2019-12-17 13:02:45 +01:00
2019-12-17 13:02:45 +01:00
2019-12-05 10:12:08 +01:00
2019-01-11 17:41:02 -05:00
2019-12-17 13:02:45 +01:00
2019-12-17 13:02:45 +01: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