libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.github.io/js-libp2p/
Other
2.34k stars 447 forks source link

chore: move transport interface tests to integration package #2813

Closed achingbrain closed 2 weeks ago

achingbrain commented 2 weeks ago

Breaks sibling dependencies between interface tests and transports which means a fix to the connection encrypter interface tests don't cause a tcp release which causes a libp2p release which causes a webrtc release.

Change checklist