Skip to content

Releases: wormhole-foundation/wormhole

v2.24.14 Worldchain testnet + Monad devnet

24 Oct 15:22
a543c40
Compare
Choose a tag to compare

Key changes

Added Worldchain testnet and Monad devnet support. To enable them, please use the following config parameters:

--monadDevnetRPC YOUR_MONAD_WEBSOCKET_URL 
--monadDevnetContract 0x376428e7f26D5867e69201b275553C45B09EE090
--worldchainRPC YOUR_WORLDCHAIN_WEBSOCKET_URL 
--worldchainContract 0xe5E02cD12B6FcA153b0d7fF4bF55730AE7B3C93A

What's Changed

New Contributors

Full Changelog: v2.24.13...v2.24.14

v2.24.13 Unichain testnet

10 Oct 16:27
44d6bf8
Compare
Choose a tag to compare
Pre-release

Key changes

Added Unichain testnet support. To enable it, please use the following config parameters:

--unichainRPC YOUR_UNICHAIN_WEBSOCKET_URL 
--unichainContract 0xBB73cB66C26740F31d1FabDC6b7A46a038A300dd

What's Changed

Full Changelog: v2.24.12...v2.24.13

v2.24.12 Observation batching (mainnet cutover)

08 Oct 16:44
ddf973f
Compare
Choose a tag to compare

Key Changes

#4066 introduced observation batching in v2.24.10 but was purposefully not enabled at the time. In v2.24.11, the modification and the cutover logic has been successfully tested on testnet guardians.

This release contains the cutover time for mainnet. Mainnet guardians that upgrade to this version will automatically switch to batched observations at the set time: 9:00 CDT, October 29th, 2024

Related pr: #4127

What's Changed

New Contributors

Full Changelog: v2.24.11...v2.24.12

v2.24.11 Observation batching (testnet cutover)

04 Sep 20:44
Compare
Choose a tag to compare

Key Changes

#4066 introduced observation batching in the previous release, but was purposefully not enabled. #4108 sets the time when this cutover will automatically happen on testnet (and only on testnet) for testnet guardians that adopt this version.

What's Changed

New Contributors

Full Changelog: v2.24.10...v2.24.11

v2.24.10 Snax mainnet support

17 Aug 18:19
530fea1
Compare
Choose a tag to compare

Key changes

  • in #4019, the subscribeToVAAs config parameter was added (default false). Guardians that act as public RPCs should set this true, otherwise they'll only report on VAAs that they'd actually published.
  • Added Synthetix Snax mainnet support. To enable Snax mainnet, please use the following config parameters:
--snaxchainRPC YOUR_SNAXCHAIN_WEBSOCKET_URL 
--snaxchainContract 0xc1BA3CC4bFE724A08FbbFbF64F8db196738665f4

What's Changed

New Contributors

Full Changelog: v2.24.9...v2.24.10

v2.24.9

30 Jul 15:04
5042ff1
Compare
Choose a tag to compare

Key changes

  • Governor v2: Following the rollback from v2.24.8 to v2.24.3.2, this version has the flow-cancelling mechanism behind a feature flag which can be toggled on demand (by default, it is off). If instability related to this feature is detected again, there will be no need to roll back to a previous version.

What's Changed

New Contributors

Full Changelog: v2.24.3.2...v2.24.9

v2.24.3.2

05 Jul 14:15
Compare
Choose a tag to compare

What's Changed

  • node: Add emitters for Lido wstETH NTT deployment to NTT Accountant m… by @nik-suri in #3997

Full Changelog: v2.24.3.1...v2.24.3.2

v2.24.8

03 Jul 19:16
7c6e4c5
Compare
Choose a tag to compare

What's Changed

  • docs: update governor docs to reflect reset-release-timer change by @pleasew8t in #3999
  • node: Governor token list update by @djb15 in #3984
  • Node: p2p.Run interface change by @bruce-riley in #3996
  • node: Fix issue where transfers that were loaded from the DB did not add a flow-cancel transfer on the TargetChain by @johnsaigle in #4002

Full Changelog: v2.24.7...v2.24.8

v2.24.7 Go with the Flow

26 Jun 18:01
d100515
Compare
Choose a tag to compare

Key Changes

  • This release modifies the Governor security feature functionality such that inbound notional flow (for certain tokens) cancels out the outbound notional flow on that same chain. Details about this change: #3783
  • The governor-reset-release-timer admin command now accepts an optional parameter to reset the governor timer to more than 24h into the future, up to 7 days. Details: #3983
  • NTT accountant support for Lido wstETH emitters added, in preparation to wstETH on BNB via Wormhole+Axelar.

Note on versions

Versions v2.24.4 and v2.24.5 were not proposed to the wider guardian set because of two issues discovered in the flow cancelling governor during testing. These issues were fixed in #3986 and #3990

Version v2.24.6 was not proposed to the guardian set because it did not include the time-sensitive addition for Lido: #3997

What's Changed

New Contributors

Full Changelog: v2.24.3.1...v2.24.7

v2.24.6 Go with the Flow (final flow cancelling governor?)

24 Jun 15:04
dc3a6cf
Compare
Choose a tag to compare

Key Changes

  • This release modifies the Governor security feature functionality such that inbound notional flow (for certain tokens) cancels out the outbound notional flow on that same chain. Details about this change: #3783
  • The governor-reset-release-timer admin command now accepts an optional parameter to reset the governor timer to more than 24h into the future, up to 7 days. Details: #3983

Note on versions

Versions v2.24.4 and v2.24.5 were not proposed to the wider guardian set because of two issues discovered in the flow cancelling governor during testing. These issues were fixed in #3986 and #3990

What's Changed

New Contributors

Full Changelog: v2.24.3.1...v2.24.6