-
-
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
Config to force hash verification for local retrieval #2259
Labels
exp/expert
Having worked on the specific codebase is important
help wanted
Seeking public contribution on this issue
Milestone
Comments
👍 |
e.g. |
whyrusleeping
added
the
exp/expert
Having worked on the specific codebase is important
label
Feb 1, 2016
kevina
added a commit
to ipfs-filestore/go-ipfs
that referenced
this issue
May 6, 2016
Note that as per issue ipfs#2259 content is not verified for local retrieval so changing the file content will not always be detected. License: MIT Signed-off-by: Kevin Atkinson <[email protected]>
kevina
added a commit
to ipfs-filestore/go-ipfs
that referenced
this issue
May 6, 2016
Note that as per issue ipfs#2259 content is not verified for local retrieval so changing the file content will not always be detected. License: MIT Signed-off-by: Kevin Atkinson <[email protected]>
kevina
added a commit
to ipfs-filestore/go-ipfs
that referenced
this issue
May 6, 2016
Note that as per issue ipfs#2259 content is not verified for local retrieval so changing the file content will not always be detected. License: MIT Signed-off-by: Kevin Atkinson <[email protected]>
RichardLitt
added
help wanted
Seeking public contribution on this issue
and removed
help wanted
Seeking public contribution on this issue
labels
May 31, 2016
kevina
added a commit
to ipfs-filestore/go-ipfs
that referenced
this issue
Jun 1, 2016
Note that as per issue ipfs#2259 content is not verified for local retrieval so changing the file content will not always be detected. License: MIT Signed-off-by: Kevin Atkinson <[email protected]>
kevina
added a commit
to ipfs-filestore/go-ipfs
that referenced
this issue
Jun 1, 2016
Note that as per issue ipfs#2259 content is not verified for local retrieval so changing the file content will not always be detected. License: MIT Signed-off-by: Kevin Atkinson <[email protected]>
kevina
added a commit
to ipfs-filestore/go-ipfs
that referenced
this issue
Jun 1, 2016
Note that as per issue ipfs#2259 content is not verified for local retrieval so changing the file content will not always be detected. License: MIT Signed-off-by: Kevin Atkinson <[email protected]>
kevina
added a commit
to ipfs-filestore/go-ipfs
that referenced
this issue
Jun 2, 2016
Note that as per issue ipfs#2259 content is not verified for local retrieval so changing the file content will not always be detected. License: MIT Signed-off-by: Kevin Atkinson <[email protected]>
Closed
If the option proposed here is added, it should add a check here: https://github.com/ipfs/go-ipfs/blob/master/blocks/blockstore/blockstore.go#L93 to rehash the block (call |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
exp/expert
Having worked on the specific codebase is important
help wanted
Seeking public contribution on this issue
As per the IRC discussion https://botbot.me/freenode/ipfs/msg/58755967, content hashes are verified only when the content is retrieved from network. The hashes are not verified when retrieved from local storage. But verifying hashes for local retrieval helps us to detect disk corruption. So please provide a config to enable hash verification even for local retrieval.
The text was updated successfully, but these errors were encountered: