Skip to content

Releases: wormhole-foundation/wormhole

v2.51.0 MegaETH Mainnet with WTT

18 Dec 18:20
ed073da

Choose a tag to compare

This release adds support for WTT on MegaETH mainnet, and updates the governor limits to 500k (daily) / 50k (big tx).

What's Changed

New Contributors

Full Changelog: v2.50.0...v2.51.0

v2.50.0 with Aztec support

27 Nov 20:23
2f50263

Choose a tag to compare

Pre-release

Key changes

This release is cut from the ext-integration/aztec branch and is only intended to be run by a single testnet guardian instance. The code changes within have not yet gone through the usual contributor review process and are intended for testing purposes only, and only in a way that makes sure that potential issues within this version don't impact liveness on other testnets.

Since the previous Aztec release, nothing Aztec related changed. This release is only cut to incorporate unrelated upstream changes.

What's Changed

  • docs: Remove social media monitoring section from SECURITY.md by @johnsaigle in #4504
  • node(governor): Ignore configured tokens originating from ungoverned chains by @johnsaigle in #4455
  • ci: pin github actions for wormchain to commits instead of releases by @johnsaigle in #4342
  • node: Governor token list update by @djb15 in #4562
  • ci: Upgrade golangci-lint version to 2.6.2 by @johnsaigle in #4558
  • node: Add manual governed tokens for Monad by @djb15 in #4596
  • feat(node): add MegaETH by @aapclark in #4595

Full Changelog: v2.48.0-aztec...v2.50.0-aztec

v2.50.0 MegaETH testnet and mainnet

27 Nov 12:19

Choose a tag to compare

Key changes

This release adds support for MegaETH testnet and mainnet.

To enable mainnet, use the following config parameters:

--megaEthRPC YOUR_RPC
--megaEthContract 0xaBf89de706B583424328B54dD05a8fC986750Da8 //this is mainnet

To enable testnet, use the following config parameters:

--megaEthRPC YOUR_RPC
--megaEthContract 0x81705b969cDcc6FbFde91a0C6777bE0EF3A75855 //this is testnet

The config property MocaRPC was changed to lowercase 'm' to keep the convention. Please update your configuration to the below.

--mocaRPC YOUR_RPC
--mocaContract 0xaBf89de706B583424328B54dD05a8fC986750Da8 //this is testnet

What's Changed

  • docs: Remove social media monitoring section from SECURITY.md by @johnsaigle in #4504
  • node(governor): Ignore configured tokens originating from ungoverned chains by @johnsaigle in #4455
  • ci: pin github actions for wormchain to commits instead of releases by @johnsaigle in #4342
  • node: Governor token list update by @djb15 in #4562
  • ci: Upgrade golangci-lint version to 2.6.2 by @johnsaigle in #4558
  • node: Add manual governed tokens for Monad by @djb15 in #4596
  • feat(node): add MegaETH by @aapclark in #4595

Full Changelog: v2.48.0...v2.50.0

v2.49.0 Stacks testnet updates

21 Nov 11:15
0ee3991

Choose a tag to compare

Pre-release

Key changes

This release is cut from the ext-integration/stacks branch and is only intended to be run by a single testnet guardian instance. The code changes within have not yet gone through the usual contributor review process and are intended for testing purposes only, and only in a way that makes sure that potential issues within this version don't impact liveness on other testnets.

What's Changed

New Contributors

Full Changelog: v2.48.0-stacks...v2.49.0-stacks

v2.48.0 Monad mainnet (governor updates)

20 Nov 17:22

Choose a tag to compare

Key changes

This release adds support for WTT on Monad mainnet, and updates the governor limits to 5M (daily) / 500k (big tx).

Note: v2.47.0 has not been proposed to mainnet guardians, hence the version number gap.

What's Changed

New Contributors

Full Changelog: v2.46.0...v2.48.0

v2.48.0 with Aztec support

20 Nov 17:32
473b4ab

Choose a tag to compare

Pre-release

Key changes

This release is cut from the ext-integration/aztec branch and is only intended to be run by a single testnet guardian instance. The code changes within have not yet gone through the usual contributor review process and are intended for testing purposes only, and only in a way that makes sure that potential issues within this version don't impact liveness on other testnets.

Since the previous Aztec release, nothing Aztec related changed. This release is only cut to incorporate unrelated upstream changes.

What's Changed

New Contributors

Full Changelog: v2.46.0-aztec...v2.48.0-aztec

v2.48.0 Stacks testnet

07 Nov 14:01
9e3c8c2

Choose a tag to compare

Pre-release

Key changes

This release is cut from the ext-integration/stacks branch and is only intended to be run by a single testnet guardian instance. The code changes within have not yet gone through the usual contributor review process and are intended for testing purposes only, and only in a way that makes sure that potential issues within this version don't impact liveness on other testnets.

To connect to Stacks testnet, use the following:

--stacksStateContract ST2W4SFFKXMGFJW7K7NZFK3AH52ZTXDB74HKV9MRA.wormhole-core-state
--stacksRPC YOUR_RPC
--stacksBitcoinBlockPollInterval 2 //optional (default is 2), can be adjusted if there are resource concerns

What's Changed

New Contributors

Full Changelog: v2.47.0...v2.48.0-stacks

v2.47.0 Moca testnet

30 Oct 14:24
b866766

Choose a tag to compare

v2.47.0 Moca testnet Pre-release
Pre-release

Key changes

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

--MocaRPC YOUR_RPC
--mocaContract 0xaBf89de706B583424328B54dD05a8fC986750Da8

What's Changed

Full Changelog: v2.46.0...v2.47.0

v2.46.0 Aztec testnet updates

30 Oct 08:28
7060126

Choose a tag to compare

Pre-release

Key changes

This release is cut from the ext-integration/aztec branch and is only intended to be run by a single testnet guardian instance. The code changes within have not yet gone through the usual contributor review process and are intended for testing purposes only, and only in a way that makes sure that potential issues within this version don't impact liveness on other testnets.

Since the previous Aztec release, the core contract has been redeployed. To connect to the new instance, use the following:

--aztecRPC  YOUR_RPC
--aztecContract 0x240ca8722f92a439009fd185dddb4a315de26dd34c0067de2d8b9c58afd87432

What's Changed

Full Changelog: v2.45.0-aztec...v2.46.0-aztec

v2.46.0 Fogo mainnet

22 Oct 17:20
0231deb

Choose a tag to compare

Key changes

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

--fogoRPC YOUR_RPC
--fogoContract worm2mrQkG1B1KTz37erMfWN8anHkSK24nzca7UD8BB
--fogoShimContract EtZMZM22ViKMo4r5y4Anovs3wKQ2owUmDpjygnMMcdEX // this is the same as solanaShimContract

What's Changed

Full Changelog: v2.45.0...v2.46.0