Skip to content

Releases: wormhole-foundation/wormhole

v2.14.9.8

24 Mar 04:26
Compare
Choose a tag to compare

What's Changed

  • node: fix deserialization issue for modify_message by @conorpp in #2545

Full Changelog: v2.14.9.7...v2.14.9.8

v2.14.9.7

23 Mar 21:28
Compare
Choose a tag to compare

What's Changed

  • wormchain: make recipe easier to use for making release build by @conorpp in #2519
  • wormchain: dont remove v in tag name for release by @conorpp in #2522
  • accountant: separate modify_balance into separate module and check er… by @conorpp in #2513
  • Node: Circle Integration governance fixes by @bruce-riley in #2507
  • vaa/governance: Document other Action IDs by @tbjump in #2532

Full Changelog: v2.14.9.6...v2.14.9.7

v2.14.9.6

14 Mar 18:33
2658868
Compare
Choose a tag to compare

Key Changes

This is a breaking wormchain release

Please note: This release contains a core SDK release which affects both guardiand and wormchain

What's Changed

Full Changelog: v2.14.9.5...v2.14.9.6

v2.14.9.5

09 Mar 20:08
Compare
Choose a tag to compare

Key Changes

New guardiand cli options:

--publicRpcLogDetail [string]
  • none -- no logging of gRPC requests at all
  • minimal -- only log gRPC methods
  • full (default) -- additionally log user-agent and gRPC request payload
--logPublicRpcToTelemetry [bool]
  • false do not send publicrpc logs to Google Cloud Logging
  • true (default) -- (current behavior)

What's Changed

  • node/telemetry: Fix message encoding for Google Cloud Logging by @tbjump in #2498

Full Changelog: v2.14.9.4...v2.14.9.5

v2.14.9.4

09 Mar 16:34
bed48eb
Compare
Choose a tag to compare
v2.14.9.4 Pre-release
Pre-release

What's Changed

Full Changelog: v2.14.9.3...v2.14.9.4

v2.14.9.3

08 Mar 20:05
6def9b3
Compare
Choose a tag to compare
v2.14.9.3 Pre-release
Pre-release

What's Changed

  • node/telemetry: fix nullpointer, _privateLogEntry, tests by @tbjump in #2482

Full Changelog: v2.14.9.2...v2.14.9.3

v2.14.9.2

07 Mar 18:47
Compare
Choose a tag to compare
v2.14.9.2 Pre-release
Pre-release

Key Changes

--wormchainLCD is no longer required for accountant as it was not used.

What's Changed

Full Changelog: v2.14.9.1...v2.14.9.2

Message Conviction

27 Feb 15:10
Compare
Choose a tag to compare

Key Changes

This is a breaking wormchain release

What's Changed

Full Changelog: v2.14.9...v2.14.9.1

The Bedrock of a Guardian Release

24 Feb 03:43
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

  • @aadam-10 made their first contribution in #2426
  • @marcus-jump made their first contribution in #2344

Enabling Optimism Bedrock (testnet only for now)

To enable Bedrock, remove the optimismCtcRpc and optimismCtcContractAddress parameters and update optimismRPC to point at a Bedrock endpoint.

Enabling Base (testnet only for now)

To enable Base, add the following parameters
--baseRPC YOUR_BASE_RPC_URL
--baseContract 0x23908A62110e21C04F3A4e011d24F901F911744A

Full Changelog: v2.14.8.1...v2.14.9

A Balancing Act

15 Feb 15:38
Compare
Choose a tag to compare

Key Changes

This release adds support for creating governance VAAs for Global Accountant and marks the expected contract code for its initial deployment.

Also, a new guardian admin command dump-rpcs has been added. 🙂

What's Changed

  • node: add dump-rpcs command by @panoel in #2337
  • Node/Gov: add is governed check by @bruce-riley in #2351
  • Node/p2p: add subscriber too slow metric by @bruce-riley in #2361
  • node/p2p: enforce freshness of heartbeats and correctness of guardianAddr by @tbjump in #2341
  • node/grpc: add logging of x-forwarded-for to gRPC middleware by @tbjump in #2365
  • accountant: use token bridge governance vaa to modify balances by @conorpp in #2371

Full Changelog: v2.14.8...v2.14.8.1