You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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!
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
The text was updated successfully, but these errors were encountered: