Alex Potsides
Alex Potsides
Closing as this appears to have been resolved in the latest version.
libp2p has a persistent peer store, and peers are selected from the store to be dialled on start up so I think this can be closed. The other issue is...
This can be accomplished using the `pnet` module bundled with js-libp2p - please see [the docs](https://libp2p.github.io/js-libp2p/modules/pnet.html) for how to configure this.
Please port your app to use https://github.com/ipfs/js-kubo-rpc-client in place of `ipfs-http-client` - it's a drop-in replacement and is where Kubo fixes and compatibility updates will land in future.
The DHT is enabled by default in [Helia](https://www.npmjs.com/package/helia) - if anyone is watching this issue for updates, please see the [migration guide](https://github.com/ipfs/helia/wiki/Migrating-from-js-IPFS) and update as soon as possible.
`@helia/ipns` uses the libp2p ContentRouting interface to resolve content (including the `get` operations necessary to support IPNS) so there's nothing further to do on that front, the question is more...
I was just about to link to the same one!
js-ipfs is being deprecated in favor of [Helia](https://github.com/ipfs/helia). You can https://github.com/ipfs/js-ipfs/issues/4336 and [read the migration guide](https://github.com/ipfs/helia/wiki/Migrating-from-js-IPFS). js-IPFS switched to ESM in version `0.63.x` so this is complete!
Thank you so much for opening this PR and for your patience in getting it merged. js-ipfs is being deprecated in favor of [Helia](https://github.com/ipfs/helia). You can https://github.com/ipfs/js-ipfs/issues/4336 and [read the...
Thank you so much for opening this PR and for your patience in getting it merged. js-ipfs is being deprecated in favor of [Helia](https://github.com/ipfs/helia). You can https://github.com/ipfs/js-ipfs/issues/4336 and [read the...