-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Can't retrieve raw nodes using the dag cli/http api #6076
Comments
Stebalien
added a commit
to ipfs/go-merkledag
that referenced
this issue
Mar 13, 2019
No, this is because our current IPLD implementation doesn't currently have a nice way to translate between node types. Quick fix: ipfs/go-merkledag#36. Longer term fix requires https://github.com/ipld/go-ipld-prime. |
Stebalien
added a commit
to ipfs/go-merkledag
that referenced
this issue
Mar 13, 2019
Jorropo
pushed a commit
to ipfs/boxo
that referenced
this issue
Mar 15, 2023
fixes ipfs/kubo#6076 This commit was moved from ipfs/go-merkledag@9f35e3e
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can add and fetch a CBOR node via the CLI:
But if I add the same data as a raw node I can't get the data back:
Since it's a raw node I would have expected to to just blurt out the raw data and (potentially) make my console go all weird in the same way as the block api:
Is this intentional?
Version information:
The text was updated successfully, but these errors were encountered: