Zebra/zebra-network/src
Henry de Valence 95f2463188 Try workaround for generator autotrait bug
> Added a test that the handshake's version message matches specified fields, but the test does not compile, because rustc doesn't believe that the Box<dyn std::error::Error + Send + Sync + 'static> is 'static, and therefore isn't a Box<dyn std::error::Error + Send + Sync + 'static>. This manifests as being unable to spawn the connect_isolated task. From digging through Tokio issues I believe that this is an instance of rust-lang/rust#64552 .

Co-authored-by: Jane Lusby <jlusby42@gmail.com>
2020-09-17 12:02:20 -07:00
..
peer Update the inv message processing comment 2020-09-09 15:29:38 -07:00
peer_set network: implement transaction request handling. (#1016) 2020-09-08 10:16:29 -07:00
protocol network: implement transaction request handling. (#1016) 2020-09-08 10:16:29 -07:00
address_book.rs network: add AddressBook::potentially_connected_peers(). 2020-09-07 11:13:15 -07:00
config.rs Update the peerset buffer size and sync timeout 2020-09-08 12:44:33 -07:00
constants.rs Adjust the EWMA decay for the latest sync timeout 2020-09-09 15:35:09 -07:00
isolated.rs Try workaround for generator autotrait bug 2020-09-17 12:02:20 -07:00
lib.rs network: add a zebra_network::connect_isolated() method. 2020-09-17 12:02:20 -07:00
meta_addr.rs cleanup warnings throughout codebase 2020-05-27 15:42:29 -04:00
peer.rs Move server.rs to connection.rs and change imports. 2020-01-16 13:20:03 -05:00
peer_set.rs Implement Inventory Tracking RFC (#963) 2020-09-01 14:28:54 -07:00
policies.rs Fix sync algorithm. (#887) 2020-08-12 16:48:01 -07: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