We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
data encoded with CIDv1 cannot be accessed over ipfs.kleros.io/ipfs/{cid} API https://ipfs.kleros.io/ipfs/bafkreicceibxr2urvyycth4tkgsggdzvt3ehmqb6pu5oi56plc2xpj2g3a
ipfs.kleros.io/ipfs/{cid}
IPLD's encoded using
base58btc
Qm...
base32
bafk...
because CIDv1 supports multiple codecs and multiple bases and CIDv0 does not, not all CIDv1 can be converted to CIDv0
as a hotfix: we implement a conditional case based on the prefix type to fetch from corresponding API
Qm..
bafk..
{cid}.ipfs.dweb.link
The text was updated successfully, but these errors were encountered:
No branches or pull requests
data encoded with CIDv1 cannot be accessed over
ipfs.kleros.io/ipfs/{cid}
APIhttps://ipfs.kleros.io/ipfs/bafkreicceibxr2urvyycth4tkgsggdzvt3ehmqb6pu5oi56plc2xpj2g3a
IPLD's encoded using
base58btc
start withQm...
charactersbase32
start withbafk...
multibase prefixbecause CIDv1 supports multiple codecs and multiple bases and CIDv0 does not, not all CIDv1 can be converted to CIDv0
as a hotfix:
we implement a conditional case based on the prefix type to fetch from corresponding API
Qm..
useipfs.kleros.io/ipfs/{cid}
bafk..
use{cid}.ipfs.dweb.link
The text was updated successfully, but these errors were encountered: