Skip to content

v2.23.44

Pre-release
Pre-release
Compare
Choose a tag to compare
@bruce-riley bruce-riley released this 08 Mar 14:03
· 300 commits to main since this release
3a9dfd9

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