-
Notifications
You must be signed in to change notification settings - Fork 108
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
[ipfs/go-bitswap] update go-lipb2p #72
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. |
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. |
it has been done since |
This repo should be updated to use go-libp2p v0.22.0 (which deprecates go-libp2p-core).
The main change that needs to happen (other than a rewrite of import paths) is a change of this test: https://github.com/ipfs/go-bitswap/blob/4e3736a773545bf09d5178a2be24043b76560f87/network/ipfs_impl_test.go#L501-L516
The stream notifications were removed from the
Notifiee
interface a while ago: libp2p/go-libp2p-core#250The text was updated successfully, but these errors were encountered: