Skip to content

Releases: wormhole-foundation/wormhole

v2.23.49.2

12 Apr 22:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.23.49.1...v2.23.49.2

v2.23.49.1

12 Apr 19:22
d482180
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.23.49...v2.23.49.1

v2.23.49

08 Apr 17:43
Compare
Choose a tag to compare

Key Changes

This release includes changes to hard code the gossip network parameters so that guardians and users of the spy should not need to specify them in the config. (Although the parameters are still supported for network upgrade testing purposes, they should not be used unless you are asked to do so.)

The following config parameters should be removed from the guardiand config:

  • --network
  • --bootstrap
  • --ccqP2pBootstrap

The following config changes should be made for the spy:

  • Add --env with a value of mainnet or testnet.
  • Remove --network
  • Remove --bootstrap

What's Changed

New Contributors

Full Changelog: v2.23.45...v2.23.49

v2.23.48

26 Mar 18:07
aa22a2b
Compare
Choose a tag to compare
v2.23.48 Pre-release
Pre-release

Key Changes

This release is a minor addition on top of v2.23.47 which hard codes the gossip network parameters so that guardians and users of the spy should not need to specify them in the config. (Although the parameters are still supported for network upgrade testing purposes, they should not be used unless you are asked to do so.)

The following config parameters should be removed from the guardiand config:

  • --network
  • --bootstrap
  • --ccqP2pBootstrap

The following config changes should be made for the spy:

  • Add --env with a value of mainnet or testnet.
  • Remove --network
  • Remove --bootstrap

What's Changed (v2.23.47 and v2.23.48)

New Contributors

Full Changelog: v2.23.45...v2.23.48

V2.23.47

25 Mar 19:35
2d68005
Compare
Choose a tag to compare
V2.23.47 Pre-release
Pre-release

Key Changes

This release hard codes the gossip network parameters so that guardians and users of the spy should not need to specify them in the config. (Although the parameters are still supported for network upgrade testing purposes, they should not be used unless you are asked to do so.)

The following config parameters should be removed from the guardiand config:

  • --network
  • --bootstrap
  • --ccqP2pBootstrap

The following config changes should be made for the spy:

  • Add --env with a value of mainnet or testnet.
  • Remove --network
  • Remove --bootstrap

What's Changed

New Contributors

Full Changelog: v2.23.45...v2.23.47

v2.23.46

18 Mar 18:32
3b0233d
Compare
Choose a tag to compare
v2.23.46 Pre-release
Pre-release

Key Changes

This release adds support for Mantle on Sepolia (Testnet only). If you would like to enable it, you will need to add the following guardian config parameters:

--mantleRPC YOUR_RPC_URL
--mantleContract 0x376428e7f26D5867e69201b275553C45B09EE090

What's Changed

New Contributors

Full Changelog: v2.23.45...v2.23.46

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