Key Changes
This is a guardian release which adds Sui support to mainnet.
--suiRPC=YOUR_SUI_RPC_URL_LIKE_http://sui:9000
--suiWS=YOUR_SUI_RPC_URL_LIKE_sui:9000
--suiMoveEventType="0x5306f64e312b581766351c07af79c72fcb1cd25147157fdc2f8ad76de9a3fb6a::publish_message::WormholeMessage"
What's Changed
- Node: Don't lock memory in testnet by @bruce-riley in #2780
- update CODEOWNERS by @a5-pickle in #2801
- node/pkg/watcher: watcher audit change by @panoel in #2819
- Node: Add logging around DB writes by @bruce-riley in #2820
- Node: Add Sui mainnet support by @bruce-riley in #2826
Full Changelog: v2.15.1...v2.16.0