tendermint/p2p
Zarko Milosevic 12675ecd92 consensus: Wait timeout precommit before starting new round (#2493)
* Disable transitioning to new round upon 2/3+ of Precommit nils

Pull in ensureVote test function from https://github.com/tendermint/tendermint/pull/2132

* Add several ensureX test methods to wrap channel read with timeout

* Revert panic in tests
2018-10-04 09:37:13 -04:00
..
conn consensus: Wait timeout precommit before starting new round (#2493) 2018-10-04 09:37:13 -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 metrics: Add additional metrics to p2p and consensus (#2425) 2018-09-25 13:14:38 +02: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 consensus: Wait timeout precommit before starting new round (#2493) 2018-10-04 09:37:13 -04: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 metrics: Add additional metrics to p2p and consensus (#2425) 2018-09-25 13:14:38 +02:00
peer_test.go p2p: Integrate new Transport 2018-09-18 22:26:43 +02:00
switch.go metrics: Add additional metrics to p2p and consensus (#2425) 2018-09-25 13:14:38 +02:00
switch_test.go p2p: Integrate new Transport 2018-09-18 22:26:43 +02:00
test_util.go consensus: Wait timeout precommit before starting new round (#2493) 2018-10-04 09:37:13 -04:00
transport.go metrics: Add additional metrics to p2p and consensus (#2425) 2018-09-25 13:14:38 +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