-
Notifications
You must be signed in to change notification settings - Fork 446
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
Circuit Relay v2 follow up work items #1608
Comments
achingbrain
added a commit
that referenced
this issue
Mar 8, 2023
Code sanitation: - splits code and config into transport and server - updates docs - consolidates relay and circuit tests - updates relay discovery to use topology - increases test coverage Bug fixes: - if multiple relays are discovered simultaneously, try to reserve a slot in them in series, otherwise we can end up listening on multiple relays by accident - relay server tags the reserving peer instead of tagging itself - incoming remote address was missing `p2p-circuit` tuple so we were allowing relay to relay forwarding - relay client tags outgoing relay connections fixes: #1608 refs: #1610
achingbrain
added a commit
that referenced
this issue
Mar 9, 2023
Code sanitation: - splits code and config into transport and server - updates docs - consolidates relay and circuit tests - updates relay discovery to use topology - increases test coverage Bug fixes: - if multiple relays are discovered simultaneously, try to reserve a slot in them in series, otherwise we can end up listening on multiple relays by accident - relay server tags the reserving peer instead of tagging itself - incoming remote address was missing `p2p-circuit` tuple so we were allowing relay to relay forwarding - relay client tags outgoing relay connections fixes: #1608 refs: #1610
Merged
achingbrain
added a commit
that referenced
this issue
Mar 14, 2023
Code sanitation: - splits code and config into transport and server - updates docs - consolidates relay and circuit tests - updates relay discovery to use topology - increases test coverage - reuses connection gater for acl instead of introducing a new acl mechanism - adds migration guide Bug fixes: - if multiple relays are discovered simultaneously, try to reserve a slot in them in series, otherwise we can end up listening on multiple relays by accident - relay server tags the reserving peer instead of tagging itself - incoming remote address was missing `p2p-circuit` tuple so we were allowing relay to relay forwarding - relay client tags outgoing relay connections - limit data transfer as total in both directions instead of apply limit to both sides of the relayed stream separately - allow client to refuse incoming relayed connections fixes: #1608 refs: #1610
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally posted by @achingbrain in #1533 (review)
Tasks
The text was updated successfully, but these errors were encountered: