Alex Potsides
Alex Potsides
Closing as js-ipfs is deprecated and this is no longer necessary.
I'm going to close this because I think since the `.provide` method lives on `libp2p`'s `ContentRouter` interface, re-provides should be handled by the various implementations of content routers since they...
Closing as this has been resolved.
js-IPFS is in the process of being deprecated, the replacement is [Helia](https://github.com/ipfs/helia) - please see the [State of IPFS in JS](https://blog.ipfs.tech/state-of-ipfs-in-js/) post for a bit of background and the [migration...
This appears to have been fixed - at least, I run the repro example and the nodes reconnect to each other. If you're still seeing problems, please open an issue...
Helia operates at a block level, modules that implement extra functionality are free to innovate with whatever representation of their arguments they prefer. Please do publish new modules and experiment!
There is a vite example available for Helia here - https://github.com/ipfs-examples/helia-vite
Please see [this comment](https://libp2p.github.io/js-libp2p/modules/pnet.html) on #4267 - in a nutshell this error happens when the publishing node has insufficient network connectivity. Either not enough connections or they cannot dial peers,...
js-IPFS is in the process of being deprecated, the replacement is [Helia](https://github.com/ipfs/helia) - please see the [State of IPFS in JS](https://blog.ipfs.tech/state-of-ipfs-in-js/) post for a bit of background and the [migration...
@travi @gr2m is there any chance you could find some time to review this PR? I've updated it to resolve the recent conflicts, it solves a very real problem when...