Alex Potsides
Alex Potsides
@saremeskandary your project uses [ts-node](https://www.npmjs.com/package/ts-node) which hasn't seen any updates for nearly two years so is quite out of date at this point. Node.js has new [type-stripping](https://nodejs.org/en/learn/typescript/run-natively) features which reduce...
I'm converting this to a draft as it's blocked on https://github.com/ipfs/specs/pull/504
Here's a reproduction without using the polyfill API, if it's useful: ```js import { nodeDataChannel } from 'node-datachannel' // Log Level // nodeDataChannel.initLogger("Debug") // increase `chunks` until `Peer2` no longer...
This PR just adds a failing test, the bug is still present.
You can run this test easily with [until-death](https://www.npmjs.com/package/until-death): ```console until-death npm test ``` For me it'll pass 2-3 times before failing: ```console % until-death npm test > [email protected] test >...
I think you need to update the lockfile.
@tysonclugg can you regenerate the lockfile to fix the CI failures?
Opened as a draft because the tests still need a bit of work. The mock network code was removed from `@libp2p/interface-compliance-tests` - to bridge the gap I think multistream-select just...
I suggest just removing the `engines` block entirely. js-libp2p code supports current & latest node (whatever that is at the time) and doesn't use any npm features so this just...
Small nit but it might be worth adding a test that asserts instances of `GosspSub` make `isPubSub` return true?