Files
tendermint/p2p
mergify[bot] 4e25703d58 rpc/jsonrpc/server: return an error in WriteRPCResponseHTTP(Error) (bp #6204) (#6230)
* rpc/jsonrpc/server: return an error in WriteRPCResponseHTTP(Error) (#6204)

instead of panicking
Closes #5529

(cherry picked from commit 00b9524168)

# Conflicts:
#	CHANGELOG_PENDING.md
#	rpc/jsonrpc/server/http_json_handler.go
#	rpc/jsonrpc/server/http_server.go
#	rpc/jsonrpc/server/http_server_test.go
#	rpc/jsonrpc/server/http_uri_handler.go

* resolve conflicts

* fix linting

* fix conflict

Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
Co-authored-by: Marko Baricevic <marbar3778@yahoo.com>
2021-03-17 14:55:05 +00:00
..
2020-09-07 15:03:18 +00:00
2020-09-04 11:58:03 +00:00
2020-10-22 13:36:08 +02:00
2019-04-03 11:22:52 +02:00
2020-05-18 10:20:06 +00:00
2020-09-07 15:03:18 +00:00
2020-09-04 11:58:03 +00:00
2020-09-09 10:21:34 +00:00
2020-02-07 12:53:28 +01:00
2021-02-11 09:50:18 -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
  • Pex for details on peer discovery and exchange
  • Config for details on some config option