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
What's Changed
- node: Integrate Transfer Verifier into the Ethereum watcher by @johnsaigle in #4233
- Deploy SeiEVM mainnet by @bruce-riley in #4305
- Node: Add reobservation metric by @bruce-riley in #4303
- sdk: Add functions for type-safe conversions from integers to ChainID by @johnsaigle in #4271
- Node/EVM: Add contract address to chain config by @bruce-riley in #4299
- audits: Add OtterSec Solana shim audit by @johnsaigle in #4301
- node: Remove go-homedir dependency by @johnsaigle in #4316
- sdk: add StringToKnownChainID function for VAAs by @johnsaigle in #4239
- ci: Bump golang linter version by @djb15 in #4224
- add svm/wormhole-core-shims by @a5-pickle in #4311
- sdk/rust: fix clippy by @a5-pickle in #4327
- test: Relax failure conditions for Transfer Verifier EVM integration tests by @johnsaigle in #4328
- Node: Allow Mainnet Solana shim by @bruce-riley in #4329
- solana: core bridge initialize script by @evan-gray in #4325
- svm: use solana-verify to build by @a5-pickle in #4326
Full Changelog: v2.32.0...v2.33.0