Skip to content

Releases: wormhole-foundation/wormhole

v2.24.2 X Layer Mainnet Deployment

17 May 14:12
1fe680d
Compare
Choose a tag to compare

Key Changes

This release adds mainnet support for X Layer. To enable X Layer in mainnet, add the following config parameters:

--xlayerRPC YOUR_XLAYER_WEBSOCKET_URL
--xlayerContract 0x194B123c5E96B9b2E49763619985790Dc241CAC0

Also, watcher support for Aurora has been removed. Please remove the following parameters:

  • --auroraRPC
  • --auroraContract

What's Changed

New Contributors

  • @yhassanzadeh13 made their first contribution in #3928
  • @johnsaigle made their first contribution in #3926

Full Changelog: v2.24.1...v2.24.2

v2.24.1 Enable Scroll and Blast in Mainnet

26 Apr 15:36
Compare
Choose a tag to compare

Key Changes

This release adds mainnet support for Scroll and Blast. To enable these chains, please add the following config parameters:

--scrollRPC YOUR_RPC_URL
--scrollContract 0xbebdb6C8ddC678FfA9f8748f85C815C556Dd8ac6
--blastRPC YOUR_RPC_URL
--blastContract 0xbebdb6C8ddC678FfA9f8748f85C815C556Dd8ac6

What's Changed

Full Changelog: v2.24.0...v2.24.1

v2.24.0 Upgrade Go Version

23 Apr 17:09
9620fca
Compare
Choose a tag to compare

Key Changes

This release upgrades to go version 1.21.9. Please update your go version before building.

Developers may want to also upgrade their golangci-lint version.

What's Changed

New Contributors

Full Changelog: v2.23.50...v2.24.0

v2.23.50

16 Apr 21:43
8ed75c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.23.49.2...v2.23.50

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