-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support verifiable CAR responses #32
Comments
This was referenced Apr 12, 2023
Closed
olizilla
added a commit
to storacha/dagula
that referenced
this issue
Apr 12, 2023
This will allows us to export verifiable CAR for cid+path requests see: storacha/freeway#32 License: MIT Signed-off-by: Oli Evans <[email protected]>
olizilla
added a commit
to storacha/dagula
that referenced
this issue
Apr 17, 2023
This will allows us to export verifiable CAR for cid+path requests see: storacha/freeway#32 License: MIT Signed-off-by: Oli Evans <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So for a request
GET /ipfs/<cid1>/a/b/cat.gif
we should return the blocks for<cid1>
currently we return "all blocks for cat.gif" which is nice but does not include enough information to verify that the blocks for the cat gif are the ones you would get if you had traversed the dag from yourself. By returning the minimal set of blocks traversed from the root cid in the request path, the caller will have all the bytes they need to verify the path traversal was done correctly.
The text was updated successfully, but these errors were encountered: