Skip to content
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

Enable verifiable retrieval on the ipfs.io gateway #105

Closed
reidlw opened this issue Oct 24, 2022 · 1 comment
Closed

Enable verifiable retrieval on the ipfs.io gateway #105

reidlw opened this issue Oct 24, 2022 · 1 comment
Labels
milestone Stale starmaps An issue intended to be rendered within the starmaps.app tool

Comments

@reidlw
Copy link
Contributor

reidlw commented Oct 24, 2022

eta: 2022-12-31

description:
Specification for gateway-verifiable retrieval and implementation in Kubo gateway code.

One major remaining issue is signed IPNS records. We will need to update IPFS specs to define how this works: ipfs/specs#320

Another issue: There is also perf. problem of multiple round-trips when requesting deep sub paths like /ipfs/cid/sub/dir/some/file.jpg → requires 5 requests (1CAR with file.jpg and 4 blocks, one for each dir level)

Done:

Update IPFS specs to define protocol changes to enable verifiable retrieval in all cases
Update (Kubo) Gateway code to address known deficiencies so that we can properly support verifiable retrieval from light clients

@SgtPooki SgtPooki added the starmaps An issue intended to be rendered within the starmaps.app tool label Nov 16, 2022
@github-actions
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Sep 15, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
milestone Stale starmaps An issue intended to be rendered within the starmaps.app tool
Projects
None yet
Development

No branches or pull requests

2 participants