Skip to content

Releases: wormhole-foundation/wormhole

v2.23.12

24 Oct 19:31
90b3c37
Compare
Choose a tag to compare

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

Full Changelog: v2.23.11...v2.23.12

v2.23.11

02 Oct 14:24
251e6c4
Compare
Choose a tag to compare

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

Full Changelog: v2.23.10...v2.23.11

v2.23.10

18 Sep 14:24
Compare
Choose a tag to compare

Key Changes

This is a guardiand release which handles resolving Solana account lookup tables.

What's Changed

Full Changelog: v2.23.9...v2.23.10

v2.23.9

13 Sep 18:40
Compare
Choose a tag to compare

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

Full Changelog: v2.23.8...v2.23.9

v2.23.8

12 Sep 13:30
ac11e15
Compare
Choose a tag to compare
v2.23.8 Pre-release
Pre-release

What's Changed

Full Changelog: v2.23.7...v2.23.8

v2.23.7

11 Sep 16:00
846deb2
Compare
Choose a tag to compare
v2.23.7 Pre-release
Pre-release

What's Changed

Full Changelog: v2.23.6...v2.23.7

v2.23.6 Sui reobservation fix

28 Aug 19:22
c8abfd7
Compare
Choose a tag to compare

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

23 Aug 21:22
753185e
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v2.23.4...v2.23.5

v2.23.4 Another testnet gateway fix

23 Aug 14:15
e4fc447
Compare
Choose a tag to compare
Pre-release

This release addresses an issue with guardiand being unable to communicate with wormchain in testnet.

What's Changed

Full Changelog: v2.23.3...v2.23.4

v2.23.3

22 Aug 19:55
782111e
Compare
Choose a tag to compare
v2.23.3 Pre-release
Pre-release

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 to accountantKeyPath
  • wormchainKeyPassPhrase should be changed to accountantKeyPassPhrase

Support for the old parameters will be removed in a future release.

What's Changed

Full Changelog: v2.23.2...v2.23.3