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 ADD_PROVIDER & GET_PROVIDERS RPCs #201

Closed
Tracked by #196
dmitry-markin opened this issue Aug 13, 2024 · 0 comments · Fixed by #258
Closed
Tracked by #196

kad: Implement ADD_PROVIDER & GET_PROVIDERS RPCs #201

dmitry-markin opened this issue Aug 13, 2024 · 0 comments · Fixed by #258
Assignees
Labels
enhancement New feature or request

Comments

@dmitry-markin
Copy link
Collaborator

dmitry-markin commented Aug 13, 2024

Spec: https://github.com/libp2p/specs/tree/master/kad-dht#content-provider-advertisement-and-discovery

Part of: #196

@dmitry-markin dmitry-markin added the enhancement New feature or request label Aug 13, 2024
@dmitry-markin dmitry-markin self-assigned this Aug 13, 2024
@dmitry-markin dmitry-markin changed the title kad: Implement ADD_PROVIDER & GET_PROVIDERS RPC kad: Implement ADD_PROVIDER & GET_PROVIDERS RPCs Aug 13, 2024
dmitry-markin added a commit that referenced this issue Aug 22, 2024
This implements the `ADD_PROVIDER` & `GET_PROVIDER` Kademlia RPC without
initiating the queries itself. This should already allow participating
in the DHT with content providers and serve all network requests, but
won't allow initiating queries (like getting the content provider &
starting providing) locally.

Implements "server side" of
#201.
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
Status: Blocked ⛔️
Development

Successfully merging a pull request may close this issue.

1 participant