-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Networking: multiple relays, dial known nodes, allow&block-list #524
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #524 +/- ##
==========================================
- Coverage 92.30% 92.21% -0.10%
==========================================
Files 102 102
Lines 16070 16100 +30
==========================================
+ Hits 14834 14847 +13
- Misses 1236 1253 +17
☔ View full report in Codecov by Sentry. |
@@ -116,7 +124,7 @@ impl P2pandaBehaviour { | |||
|
|||
// Create a rendezvous client behaviour with default configuration if a rendezvous server | |||
// address has been provided | |||
let rendezvous_client = if network_config.relay_address.is_some() { | |||
let rendezvous_client = if !network_config.relay_addresses.is_empty() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to rename this field to relay_nodes
, but let's do this later
e040a33
to
59ba41c
Compare
📋 Checklist
Add tests that cover your changesCHANGELOG.md