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

Implement IPNS #1

Open
3 of 5 tasks
dariusc93 opened this issue Jul 11, 2022 · 2 comments
Open
3 of 5 tasks

Implement IPNS #1

dariusc93 opened this issue Jul 11, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request p:low Low Priority

Comments

@dariusc93
Copy link
Owner

dariusc93 commented Jul 11, 2022

The base of IPNS was removed (giving some example in commits df8a12e, af7d88b, etc) leaving only dnslink portion in tack. Since libp2p have came a long way since then, we should be able to make use of DHT to put IPNS records.

Note: This will be done in a separate crate that would be imported into rust-ipfs

@dariusc93 dariusc93 added the enhancement New feature or request label Jul 11, 2022
@dariusc93 dariusc93 self-assigned this Jul 11, 2022
@dariusc93 dariusc93 added the p:low Low Priority label Dec 8, 2022
@iohzrd
Copy link

iohzrd commented Feb 11, 2023

My app uses/bundles Kubo, but I need to switch to a pure rust implementation of IPFS so it can go mobile, etc. It relies heavily on IPNS functionality, so I'm interested in contributing to this issue. Your write up here is very helpful and should get me on the right track, but I'm curious if you have any additional info or suggestions that might help.

@dariusc93
Copy link
Owner Author

Hey! Thank you for your response. IPNS, to say the least, been low priority for me since I been focusing on cleaning up and improving the overall functionality before focusing on IPNS (which i will say may be able to solve some of the things I use this project for too). As to when I will actually get to IPNS is hard to say, especially since I do need to review changes made in rust-libp2p again from libp2p/rust-libp2p#2712 to make sure im understanding the API changes.

At this time, however, I dont have any additional info for this. Regardless, all contributions are welcome. If you do have questions feel free to ask!

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

No branches or pull requests

2 participants