Skip to content

Releases: wormhole-foundation/wormhole

v2.23.45

12 Mar 23:10
68b4709
Compare
Choose a tag to compare

Key Changes

This release sets the testnet NTT emitter addresses used by the accountant.

It also adds support for Polygon on Sepolia. If you wish to enable that (testnet only), you will need to add the following config parameters:

--polygonSepoliaRPC YOUR_WEBSOCKET_URL
--polygonSepoliaContract 0x6b9C8671cdDC8dEab9c719bB87cBd3e782bA6a35

What's Changed

New Contributors

Full Changelog: v2.23.44...v2.23.45

v2.23.44

08 Mar 14:03
3a9dfd9
Compare
Choose a tag to compare
v2.23.44 Pre-release
Pre-release

Key Changes

This release adds guardian support for the NTT accountant. To enable this feature you must create a new wormchain key for it (do not reuse your existing global accountant key) and add the following parameters:

# You may already have these.
--wormchainURL URL_TO_YOUR_WORMCHAIN_NODE
--accountantWS HTTP_URL_OF_YOUR_WORMCHAIN_NODE

# This is the testnet contract.
--accountantNttContract wormhole169tvyx49zmjqhlv7mzwj8j2weprascc0jq3rdglw9pynldqx34nscvhc7k

--accountantNttKeyPath PATH_TO_YOUR_NTT_ACCOUNTANT_KEY_FILE
--accountantNttKeyPassPhrase YOUR_NTT_ACCOUNTANT_KEY_PASS_PHRASE

This release also requires the renaming of the following guardiand flags (which have been deprecated for a while):

  • --wormchainKeyPath becomes --accountantKeyPath.
  • wormchainKeyPassPhrase becomes accountantKeyPassPhrase.

What's Changed

Full Changelog: v2.23.43...v2.23.44

v2.23.43

05 Mar 22:41
2c97036
Compare
Choose a tag to compare
v2.23.43 Pre-release
Pre-release

What's Changed

Full Changelog: v2.23.42...v2.23.43

v2.23.42 - Fix for reobservation of confirmed Solana messages

07 Feb 16:03
3f75eca
Compare
Choose a tag to compare

Key Changes

This release allows for reobservation of confirmed messages on Solana.

What's Changed

Full Changelog: v2.23.41...v2.23.42

v2.23.41 CCQ Proxy Server Enhancements

05 Feb 17:29
ed53cd8
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v2.23.40...v2.23.41

v2.23.40

30 Jan 19:11
82f1820
Compare
Choose a tag to compare

Key Changes

  • Ups governor limits for Base and Polygon
  • Enhancements for CCQ on Solana

What's Changed

Full Changelog: v2.23.39...v2.23.40

v2.23.39 More Solana CCQ stuff

29 Jan 18:10
3f074f3
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v2.23.38...v2.23.39

v2.23.38

27 Jan 00:36
10b83f7
Compare
Choose a tag to compare
v2.23.38 Pre-release
Pre-release

Key Changes

More Solana CCQ changes

What's Changed

Full Changelog: v2.23.37...v2.23.38

v2.23.37

23 Jan 13:41
846c2e9
Compare
Choose a tag to compare

Key Changes

  • Adds support for Cross Chain Queries on Solana.
  • Adds the ability to use a config file and environment variables to configure guardiand.

What's Changed

Full Changelog: v2.23.36...v2.23.37

v2.23.36-wormchaind

18 Jan 21:37
3d16cca
Compare
Choose a tag to compare
v2.23.36-wormchaind Pre-release
Pre-release

This is a wormchaind release.

What's Changed

  • wormchain: only latest guardian set is exempt from expiry by @kcsongor in #3714