zebra/zebra-network/src
Henry de Valence fa4ba442eb Add a MIN_VERSION constant to zebra_network.
When we perform a handshake with a remote peer, we need to encode the
version messages with a particular network version before we find out
what the remote peer's version preference is.  So in addition to having
a CURRENT_VERSION constant (which represents our preference), we need to
have a MIN_VERSION during the handshake (and later to determine whether
we'll talk to the peer at all).
2019-09-22 17:06:07 -04:00
..
constants.rs Add a MIN_VERSION constant to zebra_network. 2019-09-22 17:06:07 -04:00
lib.rs Replace `Version` `MetaAddr` with `(Services, SocketAddr)`. (#12) 2019-09-19 09:38:02 -07:00
message.rs Clean parsing via ReadZcashExt read-array helpers. 2019-09-19 12:53:16 -04:00
meta_addr.rs Replace `Version` `MetaAddr` with `(Services, SocketAddr)`. (#12) 2019-09-19 09:38:02 -07:00
types.rs Use rand::thread_rng to impl Default for Nonce. 2019-09-22 17:06:07 -04:00