-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
holepuncher: pass address function in constructor #2979
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sukunrt
force-pushed
the
sukun/addr-factory
branch
from
September 25, 2024 10:12
2b5fb55
to
3e54651
Compare
sukunrt
force-pushed
the
sukun/holepunch-addrs
branch
2 times, most recently
from
September 25, 2024 13:00
2229f44
to
7b21170
Compare
sukunrt
force-pushed
the
sukun/addr-factory
branch
from
September 25, 2024 13:07
3e54651
to
f79b989
Compare
sukunrt
force-pushed
the
sukun/holepunch-addrs
branch
from
September 25, 2024 14:09
7b21170
to
8787ba7
Compare
sukunrt
force-pushed
the
sukun/addr-factory
branch
from
September 25, 2024 16:45
f79b989
to
bc8f18f
Compare
sukunrt
force-pushed
the
sukun/holepunch-addrs
branch
from
September 25, 2024 16:48
8787ba7
to
89523cb
Compare
MarcoPolo
force-pushed
the
sukun/addr-factory
branch
from
October 16, 2024 19:17
ada26c4
to
71c66ee
Compare
MarcoPolo
force-pushed
the
sukun/holepunch-addrs
branch
from
October 16, 2024 19:27
89523cb
to
bea3bdf
Compare
MarcoPolo
approved these changes
Oct 16, 2024
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.
A couple of nits. I would like to see a test for the issue here
MarcoPolo
added a commit
that referenced
this pull request
Oct 17, 2024
* autonat: fix interaction with autorelay * Fix race in test * Use deadline from context if available for DialBack * Return hasNewAddrs correctly * nit: cleanup contains check * Shuffle peers * nits * Change comment to indicate the bug * holepuncher: pass address function in constructor (#2979) * holepunch: pass address function in constructor * nit * Remove getPublicAddrs --------- Co-authored-by: Marco Munizaga <git@marcopolo.io> * Make a copy of the multiaddr slice in Addrs() --------- Co-authored-by: Marco Munizaga <git@marcopolo.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes: #2966