Skip to content

Releases: wormhole-foundation/wormhole

v2.55.0 0Gravity, Moca, SVM shim patch

29 Jan 18:30
e11926a

Choose a tag to compare

Several earlier versions were not proposed to mainnet guardians. The below changelog shows the diff between this and the most recent version that was rolled out to mainnet.

Key changes

SVM shim reobservation logic
This release contains the security patch related to how reobservations interact with the SVM shim contract.

0Gravity support

This release adds support for 0Gravity testnet and mainnet.

To enable it on mainnet, use the following config parameters:

--zeroGravityRPC YOUR_RPC
--zeroGravityContract 0xC699482c17d43b7D5349F2D3f58d61fEFA972B8c //mainnet

To enable it on testnet, use the following config parameters:

--zeroGravityRPC YOUR_RPC
--zeroGravityContract 0x059560c0D626bdB982454b5EBd65DC8E7cF7973c //testnet

Moca mainnet
This release adds support for Moca mainnet.

To enable it, use the following config parameters:

--mocaRPC YOUR_RPC
--mocaContract 0xaBf89de706B583424328B54dD05a8fC986750Da8

What's Changed

New Contributors

Full Changelog: v2.51.0...v2.55.0

v2.55.0 with Stacks support

29 Jan 18:35
0195fd2

Choose a tag to compare

Pre-release

Key changes

This release is cut from the ext-integration/stacks branch and is only intended to be run by a single testnet guardian instance. The code changes within have not yet gone through the usual contributor review process and are intended for testing purposes only, and only in a way that makes sure that potential issues within this version don't impact liveness on other testnets.

Since the previous Stacks release, nothing Stacks related changed. This release is only cut to incorporate unrelated upstream changes.

What's Changed

Full Changelog: v2.53.0-stacks...v2.55.0-stacks

v2.55.0 with Aztec support

29 Jan 18:34
10e7280

Choose a tag to compare

Pre-release

Key changes

This release is cut from the ext-integration/aztec branch and is only intended to be run by a single testnet guardian instance. The code changes within have not yet gone through the usual contributor review process and are intended for testing purposes only, and only in a way that makes sure that potential issues within this version don't impact liveness on other testnets.

Since the previous Aztec release, nothing Aztec related changed. This release is only cut to incorporate unrelated upstream changes.

What's Changed

Full Changelog: v2.53.0-aztec...v2.55.0-aztec

v2.54.0 More node connections on testnet

20 Jan 16:06

Choose a tag to compare

What's Changed

Full Changelog: v2.53.0...v2.54.0

v2.53.0 with Stacks support

13 Jan 17:56
ed74d3c

Choose a tag to compare

Pre-release

Key changes

This release is cut from the ext-integration/stacks branch and is only intended to be run by a single testnet guardian instance. The code changes within have not yet gone through the usual contributor review process and are intended for testing purposes only, and only in a way that makes sure that potential issues within this version don't impact liveness on other testnets.

Since the previous Stacks release, nothing Stacks related changed. This release is only cut to incorporate unrelated upstream changes.

What's Changed

Full Changelog: v2.52.0-stacks...v2.53.0-stacks

v2.53.0 with Aztec support

13 Jan 17:56
5843424

Choose a tag to compare

Pre-release

Key changes

This release is cut from the ext-integration/aztec branch and is only intended to be run by a single testnet guardian instance. The code changes within have not yet gone through the usual contributor review process and are intended for testing purposes only, and only in a way that makes sure that potential issues within this version don't impact liveness on other testnets.

Since the previous Aztec release, nothing Aztec related changed. This release is only cut to incorporate unrelated upstream changes.

What's Changed

Full Changelog: v2.52.0-aztec...v2.53.0-aztec

v2.53.0 Monad testnet redeployment

13 Jan 17:52
29e77b2

Choose a tag to compare

Pre-release

Key changes

This release adds support for the new Monad testnet after its wipe and regenesis. Please remove the old monadRPC and monadContract keys from your testnet configuration as you upgrade to this version, and instead use:

--monadTestnetRPC YOUR_RPC
--monadTestnetContract 0xaBf89de706B583424328B54dD05a8fC986750Da8

What's Changed

Full Changelog: v2.52.0...v2.53.0

v2.52.0 with Stacks support

07 Jan 21:24
677ef23

Choose a tag to compare

Pre-release

Key changes

This release is cut from the ext-integration/stacks branch and is only intended to be run by a single testnet guardian instance. The code changes within have not yet gone through the usual contributor review process and are intended for testing purposes only, and only in a way that makes sure that potential issues within this version don't impact liveness on other testnets.

Since the previous Stacks release, nothing Stacks related changed. This release is only cut to incorporate unrelated upstream changes.

What's Changed

New Contributors

Full Changelog: v2.49.0-stacks...v2.52.0-stacks

v2.52.0 with Aztec support

07 Jan 21:22
53ec605

Choose a tag to compare

Pre-release

Key changes

This release is cut from the ext-integration/aztec branch and is only intended to be run by a single testnet guardian instance. The code changes within have not yet gone through the usual contributor review process and are intended for testing purposes only, and only in a way that makes sure that potential issues within this version don't impact liveness on other testnets.

Since the previous Aztec release, nothing Aztec related changed. This release is only cut to incorporate unrelated upstream changes.

What's Changed

New Contributors

Full Changelog: v2.50.0-aztec...v2.52.0-aztec

v2.52.0 Moca mainnet

07 Jan 19:37
2831e8d

Choose a tag to compare

v2.52.0 Moca mainnet Pre-release
Pre-release

Key changes

This release adds support for Moca mainnet.

To enable it, use the following config parameters:

--mocaRPC YOUR_RPC
--mocaContract 0xaBf89de706B583424328B54dD05a8fC986750Da8

What's Changed

New Contributors

Full Changelog: v2.51.0...v2.52.0