Note: several earlier versions were not proposed to all mainnet guardians, or a new release was cut during the time multiple guardians were in the process off upgrading. The key changes and the links to the previous releases are pasted in these release notes.
Key changes (2.63.0)
This release improves the reliability of the guardian node to gather and process delegated observations.
Key changes (2.62)
This release changes the message observation mechanism for Sei (not SeiEVM) to the direct cosmwasm watcher from the Wormchain IBC watcher.
To enable this watcher for Sei, use the following config options:
--seiWS ws://sei:26657/websocket
--seiLCD http://sei:1317
--seiContract sei1gjrrme22cyha4ht2xapn3f08zzw6z3d4uxx6fyy9zd5dyr3yxgzqqncdqnThis release also includes the CCQ improvement patch.
Key changes (v2.61)
This release adds support for Nexus mainnet. To enable it, use the following:
--nexusRPC YOUR_RPC
--nexusContract 0xC8aD24fC6063c41cB5C12a8e3851AafC3b3CF027
What's Changed
- fix(node): delegate quorum should use message publication digest by @evan-gray in #4805
Full Changelog: v2.62...v2.63.0