zebra/zebra-network/src
Henry de Valence 92ddf0542f Provide impl Zcash[De]Serialize for Vec<T: Zcash[De]Serialize>.
This replaces the read_list function and makes the code significantly cleaner.

The only downside is that it loses exact preallocation, but this is probably not a big deal.
2019-12-31 02:46:39 -05:00
..
peer Upgrade tokio, futures, hyper to released versions. 2019-12-13 17:42:15 -05:00
peer_set Upgrade tokio, futures, hyper to released versions. 2019-12-13 17:42:15 -05:00
protocol Provide impl Zcash[De]Serialize for Vec<T: Zcash[De]Serialize>. 2019-12-31 02:46:39 -05:00
address_book.rs Suppress unused import warnings. 2019-10-22 19:06:08 -07:00
config.rs Fix default port setting. 2019-11-13 18:47:44 -05:00
constants.rs Refactor protocol into internal, external modules. 2019-11-27 05:06:01 -05:00
lib.rs Rename PeerHandshake -> peer::Handshake 2019-11-27 23:53:36 -05:00
meta_addr.rs Remove outdated note. 2019-11-13 18:43:18 -05:00
network.rs Refactor protocol into internal, external modules. 2019-11-27 05:06:01 -05:00
peer.rs cargo fmt 2019-11-27 23:53:36 -05:00
peer_set.rs Move PeerSet initialization into a submodule. 2019-11-27 05:06:01 -05:00
protocol.rs Refactor protocol into internal, external modules. 2019-11-27 05:06:01 -05:00
timestamp_collector.rs Upgrade tokio, futures, hyper to released versions. 2019-12-13 17:42:15 -05:00