You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Vladislav Dmitriyev 7c22e47629 Replaced NodeInfo's pubkey to ID (#1443) 6 years ago
..
conn Merge branch 'develop' into jae/aminoify 6 years ago
dummy fixes post merge 6 years ago
pex Replaced NodeInfo's pubkey to ID (#1443) 6 years ago
trust fixes from Jae's review 6 years ago
upnp Merge branch 'develop' into jae/aminoify 6 years ago
CHANGELOG.md move into p2p package 7 years ago
README.md Merge branch 'develop' into p2p-consolidate 7 years ago
base_reactor.go Fix lint errors (#1390) 6 years ago
errors.go p2p: tmconn->conn and types->p2p 7 years ago
fuzz.go more linting 7 years ago
key.go improve `show_node_id` (#1433) 6 years ago
key_test.go remove PoW from ID 7 years ago
listener.go require addresses to have an ID by default 6 years ago
listener_test.go linting errors: tackle p2p package 7 years ago
netaddress.go Merge branch 'develop' into jae/aminoify 6 years ago
netaddress_test.go require addresses to have an ID by default 6 years ago
node_info.go Replaced NodeInfo's pubkey to ID (#1443) 6 years ago
peer.go Replaced NodeInfo's pubkey to ID (#1443) 6 years ago
peer_set.go Fix lint errors (#1390) 6 years ago
peer_set_test.go Replaced NodeInfo's pubkey to ID (#1443) 6 years ago
peer_test.go Replaced NodeInfo's pubkey to ID (#1443) 6 years ago
switch.go Replaced NodeInfo's pubkey to ID (#1443) 6 years ago
switch_test.go Replaced NodeInfo's pubkey to ID (#1443) 6 years ago
test_util.go Replaced NodeInfo's pubkey to ID (#1443) 6 years ago
types.go p2p: tmconn->conn and types->p2p 7 years ago
version.go move into p2p package 7 years ago
wire.go P2P now works with Amino 6 years ago

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