-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Migrate to go-ipld-prime #7909
Comments
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
Finally, remember to use https://discuss.ipfs.io if you just need general support. |
There are a few teams looking into this, but yeah, we should have a tracking issue. |
@oed - do you have specific interfaces to the go-ipfs library / cli that you hope to use but can't because they're currently not ipld-prime aware? I'm starting to try to scope scope getting the interfaces ipld-prime aware so that |
@willscott We have an implementation of go-dag-jose here: https://github.com/alexjg/go-dag-jose |
@hannahhoward, @gammazero, @acruikshank, and @mvdan and I are starting to dig into what needs to happen here. We've put together an initial inventory of the packages with ipld-format dependencies. The first milestone we're breaking off is becoming opinionated with what interface we want to replace the current |
I guess this can be closed now, or when 0.10 is released 🎉 |
Would be great to hear your experience of dag-jose codec working in the current master. Are you able to get it integrated as a plugin? You're right though that this issue can be closed :) |
I noticed that there was not issue explicitly tracking support for go-ipld-prime, so I created this issue. Looks like #6208 mentions it but not as a primary focus.
Would like to understand what the timeline for this looks like. I'm currently blocked from using go-ipfs because my project requires the dag-jose ipld codec, which is implemented for go-ipld-prime.
The text was updated successfully, but these errors were encountered: