Alex Potsides
Alex Potsides
The `libp2p` module does not include a `main` field in it's `package.json`, instead it uses an [export map](https://nodejs.org/dist/latest-v16.x/docs/api/packages.html#exports) with a `"."` property which is the default package entry point. When...
After about 10 hours running I start seeing `MaxListenersExceededWarning`: ``` node:internal/process/warning:50 (node:81670) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 _device listeners added to [Ssdp]. Use emitter.setMaxListeners() to increase limit at...
### Version v14.20.0, v16.16.0, v18.7.0 ### Platform Darwin MacBook-Pro-5.localdomain 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:37 PDT 2022; root:xnu-8020.121.3~4/RELEASE_ARM64_T6000 arm64 ### Subsystem _No response_ ### What steps will...
All except vite because the sync build is failing
Upgrades all deps to latest versions including libp2p
## Steps 1. Support DHT client mode * E.g. be able to make queries for content and peers 2. Implement autonat * To become a server (e.g. to store DHT...
The preload nodes will have the new experimental go-ipfs DHT implementation deployed which speeds up IPNS record put/gets. We should use a delegate to use the preload nodes for ipfs...
The fix to enhanced-resolve should have made it into a release now.
`[email protected]` changed the default type of `catch` variables from `any` to `unknown` so now we have to ensure that we are dealing with `Error` instances otherwise `tsc` flags it as...
The json object emitted by protobufjs seems to be incompatible with it's own INamespace definition in the latest release so switch to using generated code. This should be a bit...