Alex Potsides

Results 540 comments of Alex Potsides

The GossipSub [PX algorithm](https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/gossipsub-v1.1.md#prune-backoff-and-peer-exchange) means that when they are pruned, a node will dial other peers subscribed to the topic discovered through PX as part of pruning if those peers...

Please see: https://github.com/ipfs/community/blob/master/SECURITY.md#reporting-abuse

Thanks for opening this. This change needs to be made in the [index file](https://github.com/libp2p/js-libp2p/blob/main/packages/peer-record/src/index.ts) of that module. Please see the [note in the readme](https://github.com/libp2p/js-libp2p/blob/main/packages/peer-record/README.md?plain=1#L12-L25).

> This means that we probably need a dedicated keychain instance in the IPNS class `@helia/http` could also use a libp2p instance that's only configured with HTTP routers? Then you...

> It may increase the [bundle size](https://packagephobia.com/result?p=%40helia%2Fhttp). Looking at the breakdown, the usual suspects are already there - `@libp2p/crypto`, `@noble/hashes`, etc so it might not increase it by that much....

Most of the datastore values are protobuf encoded - it's nice because it has predictable decoding behaviour and uses schemas which will protect us from ourselves. I think storing extra...

Closing as a more configurable version of kubo has shipped.

They are mocha tests run in a browser via playwright test, running on Docker. Here's an example run: https://github.com/libp2p/js-libp2p/actions/runs/5465156410/job/14796171888

@murat-dogan @paullouisageneau do you have any thoughts on this?