-
Notifications
You must be signed in to change notification settings - Fork 228
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
chore: update deps #974
chore: update deps #974
Conversation
Mostly boxo + libp2p.
7abbfa6
to
f7d06b1
Compare
go-libp2p-kad-dht/query_test.go Lines 42 to 65 in 25d299e
It seems that with I haven't been able to find where this change of behavior comes from in libp2p. cc: @sukunrt @MarcoPolo |
Some bisecting shows that the issue with The culprit seems to be libp2p/go-libp2p@17ba661 |
I have updated |
@guillaumemichel You can also close the swarm if you want. But the behavior change in go-libp2p is intentional. |
Let's continue the discussion in the go-libp2p issue. |
4667e81
to
5669815
Compare
I've removed 4667e81 and updated go-libp2p. |
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.
Connectedness issues will be addressed in #976 if necessary
Mostly boxo + libp2p.