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

kad: Implement FindManyNodesContext #80

Open
lexnv opened this issue Apr 19, 2024 · 0 comments
Open

kad: Implement FindManyNodesContext #80

lexnv opened this issue Apr 19, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@lexnv
Copy link
Collaborator

lexnv commented Apr 19, 2024

The FindManyNodesContext was introduced in #77.
It currently generates a PUT_VALUE for the static list of provided peers.

Extend this functionality to drive multiple FindNodeContext queries.
When the user provides a peer who's address is not stored in the routing table, a FindNodeContext query should be executed.

This functionality is needed to keep parity with libp2p implementation.

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

No branches or pull requests

2 participants