tendermint/p2p
Anton Kaliaev aa5495f24e p2p: add RPCAddress to NodeInfoOther.String() (#2442)
- remove second AminoVersion from
https://github.com/tendermint/tendermint/pull/2426/files#diff-f2fefc7a06ea0d1e0a910196901e50aaR86

Refs #2433
2018-09-19 15:54:14 +02:00
..
conn update secret connection to use a little endian encoded nonce (#2264) 2018-08-28 09:37:38 +04:00
dummy preserve original address and dial it instead of self-reported address (#1994) 2018-07-18 13:23:29 +04:00
pex p2p: Integrate new Transport 2018-09-18 22:26:43 +02:00
trust libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 2018-08-10 09:25:57 +04:00
upnp libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 2018-08-10 09:25:57 +04:00
README.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
base_reactor.go libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 2018-08-10 09:25:57 +04:00
conn_set.go p2p: Implement PeerTransport 2018-09-18 22:26:43 +02:00
errors.go p2p: Integrate new Transport 2018-09-18 22:26:43 +02:00
fuzz.go fix import paths 2018-07-01 22:36:49 -04:00
key.go crypto: Remove Ed25519 and Secp256k1 suffix on GenPrivKey 2018-07-20 10:44:21 -07:00
key_test.go fix import paths 2018-07-01 22:36:49 -04:00
metrics.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
netaddress.go libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 2018-08-10 09:25:57 +04:00
netaddress_test.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
node_info.go p2p: add RPCAddress to NodeInfoOther.String() (#2442) 2018-09-19 15:54:14 +02:00
peer.go p2p: Integrate new Transport 2018-09-18 22:26:43 +02:00
peer_set.go fix nil pointer panic by checking if peer is nil 2018-06-29 16:03:31 +04:00
peer_set_test.go libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 2018-08-10 09:25:57 +04:00
peer_test.go p2p: Integrate new Transport 2018-09-18 22:26:43 +02:00
switch.go p2p: Integrate new Transport 2018-09-18 22:26:43 +02:00
switch_test.go p2p: Integrate new Transport 2018-09-18 22:26:43 +02:00
test_util.go p2p: Integrate new Transport 2018-09-18 22:26:43 +02:00
transport.go p2p: Implement PeerTransport 2018-09-18 22:26:43 +02:00
transport_test.go p2p: Implement PeerTransport 2018-09-18 22:26:43 +02:00
types.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
version.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
wire.go crypto: Refactor to move files out of the top level directory 2018-07-18 08:38:44 -07:00

README.md

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