Wormhole uses QUIC draft-29 which is deprecated in libp2p v0.30.0 #3348
-
Wormhole needs to upgrade to libp2p v0.30.0 in order to get golang 1.21 support. Migration strategies(1) Dual-Stack transition period
Con: Requires software upgrade and configuration changes for guardians and subscribers; Requires exposing an additional port for Guardians (2) Timed concurrent upgrade
(3) ... other ideas?... |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
-
After some offline discussion, it sounds like the Wormhole project is pursuing option (2) for now, since it requires less coordination between network participants. The next steps will be to develop a release candidate and test it thoroughly. |
Beta Was this translation helpful? Give feedback.
-
Did some prototyping in both tilt and with Had to change references to
|
Beta Was this translation helpful? Give feedback.
-
This has been deployed to testnet and will be deployed to mainnet January 16, 2024 thanks to the hard work of @bruce-riley. |
Beta Was this translation helpful? Give feedback.
-
Mainnet cut over is set for January 16th, 2024. |
Beta Was this translation helpful? Give feedback.
-
Mainnet went live with |
Beta Was this translation helpful? Give feedback.
-
The cutover happened on Jan 16th as planned, closing discussion |
Beta Was this translation helpful? Give feedback.
Did some prototyping in both tilt and with
go test
.Had to change references to
/quic
to/quic-v1
and change the port number from8999
to something else. I used7999
.