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.38.0 Plume mainnet/testnet

02 Jul 14:42
25ecd01
Compare
Choose a tag to compare
Pre-release

Key changes

Plume support
This release adds support for Plume mainnet and testnet. To enable it on mainnet, please use the following config parameters:

--plumeRPC      YOUR_WEBSOCKET_RPC
--plumeContract 0xaBf89de706B583424328B54dD05a8fC986750Da8

To enable it on testnet, please use the following config parameters:

--plumeRPC      YOUR_WEBSOCKET_RPC
--plumeContract 0x81705b969cDcc6FbFde91a0C6777bE0EF3A75855 //this is TESTNET!

Governor changes

  • This release reduces the governor limits for Blast and X Layer to 0, delaying all token bridge transfers originating from those chains by 24 hours. This is due to extremely low cross-chain activity over Wormhole and preparation for a possible disconnection.
  • The maximum time a governor delay can be extended to manually via the admin command has been increased from 7 to 30 days.

Note: versions v2.36.0 and v2.37.0 were not proposed to mainnet guardians. The changelog for these are copied in this release note.

What's Changed v2.38.0

What's Changed v2.37.0

What's Changed v2.36.0

Full Changelog: v2.37.0...v2.38.0

v2.37.0

30 Jun 14:46
e2ae11d
Compare
Choose a tag to compare
v2.37.0 Pre-release
Pre-release

What's Changed v2.37.0

What's Changed v2.36.0

New Contributors

Full Changelog: v2.36.0...v2.37.0

v2.36.1 Converge VAAs not getting published

16 Jun 20:30
90c5d07
Compare
Choose a tag to compare

GetAllNetworkIDs was not updated when Converge support was added to testnet, which prevented the watcher from properly forwarding observations for processing and publication. This release fixes that oversight.

What’s Changed
PR #4401 – Update GetAllNetworkIDs for Converge

Full Changelog
View changes

v2.36.0 Converge testnet

10 Jun 14:22
40ddcfe
Compare
Choose a tag to compare
Pre-release

Key changes

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

--convergeRPC YOUR_CONVERGE_WEBSOCKET_URL 
--convergeContract 0x556B259cFaCd9896B2773310080c7c3bcE90Ff01

What's Changed

Full Changelog: v2.35.0...v2.36.0

v2.35.0 HyperEVM mainnet (experimental)

29 May 20:50
bb34261
Compare
Choose a tag to compare

Key changes

HyperEVM mainnet (experimental)

This release adds support for HyperEVM mainnet, a component of Hyperliquid. To enable it, use the following config parameters.

Please note that at the time of this release, the HyperEVM node is not open source, which is traditionally a requirement for Wormhole. Contributors are labeling this integration as experimental for the time being.

--hyperEvmRPC YOUR_HYPEREVM_WEBSOCKET_URL 
--hyperEvmContract 0x7C0faFc4384551f063e05aee704ab943b8B53aB3

What's Changed

Full Changelog: v2.34.0...v2.35.0

v2.34.0 Mezo mainnet

21 May 16:51
Compare
Choose a tag to compare

Key changes

Mezo mainnet

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

--mezoRPC YOUR_MEZO_RPC
--mezoContract 0xaBf89de706B583424328B54dD05a8fC986750Da8

Governor limit changes

This release changes the governor limits according to #4331

Algorand

  • Daily limit: 1M -> 750k
  • Big tx: 100k -> 75k

Celo

  • Daily limit: 2M -> 1M;
  • Big tx: 200k -> 100k

Injective

  • Daily limit: 500k -> 150k
  • Big tx 50k -> 15k

Sei

  • Daily limit: 5M -> 150k
  • Big tx: 50k -> 15k

What's Changed

New Contributors

Full Changelog: v2.33.0...v2.34.0

v2.33.0 Shimmy the Expenses

09 Apr 11:12
cc9d822
Compare
Choose a tag to compare

Key changes

Solana Shim (mainnet)

In v2.25.0, a mechanism was added that enables the guardian to observe messages on Solana testnet through a shim program, which drastically reduces the gas costs for core messaging. This release updates the guardian such that this mechanism can also be enabled on mainnet. To do that, please use the following parameters:

--solanaRPC SOLANA_RPC
--solanaContract worm2ZoG2kUd4vFXhvjh93UUH596ayRfgQ2MgjNMTth
--solanaShimContract EtZMZM22ViKMo4r5y4Anovs3wKQ2owUmDpjygnMMcdEX

SeiEVM mainnet

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

--seiEvmRPC YOUR_SEIEVM_RPC
--seiEvmContract 0xCa1D5a146B03f6303baF59e5AD5615ae0b9d146D

Fogo testnet

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

--fogoRPC YOUR_HTTP_RPC
--fogoContract BhnQyKoQQgpuRTRo6D8Emz93PvXCYfVgHhnrR4T3qhw4
--fogoShimContract EtZMZM22ViKMo4r5y4Anovs3wKQ2owUmDpjygnMMcdEX

What's Changed (v2.33.0)

What's Changed (v2.32.0)

What's Changed (v2.31.0)

Full Changelog: v2.32.0...v2.33.0

v2.32.0 Mezo testnet

18 Mar 13:53
df918bb
Compare
Choose a tag to compare
v2.32.0 Mezo testnet Pre-release
Pre-release

Key changes

Added Mezo testnet support. To enable it, please use these config parameters:

--mezoRPC YOUR_MEZO_RPC
--mezoContract 0x268557122Ffd64c85750d630b716471118F323c8

What's Changed

Full Changelog: v2.31.0...v2.32.0

v2.31.0 Bepolia

12 Mar 22:10
307c2e6
Compare
Choose a tag to compare
v2.31.0 Bepolia Pre-release
Pre-release

What's Changed

Full Changelog: v2.30.0...v2.31.0

v2.30.0 Ink mainnet

06 Mar 16:29
a9efee2
Compare
Choose a tag to compare

Key changes

Versions v2.28.0 and v2.29.0 were not directly proposed to mainnet guardians. Their changelogs are copied below.

Ink mainnet

Added Ink mainnet support. To enable it, please use these config parameters:

--inkRPC YOUR_INK_RPC
--inkContract 0xCa1D5a146B03f6303baF59e5AD5615ae0b9d146D

EVM chain ID verification

#4116 adds a check to verify that each EVM watcher is connected to the correct chain by verifying the EVM chain ID matches what is expected. If this error is detected, the watcher will fail with an "evm chain ID miss match" error.


P2P peer protection

#4292 adds the ability to specify a set of P2P peer IDs that should be added to the protected list. Please see the pull request for usage details.

What's Changed (v2.30.0)

Full Changelog: v2.29.0...v2.30.0

What's Changed (v2.29.0)

Full Changelog: v2.28.0...v2.29.0

What's Changed (v2.28.0)

Full Changelog: v2.27.0...v2.28.0

0