Releases: wormhole-foundation/wormhole
v2.23.18
What's Changed
- node/pkg: fix json unmarshalling by @panoel in #3513
- Node/EVM: Scroll finality by @bruce-riley in #3518
Full Changelog: v2.23.17...v2.23.18
v2.23.17
Key Changes
Although it wouldn't hurt to deploy this to the guardians, it really only applies to the CCQ query server.
What's Changed
- ccq: better proxy peering by @evan-gray in #3514
Full Changelog: v2.23.16...v2.23.17
v2.23.16
Key Changes
This release fixes a issue with pythnet triggering the security check added in the last release.
What's Changed
- node/watchers/solana: pythnet safety carve out by @evan-gray in #3512
Full Changelog: v2.23.15...v2.23.16
v2.23.15
Key Changes
This release paves the way for enabling CCQ (cross chain queries) in mainnet. It also changes the EVM watcher so that it publishes latest blocks in the gossip heartbeat and Prometheus metrics, along with other changes.
What's Changed
- Node/EVM: Track latest block by @bruce-riley in #3470
- Node/EVM: Add timestamp to block by @bruce-riley in #3490
- Node/EVM: Fix race in network stats by @bruce-riley in #3493
- Node/EVM: Suppress unnecessary polling errors by @bruce-riley in #3495
- CCQ: Query server code cleanup by @bruce-riley in #3496
- CCQ: Query server response channel too small by @bruce-riley in #3502
- CCQ: Query server metrics by @bruce-riley in #3503
- node/watchers/solana: additional safety check by @evan-gray in #3509
- Deploy scroll to testnet by @bruce-riley in #3429
- CCQ/Node/EVM: Cache timestamps by @bruce-riley in #3491
- CCQ: Query server logging by @bruce-riley in #3508
Full Changelog: v2.23.14...v2.23.15
v2.23.14
What's Changed
- NODE/IBC: Allow for a separate block height URL by @bruce-riley in #3480
- NODE/GACCT: Don't reload invalid pending transfers by @bruce-riley in #3486
Full Changelog: v2.23.13...v2.23.14
v2.23.13
Key Changes
BSC, Moonbeam and Arbitrum now support querying for finalized
and safe
blocks. This release upgrades the EVM watcher to take advantage of that.
What's Changed
- Node/EVM: Shouldn't publish safe block in heartbeats by @bruce-riley in #3466
- Node/EVM: More nodes support finalized and safe by @bruce-riley in #3467
- node: Add get-and-observe-missing-vaas command by @panoel in #3465
- node: update pkg/telemetry to remove google cloud logging by @SEJeff in #3459
- CCQ: eth_call_with_finality by @bruce-riley in #3460
Full Changelog: v2.23.12...v2.23.13
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