Alex Potsides
Alex Potsides
## Summary Adds a protocol note for how to encode paths to Unix domain sockets as strings, that may include the delimiting character of `/`. This allows us to append...
In order to test webkit interop, build docker images with the `BROWSER` build arg set to `webkit`. ~~I think we might need this before the tests in https://github.com/libp2p/js-libp2p/pull/2541 will actually...
WebTransport has been supported in Firefox since 125, so we can test interop now.
:robot: I have created a release *beep* *boop* --- bitswap: 2.0.6 ## [2.0.6](https://github.com/ipfs/helia/compare/bitswap-v2.0.5...bitswap-v2.0.6) (2025-05-09) ### Dependencies * The following workspace dependencies were updated * dependencies * @helia/utils bumped from ^1.2.2...
For when you know that certain peers have some or all of the blocks you want, allow passing providers to session implementations to start from instead of always querying the...
I get this error when loading the gateway checker at https://ipfs.github.io/public-gateway-checker : ``` Uncaught (in promise) TypeError: Failed to register a ServiceWorker for scope ('https://ipfs.github.io/') with script ('https://ipfs.github.io/sw.js'): A bad...
### Summary The WebRTC Direct spec says: > On success of the authentication handshake, the used datachannel is closed and the plain WebRTC connection is used with its multiplexing capabilities...
I sometimes see this error while running pubsub tests using `go-ipfs` over the js `ipfs-http-client`: ``` HTTPError: connect QmewgY9zBbguYZmTjjhXmzLdmEWk7UJc7bDmnNQiex1PtR failure: failed to dial QmewgY9zBbguYZmTjjhXmzLdmEWk7UJc7bDmnNQiex1PtR: all dials failed * [/ip4/127.0.0.1/tcp/52633] failed...
The old [wrtc](https://www.npmjs.com/package/wrtc) module has been rebooted as [@roamhq/wrtc](https://www.npmjs.com/package/@roamhq/wrtc). We should evaluate it's performance vs [node-datachannel](https://www.npmjs.com/package/node-datachannel). The [@libp2p/webrtc](https://github.com/libp2p/js-libp2p/tree/main/packages/transport-webrtc) should be updated to use `@roamhq/wrtc` - if a PR can be...