v2.23.44
Pre-release
Pre-release
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
becomesaccountantKeyPassPhrase
.
What's Changed
- NTT Accountant Contract by @evan-gray in #3806
- NTT / Acct / Node: Guardian support by @bruce-riley in #3815
Full Changelog: v2.23.43...v2.23.44