Alex Potsides

Results 223 issues of Alex Potsides

There is a js-ipfs tag but no js-libp2p tag

need/triage

`@chainsafe/noise` has an optimisation where the buffer containing incoming encrypted data is reused for the decrypted data to avoid allocing a new buffer. This data arrives as a `Uint8ArrayList` so...

perf

I almost changed the default to something bigger because it improves the benchmark results.. It's probably worth stating explicitly what the chunk size is so every implementation uses the same...

perf

Ping listeners implementations seem to all bind to random ports during test runs, then report their multiaddr to redis. Dialers receive the multiaddr from redis and dial it. This is...

Noise has exported this function as of v10

This module exposes a HTTP class that lets you make HTTP requests. It accepts and returns interfaces from the browser fetch spec. Internally it juggles multiple fetch implementations between browsers,...

kind/maintenance
effort/days
status/blocked

:robot: I have created a release *beep* *boop* --- bitswap: 1.1.1 ## [1.1.1](https://github.com/ipfs/helia/compare/bitswap-v1.1.0...bitswap-v1.1.1) (2024-05-20) ### Dependencies * The following workspace dependencies were updated * dependencies * @helia/utils bumped from ^0.3.0...

autorelease: pending

Replace the codec-specific `.dagWalkers` property with a generic dag walker internally that uses the `Block` interface from the `multicodecs` module. - Removes the `.dagWalkers` property from the Helia interface -...