Alex Potsides
Alex Potsides
[src/message/rpc.proto](https://github.com/ChainSafe/js-libp2p-gossipsub/blob/master/src/message/rpc.proto) is already `proto3` syntax so I'm not sure anything is blocked here?
Actually looking at this more, this is `proto2` with the `syntax` field set to `proto3`. 1. There is an error on [this line](https://github.com/ChainSafe/js-libp2p-gossipsub/blob/master/src/message/rpc.proto#L17) - `proto3` does not have a `required`...
Superseded by #1164 - all deps are now up to date!
Some progress on react-native compatibility for js-libp2p - https://github.com/libp2p/js-libp2p/issues/2136#issuecomment-1849999462
Closing due to staleness.
This module has been refactored and is now ESM only so `require` can't be used to load it. Please open a new issue if you're still having problems.
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...
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...
I'm trying to look into your demo repo but it crashes for me on startup. I've cloned the repo, run `npm i` and `npm start` and I get: ``` Starting...
I think this is functioning as expected, though it's a little counter-intuitive. The first call fails but it causes the kubo node to start subscribing to the topic for the...