-
Notifications
You must be signed in to change notification settings - Fork 107
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
Pinning doesn't work with @helia/json #246
Comments
The same does work with |
achingbrain
added a commit
that referenced
this issue
Aug 25, 2023
Since the json codec is bundled with multiformats we should add a dag walker for it to allow pinning json blocks. Fixes #246
No, there's no dag walker configured for the json codec - one is added by #247 which should resolve this issue. |
achingbrain
added a commit
that referenced
this issue
Sep 2, 2023
Since the json codec is bundled with multiformats we should add a dag walker for it to allow pinning json blocks. Fixes #246
This was referenced Jan 8, 2024
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to pin data that I imported using
@helia/json
. Am I doing something wrong?The text was updated successfully, but these errors were encountered: