Skip to content
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

fix: ensure DHT routing tables are not empty #150

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

achingbrain
Copy link
Member

@achingbrain achingbrain commented Apr 29, 2024

A recent change in go-libp2p-kad-dht requires non-empty responses to peer queries otherwise go libp2p nodes will not add you to their routing tables, so ensure peers are routable between before continuing the test.

Change checklist

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation if necessary (this includes comments as well)
  • I have added tests that prove my fix is effective or that my feature works

A recent change in `go-libp2p-kad-dht` requires non-empty responses
to peer queries otherwise go libp2p nodes will not add you to their
routing tables.
@achingbrain achingbrain merged commit d603d5b into main Apr 29, 2024
18 checks passed
@achingbrain achingbrain deleted the fix/ensure-peer-routing-tables-are-not-empty branch April 29, 2024 17:25
github-actions bot pushed a commit that referenced this pull request Apr 29, 2024
## [12.0.1](v12.0.0...v12.0.1) (2024-04-29)

### Bug Fixes

* ensure DHT routing tables are not empty ([#150](#150)) ([d603d5b](d603d5b))
Copy link

🎉 This PR is included in version 12.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant