8000 Releases · wormhole-foundation/wormhole · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: wormhole-foundation/wormhole

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 10000 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

v2.24.5 Go with the Flow (flow cancelling governor)

18 Jun 15:27
305cb8f
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

What's Changed (v2.24.5)

What's Changed (v2.24.4)

v2.24.4 was not proposed for adoption to the wider guardian set because of an issue that had been fixed in #3986. Changes in v2.24.4 are repeated below for the sake of transparency.

Full Changelog (between v2.24.3 and v2.24.5): v2.24.3...v2.24.5

v2.24.4 Go with the Flow (flow cancelling governor)

10 Jun 11:46
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

What's Changed

New Contributors

Full Changelog: v2.24.3.1...v2.24.4

v2.24.3.1 Mantle mainnet support

04 Jun 22:12
Compare
Choose a tag to compare

Key Changes

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

--mantleRPC YOUR_MANTLE_WEBSOCKET_URL
--mantleContract 0xbebdb6C8ddC678FfA9f8748f85C815C556Dd8ac6

This release also contains a hotfix to resolve the recently discovered encoding issue that halted wormhole messaging on Terra Classic.

What's Changed

Full Changelog: v2.24.2-wormchaind...v2.24.3.1

v2.24.3 Mantle mainnet support

03 Jun 14:35
Compare
Choose a tag to compare
Pre-release

Key Changes

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

--mantleRPC YOUR_MANTLE_WEBSOCKET_URL
--mantleContract 0xbebdb6C8ddC678FfA9f8748f85C815C556Dd8ac6

What's Changed

Full Changelog: v2.24.2-wormchaind...v2.24.3

0