-
Notifications
You must be signed in to change notification settings - Fork 998
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
docs: add pk records insertion example #4567
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for opening this! I think that is a good start, happy to go down that path :)
Failing checks due to problems upstream... |
@pradt2 Can you please look at https://github.com/pradt2/rust-libp2p/pull/1? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool improvement.
This pull request has merge conflicts. Could you please resolve them @pradt2? 🙏 |
@thomaseizinger I merged your PR and resolved the merge conflicts. is this now ready to be merged? |
It is! Thank you for the contribution :) |
Description
In the original issue I mention that a lot of external dependencies would be needed to insert records into the IPFS DHT. While this is still true for IPNS-type records, I found that PK-type records can be created with no need for external code. Thus, I decided to try and enhance the already existing example and add the option to insert a PK record there.
Resolves #2263.