github wormhole-foundation/wormhole v2.23.44

latest releases: v2.24.4, v2.24.3.1, v2.24.3...
pre-release3 months ago

Key Changes

This release adds guardian support for the NTT accountant. To enable this feature you must create a new wormchain key for it (do not reuse your existing global accountant key) and add the following parameters:

# You may already have these.
--wormchainURL URL_TO_YOUR_WORMCHAIN_NODE
--accountantWS HTTP_URL_OF_YOUR_WORMCHAIN_NODE

# This is the testnet contract.
--accountantNttContract wormhole169tvyx49zmjqhlv7mzwj8j2weprascc0jq3rdglw9pynldqx34nscvhc7k

--accountantNttKeyPath PATH_TO_YOUR_NTT_ACCOUNTANT_KEY_FILE
--accountantNttKeyPassPhrase YOUR_NTT_ACCOUNTANT_KEY_PASS_PHRASE

This release also requires the renaming of the following guardiand flags (which have been deprecated for a while):

  • --wormchainKeyPath becomes --accountantKeyPath.
  • wormchainKeyPassPhrase becomes accountantKeyPassPhrase.

What's Changed

Full Changelog: v2.23.43...v2.23.44

Don't miss a new wormhole release

NewReleases is sending notifications on new releases.