-
Notifications
You must be signed in to change notification settings - Fork 128
CID v1 upgrade #267
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
CID v1 upgrade #267
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You know that you can push changes to the dependabot PRs right? :)
packages/ceramic-core/src/anchor/ethereum/ethereum-anchor-service.ts
Outdated
Show resolved
Hide resolved
"ipfs": "github:simonovic86/ipfs", | ||
"ipfs-http-client": "github:simonovic86/ipfs-http-client" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's going on here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The createDagJWS
method that you provided in js-did
library uses, amongst other things, CID v1 and ipld-dag-cbor
v0.17.0 which is not compatible with one used in the latest IPFS release. That's why I forked the js-ipfs and tested it with the latest code. Because of this incompatibility, we're currently blocked with the integration.
IPFS team has released v |
decode