Alex Potsides
Alex Potsides
E.g. a CID suitable for use with `@helia/json` has the `.code` value `0x200` - if a CID without this codec is passed to `@helia/json`.get it should error saying something like:...
Currently Helia takes a blockstore that it enhances with bitswap. This creates a hard dependency on bitswap. To enable experimentation and adoption of faster/more use-case specific retrieval protocols (cars, graphsync,...
Adds a metrics implementation that is scrapable by a browser DevTools plugin. ## Change checklist - [x] I have performed a self-review of my own code - [x] I have...
The existing approach is for Circuit Relay v2 servers to publish provider records for a pre-determined CID, then would-be relay clients look up providers of this CID. As the query...
Calls the functions added to libjuice in https://github.com/paullouisageneau/libjuice/pull/248 (this needs to be merged & released before CI will pass here). Exports a `OnUnhandledStunRequest` function that can be passed a callback...
Adds rpc between the metrics impl and the devtools page. Metrics sends events to devtools, and devtools invokes methods on the metrics. ## Change checklist - [ ] I have...
:robot: I have created a release *beep* *boop* --- mplex: 10.1.1 ## [10.1.1](https://github.com/libp2p/js-libp2p/compare/mplex-v10.1.0...mplex-v10.1.1) (2024-07-01) ### Bug Fixes * move mplex capabilities to the factory ([#2597](https://github.com/libp2p/js-libp2p/issues/2597)) ([0b55625](https://github.com/libp2p/js-libp2p/commit/0b55625d146940994a306101650a55ee58e32f6c)) webrtc: 4.1.1 ## [4.1.1](https://github.com/libp2p/js-libp2p/compare/webrtc-v4.1.0...webrtc-v4.1.1)...
To parse non-cryptographic peer ids from http servers, add the url peer id type. ## Change checklist - [x] I have performed a self-review of my own code - [...
If the user passes an `onProgress` callback to a dial request, invoke the callback with progress events during the dial. ## Change checklist - [x] I have performed a self-review...
Supports listening and dialing WebRTC Direct multiaddrs in Node.js. Depends on: - [x] https://github.com/libp2p/go-libp2p/issues/2827 - [ ] https://github.com/paullouisageneau/libjuice/pull/248 - [x] https://github.com/paullouisageneau/libdatachannel/pull/1206 - [x] https://github.com/paullouisageneau/libdatachannel/pull/1207 - [x] https://github.com/murat-dogan/node-datachannel/pull/258 - [x] https://github.com/murat-dogan/node-datachannel/pull/259...