-
Notifications
You must be signed in to change notification settings - Fork 324
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
Doesn't seem to redirect CIDv1 #275
Labels
status/blocked/upstream-bug
Blocked by upstream bugs
Comments
Thank you for reporting this! IPFS resources are detected by Let's keep this issue open until the upstream fix is released. |
lidel
added a commit
that referenced
this issue
Sep 12, 2017
Includes CID tests from ipfs-shipyard/is-ipfs#12 Partially solves #275
lidel
added a commit
that referenced
this issue
Sep 12, 2017
Merged
lidel
added a commit
that referenced
this issue
Sep 12, 2017
Includes CID tests from ipfs-shipyard/is-ipfs#12 Partially solves #275
lidel
added a commit
that referenced
this issue
Sep 12, 2017
@djdv I've just published above fixes to Developer Channel as |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using version 2.0.0alpha7
Only the first hash(CIDv0) is anchored and redirected, the other 2(CIDv1) are not, sometimes the other hashes are anchored but only if they're not the first hash and not broken with a line, they're never redirected though.
ipfs add hello.txt
/ipfs/QmcTkUnEKwnnodaCRSVFpFEJTMJNcFfU64cD6s3BxfbWvf
ipfs add --cid-version=1 hello.txt
/ipfs/zb2rhkWWWwy77qJ1n4ghAnFktRkJT66psfWqGjvQ3bc3W2U8r
ipfs add --chunker=rabin --cid-version=1 --hash=Blake2b-256 hello.txt
/ipfs/zCT5htke6LPUaHfrtDJkv15EekGG8xnY3eHE52ZbnBphinybqchC
/ipfs/zCT5htke6LPUaHfrtDJkv15EekGG8xnY3eHE52ZbnBphinybqchC
^not anchored
/ipfs/QmcTkUnEKwnnodaCRSVFpFEJTMJNcFfU64cD6s3BxfbWvf
/ipfs/zCT5htke6LPUaHfrtDJkv15EekGG8xnY3eHE52ZbnBphinybqchC
^anchored
The text was updated successfully, but these errors were encountered: