github wormhole-foundation/wormhole v2.14.8
Spring Migration Prep

latest releases: v2.24.11, v2.24.10, v2.24.9...
20 months ago

Key Changes

There have been a few test releases to get to this point release. Thank you to the xLabs and Jump Crypto guardian teams for your patience and testing! Here are the key changes since the latest release of v2.14.5.1

This release re-adds the dependency on libwasvm and updates the dependency to v1.1.1. Please ensure you get the updated dependency. For those who run their build in isolation, you will need to copy out the shared object.

The watchers now run under a context which can recover from errors. Since the guardian will no longer crash loop on these events, a new metric scissor_errors_caught is exposed.

A new mode for PythNet is available which uses a websocket to stream account changes (instead of polling). This is intended to decrease the latency of observing PythNet messages as well as decrease the load on the desigated PythNet RPC server. To enable, pass --pythnetWS e.g.

--pythnetRPC="http://<YOUR_PYTHNET_RPC>"
--pythnetWS="ws://<YOUR_PYTHNET_RPC>"
--pythnetContract="H3fxXJ86ADW2PNuDDmZJg6mzTtPxkYCpNuQUTgmJ7AjU"

Wormchain

  • Added allowlisting to lower spam tx DoS risk.
  • Wasm contract upgrades are now bound by VAAs to remove authentication burden from wormchain cosmwasm contracts.
  • Bug fix in uploading cosmwasm contracts, updated wasmd.

Intermediate Pre-Releases

If you are curious to see what was in all of those test releases, here are the links.

v2.14.6
v2.14.7 Running with Scissors
v2.14.7.1 A Bitter Deferment
v2.14.7.2 Excelling At Deadlines
v2.14.7.3 There's a Wocket in my Socket

What's Changed

  • wormchain: add migrating contracts with vaa by @conorpp in #2329

Full Changelog: v2.14.7.3...v2.14.8
Full Changelog Since Latest: v2.14.5.1...v2.14.8

Don't miss a new wormhole release

NewReleases is sending notifications on new releases.