-
Notifications
You must be signed in to change notification settings - Fork 38
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
Backwards compatibility for ipldbridge #82
Comments
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
Finally, remember to use https://discuss.ipfs.io if you just need general support. |
@aschmahmann I will look into this today, response should come in by EOD eastern |
@jsonsivar branch https://github.com/ipfs/go-ipfs/tree/chore/bump-graphsync-dep should take care of your problem. Please test it when time permits and report back. Apologies for the delays! |
Thank you for this @ribasushi. Will give it a shot and confirm here. cc @maurycy |
@ribasushi Just tested this out and it fixed it 👍 Thanks again. Not sure if we need to wait for it to get merged before closing this but will let you close it as you see fit. Is it safe to assume this fix will be in the next release of |
thanks @ribasushi yep the solution is for sure to upgrade graphsync in IPFS |
This is merged/in RC |
docs(CHANGELOG): update for 0.6.4
Hello - so our project Space (https://github.com/fleekhq/space-daemon) is using both
github.com/textileio/textile
andgo-ipfs
. Textile brings in some Filecoin dependencies so there is now a conflict in the expected version ofgo-graphsync
between Filecoin andgo-ipfs
.The problem is that since
ipldbridge
was removed afterv0.0.5
in this repo,go-ipfs
v0.6.0
still depends on that. Meanwhile the Filecoin dependencies listed here need a newer version ofgo-graphsync
:Are there plans to make this compatible with both Filecoin and IPFS? Apologies if this isn't the best place to post this, maybe it should be done on the Filecoin side but thought I'd start here and get some input before proceeding. Thanks in advance!
The text was updated successfully, but these errors were encountered: