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
GET_PROVIDERS
Implement the GET_PROVIDERS command:
This command is similar to GET_VALUE. One possible solution is to extend GetRecordContext to support two different messages:
GET_VALUE
GetRecordContext
litep2p/src/protocol/libp2p/kademlia/query/get_record.rs
Lines 83 to 84 in a27d007
Lines 117 to 118 in a27d007
The text was updated successfully, but these errors were encountered:
Superseded by #201 & #202.
Sorry, something went wrong.
No branches or pull requests
Implement the
GET_PROVIDERS
command:This command is similar to
GET_VALUE
. One possible solution is to extendGetRecordContext
to support two different messages:litep2p/src/protocol/libp2p/kademlia/query/get_record.rs
Lines 83 to 84 in a27d007
litep2p/src/protocol/libp2p/kademlia/query/get_record.rs
Lines 117 to 118 in a27d007
The text was updated successfully, but these errors were encountered: