Skip to content

Releases: wormhole-foundation/wormhole

v2.32.0 Mezo testnet

18 Mar 13:53
df918bb
Compare
Choose a tag to compare
v2.32.0 Mezo testnet Pre-release
Pre-release

Key changes

Added Mezo testnet support. To enable it, please use these config parameters:

--mezoRPC YOUR_MEZO_RPC
--mezoContract 0x268557122Ffd64c85750d630b716471118F323c8

What's Changed

Full Changelog: v2.31.0...v2.32.0

v2.31.0 Bepolia

12 Mar 22:10
307c2e6
Compare
Choose a tag to compare
v2.31.0 Bepolia Pre-release
Pre-release

What's Changed

Full Changelog: v2.30.0...v2.31.0

v2.30.0 Ink mainnet

06 Mar 16:29
a9efee2
Compare
Choose a tag to compare

Key changes

Versions v2.28.0 and v2.29.0 were not directly proposed to mainnet guardians. Their changelogs are copied below.

Ink mainnet

Added Ink mainnet support. To enable it, please use these config parameters:

--inkRPC YOUR_INK_RPC
--inkContract 0xCa1D5a146B03f6303baF59e5AD5615ae0b9d146D

EVM chain ID verification

#4116 adds a check to verify that each EVM watcher is connected to the correct chain by verifying the EVM chain ID matches what is expected. If this error is detected, the watcher will fail with an "evm chain ID miss match" error.


P2P peer protection

#4292 adds the ability to specify a set of P2P peer IDs that should be added to the protected list. Please see the pull request for usage details.

What's Changed (v2.30.0)

Full Changelog: v2.29.0...v2.30.0

What's Changed (v2.29.0)

Full Changelog: v2.28.0...v2.29.0

What's Changed (v2.28.0)

Full Changelog: v2.27.0...v2.28.0

v2.29.0

05 Mar 17:06
d36a16c
Compare
Choose a tag to compare
v2.29.0 Pre-release
Pre-release

What's Changed

Full Changelog: v2.28.0...v2.29.0

v2.28.0

27 Feb 13:59
4706a9f
Compare
Choose a tag to compare
v2.28.0 Pre-release
Pre-release

Key changes

This release adds a check to verify that each EVM watcher is connected to the correct chain by verifying the EVM chain ID matches what is expected. If this error is detected, the watcher will fail with an "evm chain ID miss match" error.

What's Changed

Full Changelog: v2.27.0...v2.28.0

v2.27.0

18 Feb 18:09
2ea519c
Compare
Choose a tag to compare

Key changes

This version fixes an issue where the guardian hangs in case the Loki telemetry APi isn't responsive. Please reenable Loki logging at your convenience as you upgrade to this release.

What's Changed

Full Changelog: v2.26.0...v2.27.0

v2.26.0 Unichain and Berachain mainnet

11 Feb 21:48
425b48b
Compare
Choose a tag to compare

Key changes

Added Unichain mainnet and Berachain mainnet support. To enable them, please use these config parameters:

--unichainRPC YOUR_UNICHAIN_RPC
--unichainContract 0xCa1D5a146B03f6303baF59e5AD5615ae0b9d146D
--berachainRPC YOUR_BERACHAIN_RPC
--berachainContract 0xCa1D5a146B03f6303baF59e5AD5615ae0b9d146D

What's Changed

Full Changelog: v2.25.0...v2.26.0

v2.25.0

28 Jan 15:58
c888252
Compare
Choose a tag to compare

Key changes

Solana Shim (testnet only)

This release adds support for the Solana Shim contract in testnet only. The shim contract significantly reduces costs of verification on Solana to increase the competitiveness of Wormhole messaging. This feature should not be enabled until all testnet guardians running Solana have updated to this release. Please talk to the WF support team before enabling this feature. To enable it, add the following parameters:

--solanaRPC SOLANA_RPC
--solanaContract 3u8hJUVTA4jH1wYAyUur7FFZVQ8H635K3tSHHF4ssjQ5
--solanaShimContract EtZMZM22ViKMo4r5y4Anovs3wKQ2owUmDpjygnMMcdEX

Movement testnet

This release also adds support for Movement in testnet. To enable Movement, add the following parameters:

--movementRPC MOVEMENT_RPC
--movementAccount a7b37796439f725373fe4835793cd2eed7a1db639bbb220c72be8904ec5e2a7a
--movementHandle 0xa7b37796439f725373fe4835793cd2eed7a1db639bbb220c72be8904ec5e2a7a::state::WormholeMessageHandle

As part of adding Movement support the following grafana metrics have been changed to be indexed by the chain name
where the valid chains are "aptos" and "movement". If you use these metrics, please update accordingly.

  • wormhole_aptos_observations_confirmed_total
  • wormhole_aptos_current_height

Governor limits

Over the weekend of week 3 2025, an urgent proposal was discussed among mainnet guardians to temporarily double governor limits for Ethereum and Solana, which in the end were not adopted. The increased traffic turned out to be very short lived, as such the increase was reverted back to the original in #4247

What's Changed

New Contributors

Full Changelog: v2.24.18...v2.25.0

v2.24.20

19 Jan 15:56
883d94a
Compare
Choose a tag to compare
v2.24.20 Pre-release
Pre-release

Key changes

Doubled the governor limits for Ethereum and Solana from 100m -> 200m and 50m -> 100m respectively to facilitate a massive increase in cross chain volume.

v2.24.19 was not proposed to mainnet guardians as it did not include any relevant changes for them, but the changelog for that version is copied below.

What's Changed (v2.24.20)

What's Changed (v2.24.19)

Full Changelog: v2.24.19...v2.24.20

v2.24.18.1

19 Jan 20:14
Compare
Choose a tag to compare
v2.24.18.1 Pre-release
Pre-release

Key changes

This is a patch release from the most recent stable v2.24.18, with the commit to double the governor limits from Ethereum and Solana (100m -> 200m and 50m -> 100m respectively) copied into.

Full Changelog: v2.24.18...v2.24.18.1