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
The name for 0x70 here is "protobuf":
go-cid/cid.go
Line 88 in 6e296c5
In the multicodec table the name for 0x70 is defined as "dag-pb": https://github.com/multiformats/multicodec/blob/master/table.csv#L408
"protobuf" exists in the table but is mapped to 0x50: https://github.com/multiformats/multicodec/blob/master/table.csv#L30
This is creating an interop issue with /api/v0/block/put?format=dag-pb - it's not understood by go-ipfs.
/api/v0/block/put?format=dag-pb
Can this be fixed?
The text was updated successfully, but these errors were encountered:
fix: workaround for ipfs/go-cid#75
2bc33d9
License: MIT Signed-off-by: Alan Shaw <[email protected]>
It doesn't look like these names map to that table. Other issues:
We'll probably need to add aliases (like we do with "v0" and "protobuf").
Sorry, something went wrong.
I believe this was handled in #137 and https://github.com/ipfs/go-cid/releases/tag/v0.2.0
No branches or pull requests
The name for 0x70 here is "protobuf":
go-cid/cid.go
Line 88 in 6e296c5
In the multicodec table the name for 0x70 is defined as "dag-pb":
https://github.com/multiformats/multicodec/blob/master/table.csv#L408
"protobuf" exists in the table but is mapped to 0x50:
https://github.com/multiformats/multicodec/blob/master/table.csv#L30
This is creating an interop issue with
/api/v0/block/put?format=dag-pb
- it's not understood by go-ipfs.Can this be fixed?
The text was updated successfully, but these errors were encountered: