Skip to content

Releases: wormhole-foundation/wormhole

v2.64.0

18 Jun 13:05
Immutable release. Only release title and notes can be modified.
df8bc19

Choose a tag to compare

v2.64.0 Pre-release
Pre-release

Key changes

Sui gRPC support
This release updates the Sui watcher to use Sui's new gRPC service, as json-rpc is being deprecated at the end of June 2026. For a migration guide, refer to https://docs.sui.io/develop/accessing-data/json-rpc-migration.

Guardians must update their suiRPC config option to point to the new gRPC service on their Sui nodes.

Arc support
This release adds support for Arc testnet and mainnet. To enable mainnet, use the following config options:

--arcRPC YOUR_RPC
--arcContract 0xC8aD24fC6063c41cB5C12a8e3851AafC3b3CF027 //this is MAINNET

Tempo mainnet support
This release adds support for Tempo mainnet. To enable it, use the following config options:

--tempoRPC YOUR_RPC
--tempoContract 0xbebdb6C8ddC678FfA9f8748f85C815C556Dd8ac6 //this is MAINNET

Tron testnet support
This release adds support for Tron testnet and mainnet. These release notes will be updated once the mainnet contract is deployed.

--tronRPC YOUR_RPC
--tronContract 0x294b5510a771111df96acbc08515678edf0f83e0 //this is TESTNET

What's Changed

New Contributors

Full Changelog: v2.63.0...v2.64.0

v2.63.0

11 May 19:38
Immutable release. Only release title and notes can be modified.
4028572

Choose a tag to compare

Note: several earlier versions were not proposed to all mainnet guardians, or a new release was cut during the time multiple guardians were in the process off upgrading. The key changes and the links to the previous releases are pasted in these release notes.

Key changes (2.63.0)

This release improves the reliability of the guardian node to gather and process delegated observations.

Key changes (2.62)

This release changes the message observation mechanism for Sei (not SeiEVM) to the direct cosmwasm watcher from the Wormchain IBC watcher.

To enable this watcher for Sei, use the following config options:

--seiWS ws://sei:26657/websocket
--seiLCD http://sei:1317
--seiContract sei1gjrrme22cyha4ht2xapn3f08zzw6z3d4uxx6fyy9zd5dyr3yxgzqqncdqn

This release also includes the CCQ improvement patch.

Key changes (v2.61)

This release adds support for Nexus mainnet. To enable it, use the following:

--nexusRPC YOUR_RPC
--nexusContract 0xC8aD24fC6063c41cB5C12a8e3851AafC3b3CF027

What's Changed

  • fix(node): delegate quorum should use message publication digest by @evan-gray in #4805

Full Changelog: v2.62...v2.63.0

v2.62 Switch Sei to cosmwasm watcher

07 May 20:01
Immutable release. Only release title and notes can be modified.
f1da289

Choose a tag to compare

Key changes

This release changes the message observation mechanism for Sei (not SeiEVM) to the direct cosmwasm watcher from the Wormchain IBC watcher.

To enable this watcher for Sei, use the following config options:

--seiWS ws://sei:26657/websocket
--seiLCD http://sei:1317
--seiContract sei1gjrrme22cyha4ht2xapn3f08zzw6z3d4uxx6fyy9zd5dyr3yxgzqqncdqn

What's Changed

Full Changelog: v2.61...v2.62

v2.60.2 Switch Sei to cosmwasm watcher

07 May 19:41
Immutable release. Only release title and notes can be modified.
bf52793

Choose a tag to compare

Key changes

This is a patch release on top of v2.60.1 from the version/v260-1-sei-patch. It changes the message observation mechanism for Sei (not SeiEVM) to the direct cosmwasm watcher from the Wormchain IBC watcher.

To enable this watcher for Sei, use the following config options:

--seiWS ws://sei:26657/websocket
--seiLCD http://sei:1317
--seiContract sei1gjrrme22cyha4ht2xapn3f08zzw6z3d4uxx6fyy9zd5dyr3yxgzqqncdqn

What's Changed

Full Changelog: v2.60.1...v2.60.2

v2.61 Nexus mainnet

06 May 14:16
Immutable release. Only release title and notes can be modified.
8fd0605

Choose a tag to compare

v2.61 Nexus mainnet Pre-release
Pre-release

Key changes

This release adds support for Nexus mainnet. To enable it, use the following:

--nexusRPC YOUR_RPC
--nexusContract 0xC8aD24fC6063c41cB5C12a8e3851AafC3b3CF027

What's Changed

Full Changelog: v2.60.0...v2.61

v2.60.1 Update ccq bootsrap peers

01 May 14:55
Immutable release. Only release title and notes can be modified.
31c03f0

Choose a tag to compare

Key changes

This is a patch release on top of v2.60.0 from the version/v260-p2p-patch branch. It updates bootstrap peers for Cross Chain Queries as part of an effort to improve ccq reliability.

What's Changed

Full Changelog: v2.60.0...v2.60.1

v2.60.0

15 Apr 16:20
777903c

Choose a tag to compare

v2.59.0 wasn't planned on being proposed to mainnet guardians, its changelog is copied below.

Key changes

#4743 allows any guardian to collect a quorum of delegated guardian set signatures for a message and broadcast them in a single message. This should improve the overall reliability of (re)observations happening on delegated chains.

What's Changed (v2.60.0)

  • feat(node): guardian signed delegate signatures broadcast by @evan-gray in #4744

What's Changed (v2.59.0)

Full Changelog: v2.58.0...v2.60.0

v2.59.0 Tempo testnet

14 Apr 14:19

Choose a tag to compare

v2.59.0 Tempo testnet Pre-release
Pre-release

Key changes

This release contains support for Tempo testnet. To enable it, use the following config parameters:

--tempoRPC YOUR_RPC
--tempoContract 0xa29E8c21924834E6249bCE1FD733f24eC492018c

What's Changed

Full Changelog: v2.58.0...v2.59.0

v2.58.0 Nexus testnet & increased delegate observation window

09 Apr 17:51

Choose a tag to compare

Key changes

Go version bump
#4691 bumps the go version to 1.24.13. Guardians should use between this or earlier than 1.26.x for this release. 1.26.x has a known incompatibility with the guardian code and won't work.

Nexus testnet
This release contains support for Nexus testnet. To enable it, use the following config parameters:

--nexusRPC YOUR_RPC
--nexusContract 0x194B123c5E96B9b2E49763619985790Dc241CAC0

Delegate observation window bump
#4743 increases the delegate observation window to facilitate recovery of messages that did not receive a quorum of attestations within the 1 hour cleanup window. This is a temporary measure.

What's Changed

New Contributors

Full Changelog: v2.56.0...v2.58.0

v2.56.2

02 Apr 17:59
fe69e31

Choose a tag to compare

Key changes

This is a patch release on top of v2.56.1 to re-raise governor limits on Solana to 20m daily and 1m big tx.

What's Changed

Full Changelog: v2.56.1...v2.56.2