Key Changes
This is a guardiand release.
guardiand
The following flags have been added to support watching core messages on Gateway
--gatewayWS ws://wormchain:26657/websocket
--gatewayLCD http://wormchain:1317
--gatewayContract wormhole1ufs3tlq4umljk0qfe8k5ya0x6hpavn897u2cnf9k0en9jr7qarqqaqfk2j
To enable the gateway relayer, specify the following guardian config parameters. This will relay Token Bridge signed VAAs destined to the Gateway IBC Translator contract.
--gatewayRelayerContract wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx
--gatewayRelayerKeyPath
--gatewayRelayerKeyPassPhrase
--wormchainURL
What's Changed
- Add ibc-translator contract to the cosmwasm workspace and it's governance packet to the rust sdk. by @misko9 in #3174
- Add x/ibc-hooks to wormchain repo by @misko9 in #3270
- node: Fix skipPrivateLogs option in Loki telemetry by @tbjump in #3283
- Add PFM to wormchain by @misko9 in #3271
- Add ibc-composability-mw to gateway by @misko9 in #3273
- Gateway/Node: Watcher support by @bruce-riley in #3275
- Node/Deploy: Rootstock readonly by @bruce-riley in #3235
- node/node_test: Test governance vaa injection by @tbjump in #3222
- node/gov: Adjust chain parameters by @tbjump in #3260
- Setparams gov vaa by @nik-suri in #3285
Full Changelog: v2.21.2...v2.22.0