Releases: wormhole-foundation/wormhole
v2.23.12
Key Changes
- Update golang version to address possible DoS.
- Prepare testnet to cutover to new QUIC for gossip at 2023-11-07T14:00:00Z
- Routine update of governor token list and floor prices
What's Changed
- Update golang version to 1.20.10 by @SEJeff in #3461
- Node: Update QUIC cutover time for testnet by @bruce-riley in #3463
- Node: QUIC Cut Over by @bruce-riley in #3431
- Node/Governor: Update token list by @bruce-riley in #3456
- CCQ/Node: Guardian Changes by @bruce-riley in #3423
Full Changelog: v2.23.11...v2.23.12
v2.23.11
Key Changes
This release attempts to calm the storm of reobservation requests by changing the guardian to only request reobservations for things it originally observed.
What's Changed
- EVM Watcher: Fix shadowed variable in Optimism case by @barnjamin in #3390
- node/evm: fix Base safe block support by @evan-gray in #3393
- Node: Keygen changes by @bruce-riley in #3401
- docs: adding more bootstraps for testnet spy by @barnjamin in #3402
- Node: Don't request reobservation on reobservations by @bruce-riley in #3397
Full Changelog: v2.23.10...v2.23.11
v2.23.10
Key Changes
This is a guardiand release which handles resolving Solana account lookup tables.
What's Changed
- Node: Lookup Solana v0 account tables by @barnjamin in #3370
Full Changelog: v2.23.9...v2.23.10
v2.23.9
Key Changes
This Guardian release supports compiling with golang 1.20.8. Guardian operators should use the latest golang 1.20.8 release to compile the guardiand.
The Big Table writer has been removed from the guardian, therefore the bigTable*
parameters have been removed. The Spy can be modified to listen to attestation events on the p2p network and write them to a database instead.
What's Changed
- upgrade to golang 1.20.8 by @tbjump in #3374
- node/pkg/watcher: update terra by @panoel in #3380
- Remove payload v1 spy relayer by @SEJeff in #3378
Full Changelog: v2.23.8...v2.23.9
v2.23.8
What's Changed
- Node/SDK: Set testnet wormchain token bridge address by @bruce-riley in #3372
Full Changelog: v2.23.7...v2.23.8
v2.23.7
What's Changed
- node/pkg/guardiand: require pythnetWS argument by @Reisen in #3342
- node/processor: performance improvements by @tbjump in #3197
- node: Removed support for writing attestation events to bigtable by @kev1n-peters in #3244
- Node/Gateway: Relay attestations by @bruce-riley in #3350
- Node/Watcher: Update solana min accounts check by @bruce-riley in #3367
Full Changelog: v2.23.6...v2.23.7
v2.23.6 Sui reobservation fix
This guardiand
release fixes an issue with Sui reobservations.
What's Changed
- node: (cleanup) remove injectC in favor of using msgC directly by @tbjump in #3211
- Node/Gateway: Relayer should treat VaaAlreadyExecuted as success by @bruce-riley in #3325
- node/pkg/watcher: sui json parsing fix by @panoel in #3331
Full Changelog: v2.23.5...v2.23.6
v2.23.5 Minor tweak for testnet
What's Changed
- Node: don't protect from self by @bruce-riley in #3318
Full Changelog: v2.23.4...v2.23.5
v2.23.4 Another testnet gateway fix
This release addresses an issue with guardiand being unable to communicate with wormchain in testnet.
What's Changed
- Node/Gateway: Wormconn chainID wrong for testnet by @bruce-riley in #3316
Full Changelog: v2.23.3...v2.23.4
v2.23.3
This release contains several P2P changes to improve testnet performance. It also contains a couple of minor bug fixes.
Note that the following guardiand config parameters are deprecated, and should be modified as follows.
wormchainKeyPath
should be changed toaccountantKeyPath
wormchainKeyPassPhrase
should be changed toaccountantKeyPassPhrase
Support for the old parameters will be removed in a future release.
What's Changed
- node/p2p: set WithValidateQueueSize 1024 by @tbjump in #3308
- node/p2p: Increase gossipParams.Dhi to 50 for testnet bootstrap node by @tbjump in #3309
- governor: increase governor limits on Sei by @claudijd in #3306
- node/processor: Remove dead code by @tbjump in #3307
- node/p2p: increase TESTNET_BOOTSTRAP_DHI to 350 by @tbjump in #3311
- Node/Gateway: Relayer not detecting error by @bruce-riley in #3312
- Node: Clean up wormchain parameters by @bruce-riley in #3310
Full Changelog: v2.23.2...v2.23.3