Key changes
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 sei1gjrrme22cyha4ht2xapn3f08zzw6z3d4uxx6fyy9zd5dyr3yxgzqqncdqnWhat's Changed
- Adding more Solana tests + bug fix + hardening by @mdulin2 in #4783
- node: Add comments for hash input to file signer's Sign() method by @johnsaigle in #4622
- ci: Add govet shadow detection by @johnsaigle in #4722
- node: add exhaustruct lint for all processor structs by @johnsaigle in #4721
- node(processor): Remove double VAA broadcast by @johnsaigle in #4788
- feat(node): switch sei to cosmwasm watcher by @evan-gray in #4798
- chore(node): fix flaky adminserver test by @evan-gray in #4800
Full Changelog: v2.61...v2.62