ipfs / interop

Interoperability tests for IPFS Implementations (on-the-wire interop)
Other
32 stars 15 forks source link

feat: enable relay v2 tests for js-ipfs #576

Closed achingbrain closed 1 year ago

achingbrain commented 1 year ago

Circuit Relay v2 is being implemented in https://github.com/libp2p/js-libp2p/pull/1533 - we should be able to add it with minimal changes to js-ipfs so enable the tests here to prove interop.

achingbrain commented 1 year ago

Circuit relay v2 tests should be run as part of libp2p interop in https://github.com/libp2p/interop

Helia will have it's own interop suite which focusses more on IPFS things, so libp2p things should be tested elsewhere.