{{ message }}
feat:Kademlia support , Braidpool Configuration set up and DNS service . #206
Merged
Conversation
mcelrath
requested changes
Jun 6, 2025
mcelrath
left a comment
Collaborator
There was a problem hiding this comment.
The boot node is reporting to peers a localhost address:
[2025-06-06T14:23:23Z INFO node] received addr /ip4/74.50.123.158/udp/8888/quic-v1 through identify
[2025-06-06T14:23:23Z INFO node] received addr /ip4/127.0.0.1/udp/8888/quic-v1 through identify
Make sure nodes never report local or unroutable IPs to peers at all. The boot node is reporting two multiaddrs for itself, one of which is unusable.
Collaborator
Aritra8438
reviewed
Jun 18, 2025
Co-authored-by: Aritra <aritramajumder8438@gmail.com>
Aritra8438
approved these changes
Jun 18, 2025
mcelrath
approved these changes
Jun 18, 2025
mcelrath
left a comment
Collaborator
There was a problem hiding this comment.
Tested, works, looks good!
mcelrath
pushed a commit
to mcelrath/braidpool
that referenced
this pull request
Nov 18, 2025
…e . (braidpool#206) * braidpool configuration file for binary setup * default configuration file * Adding kademlia support & boot nodes for peer discovery and DNS NS * Update node/Cargo.toml Co-authored-by: Aritra <aritramajumder8438@gmail.com> --------- Co-authored-by: Aritra <aritramajumder8438@gmail.com>
This file contains hidden or 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
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.

Addresses #186 , #177 and #184 #178.