We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add support for content providers to litep2p Kademlia implementation.
This is needed to implement RFC-0008: Store parachain bootnodes in relay chain DHT and RFC-0059: Add a discovery mechanism for nodes based on their capabilities with litep2p network backend.
RFC-0008: Store parachain bootnodes in relay chain DHT
RFC-0059: Add a discovery mechanism for nodes based on their capabilities
MemoryStore
ADD_PROVIDER
GET_PROVIDERS
The text was updated successfully, but these errors were encountered:
litep2p
libp2p
dmitry-markin
Successfully merging a pull request may close this issue.
Add support for content providers to litep2p Kademlia implementation.
This is needed to implement
RFC-0008: Store parachain bootnodes in relay chain DHT
andRFC-0059: Add a discovery mechanism for nodes based on their capabilities
with litep2p network backend.MemoryStore
with provider records #195ADD_PROVIDER
&GET_PROVIDERS
RPCs #201The text was updated successfully, but these errors were encountered: