Zebra/zebra-network/src
teor e9c9ea91bc
fix(net): Fix handshake timing and error handling (#4772)
* Actually wait between initial peer connections

* Add a missing span to initial handshake tasks

* Forward handshake panics to the calling task

* Clarify a handshake comment

* Wrap the entire handshake in a timeout, not just some messages

* Actually delay spawning initial connections, so we don't flood the network

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-07-31 21:05:52 +00:00
..
address_book fix(network): when connecting to peers, ignore invalid ports, and prefer canonical ports (#4564) 2022-06-14 04:58:37 +00:00
config fix(network): allow more inbound than outbound connections (#3527) 2022-02-14 16:00:31 +00:00
isolated fix(doc): Fix various doc warnings, part 3 (#4611) 2022-06-15 03:57:19 +00:00
meta_addr fix(network): when connecting to peers, ignore invalid ports, and prefer canonical ports (#4564) 2022-06-14 04:58:37 +00:00
peer fix(net): Fix handshake timing and error handling (#4772) 2022-07-31 21:05:52 +00:00
peer_set fix(net): Fix handshake timing and error handling (#4772) 2022-07-31 21:05:52 +00:00
protocol try to do deserialization of transaction in a rayon thread (#4801) 2022-07-22 09:14:58 +10:00
address_book.rs lint(clippy): add `unwrap_in_result` lint (#4667) 2022-06-28 06:22:07 +00:00
address_book_updater.rs Add some missing tracing spans (#4660) 2022-06-23 07:46:02 +00:00
config.rs tests(config): Add tests for old configs (#4676) 2022-06-27 00:07:37 +00:00
constants.rs Release Zebra to 1.0.0-beta.13 (#4765) 2022-07-30 20:20:43 +00:00
isolated.rs fix(doc): Fix various doc warnings, part 2 (#4561) 2022-06-14 01:22:16 +00:00
lib.rs Use `config.toml` instead of inner attributes for private links (#4627) 2022-06-15 23:21:27 +00:00
meta_addr.rs lint(clippy): add `unwrap_in_result` lint (#4667) 2022-06-28 06:22:07 +00:00
peer.rs fix(network): when connecting to peers, ignore invalid ports, and prefer canonical ports (#4564) 2022-06-14 04:58:37 +00:00
peer_set.rs 1. Create an API for a missing inventory registry, but don't register any missing inventory yet (#3255) 2022-02-06 23:05:52 +00:00
policies.rs fix(doc): Fix the syntax of links in comments (#4494) 2022-05-30 20:12:11 +00:00
protocol.rs Refactor protocol into internal, external modules. 2019-11-27 05:06:01 -05:00