libp2p / js-libp2p-webtransport

WebTranport module that libp2p uses and that implements the interface-transport spec
Other
15 stars 5 forks source link

WebTransport multiaddr format is changing #35

Closed achingbrain closed 1 year ago

achingbrain commented 1 year ago

Old:

/ip4/123.123.123.123/udp/2498/quic/webtransport/certhash/foo/p2p/QmBar

New:

/ip4/123.123.123.123/udp/2498/quic-v1/webtransport/certhash/foo/p2p/QmBar

The quic portion of the WebTransport multiaddr needs to be quic-v1 as quic is for QUIC draft-29 and quic-v1 is for QUIC version 1 (RFC 9000). WebTransport is not supposed to support draft-29.

Ref.

MarcoPolo commented 1 year ago

In the short term, maybe we allow dialing both quic and quic-v1 to support dialing older nodes.

github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 1.0.7 :tada:

The release is available on:

Your semantic-release bot :package::rocket: