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
Originally posted on discord
A UCAN encoded from nftstorage/ucan-storage is not accepted by rs-ucan because of the missing field ucv.
ucv
found via git blame that in <v0.9 ucv was in the header, and in 0.10 in the payload..
Can't use TS-ucan with rs-ucan
Posted an issue to update TS-ucan ucan-wg/ts-ucan#105 ...
but what about backwards compatibility? Too much work for pre-1.0? Or actually wanted?
The text was updated successfully, but these errors were encountered:
FYI - This ts lib is compatible with UCAN spec 0.10 and seems to be the successor to ts-ucan https://github.com/fission-codes/stack/tree/main/packages/ucan
Sorry, something went wrong.
No branches or pull requests
Summary
Originally posted on discord
Problem
A UCAN encoded from nftstorage/ucan-storage is not accepted by rs-ucan because of the missing field
ucv
.found via git blame that in <v0.9
ucv
was in the header, and in 0.10 in the payload..Impact
Can't use TS-ucan with rs-ucan
Solution
Posted an issue to update TS-ucan ucan-wg/ts-ucan#105 ...
but what about backwards compatibility?
Too much work for pre-1.0?
Or actually wanted?
The text was updated successfully, but these errors were encountered: