Releases: wormhole-foundation/wormhole
v2.23.45
Key Changes
This release sets the testnet NTT emitter addresses used by the accountant.
It also adds support for Polygon on Sepolia. If you wish to enable that (testnet only), you will need to add the following config parameters:
--polygonSepoliaRPC YOUR_WEBSOCKET_URL
--polygonSepoliaContract 0x6b9C8671cdDC8dEab9c719bB87cBd3e782bA6a35
What's Changed
- node: upgrade grpc to v1.57.1 by @bingyuyap in #3797
- node: Governor token list update by @djb15 in #3788
- Node/CCQ/Solana: Add sol_pda query by @bruce-riley in #3782
- Deploy Polygon Sepolia Testnet by @bruce-riley in #3723
- Node/NTT/Acct: Set testnet emitters by @bruce-riley in #3831
New Contributors
- @GoodDaisy made their first contribution in #3628
Full Changelog: v2.23.44...v2.23.45
v2.23.44
Key Changes
This release adds guardian support for the NTT accountant. To enable this feature you must create a new wormchain key for it (do not reuse your existing global accountant key) and add the following parameters:
# You may already have these.
--wormchainURL URL_TO_YOUR_WORMCHAIN_NODE
--accountantWS HTTP_URL_OF_YOUR_WORMCHAIN_NODE
# This is the testnet contract.
--accountantNttContract wormhole169tvyx49zmjqhlv7mzwj8j2weprascc0jq3rdglw9pynldqx34nscvhc7k
--accountantNttKeyPath PATH_TO_YOUR_NTT_ACCOUNTANT_KEY_FILE
--accountantNttKeyPassPhrase YOUR_NTT_ACCOUNTANT_KEY_PASS_PHRASE
This release also requires the renaming of the following guardiand flags (which have been deprecated for a while):
--wormchainKeyPath
becomes--accountantKeyPath
.wormchainKeyPassPhrase
becomesaccountantKeyPassPhrase
.
What's Changed
- NTT Accountant Contract by @evan-gray in #3806
- NTT / Acct / Node: Guardian support by @bruce-riley in #3815
Full Changelog: v2.23.43...v2.23.44
v2.23.43
What's Changed
- Node/Gov: Add target to db by @bruce-riley in #3791
- Node/Watcher/EVM: Debug logging by @bruce-riley in #3813
Full Changelog: v2.23.42...v2.23.43
v2.23.42 - Fix for reobservation of confirmed Solana messages
Key Changes
This release allows for reobservation of confirmed messages on Solana.
What's Changed
- node: Governor token list update by @djb15 in #3762
- node: Added RecoverChainId governance support by @kev1n-peters in #3736
- Node/Solana: Allow reobservation of confirmed messages by @bruce-riley in #3769
Full Changelog: v2.23.41...v2.23.42
v2.23.41 CCQ Proxy Server Enhancements
What's Changed
- Node/CCQServer: Quorum not met by @bruce-riley in #3758
- Node/CCQServer: Metrics publish exiting by @bruce-riley in #3766
Full Changelog: v2.23.40...v2.23.41
v2.23.40
Key Changes
- Ups governor limits for Base and Polygon
- Enhancements for CCQ on Solana
What's Changed
Full Changelog: v2.23.39...v2.23.40
v2.23.39 More Solana CCQ stuff
What's Changed
- Node/CCQ: Solana min context slot fix by @bruce-riley in #3751
Full Changelog: v2.23.38...v2.23.39
v2.23.38
Key Changes
More Solana CCQ changes
What's Changed
- Node/CCQ: Add test to verify solana public key length by @bruce-riley in #3730
- Node: Update governor limit for Polygon by @djb15 in #3739
- Node: Remove Neon support by @bruce-riley in #3732
- Node/CCQ: Solana library not honoring min context slot by @bruce-riley in #3743
- Node/gwrelayer: Log wormchain txhash by @bruce-riley in #3746
- Node/CCQ: Solana min context slot support by @bruce-riley in #3747
Full Changelog: v2.23.37...v2.23.38
v2.23.37
Key Changes
- Adds support for Cross Chain Queries on Solana.
- Adds the ability to use a config file and environment variables to configure
guardiand
.
What's Changed
- node: Add config file support by @bingyuyap in #3710
- Node/CCQ: Solana query support by @bruce-riley in #3637
Full Changelog: v2.23.36...v2.23.37