ValarDragon f903947ff3 crypto: Remove interface from crypto.Signature
Signatures are now []byte, which saves on the number of bytes after
amino encoding

(squash this) address Ismail's comment
2018-08-05 15:46:57 -04:00
..
2018-07-01 22:36:49 -04:00
2018-07-01 22:36:49 -04:00
2018-07-01 22:36:49 -04:00
2018-07-01 22:36:49 -04:00
2018-07-01 22:36:49 -04:00
2018-07-02 13:04:34 -04:00
2018-07-24 21:53:37 -04:00
2018-07-01 22:36:49 -04:00
2018-07-24 21:53:37 -04: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