v2.24.10 Snax mainnet support
Key changes
- in #4019, the
subscribeToVAAs
config parameter was added (defaultfalse
). Guardians that act as public RPCs should set thistrue
, otherwise they'll only report on VAAs that they'd actually published. - Added Synthetix Snax mainnet support. To enable Snax mainnet, please use the following config parameters:
--snaxchainRPC YOUR_SNAXCHAIN_WEBSOCKET_URL
--snaxchainContract 0xc1BA3CC4bFE724A08FbbFbF64F8db196738665f4
What's Changed
- Tilt: More multiple guardian changes by @bruce-riley in #4043
- change ioutil to io and os by @charltonliv in #3970
- wormchain: refresh interchaintest by @kakucodes in #3991
- node: Update token entries for devnet and testnet configs by @johnsaigle in #4045
- ci: fix node tests fail intermittently by @bruce-riley in #4044
- ci: reveal sdk/js-query test errors by @evan-gray in #4048
- Migrate clients js to sdk v2 by @panoel in #3980
- CI: query-sdk-ci fails intermittently by @bruce-riley in #4046
- Node: Gateway relayer can ignore already attested return by @bruce-riley in #4052
- node: Fix missing support for chains in generated token list due to outdated SDK by @johnsaigle in #4053
- chore: update karura testnet contracts and tokenBridgeVAA by @andreclaro in #4055
- Terra2: Use "docker compose", not "docker-compose" by @bruce-riley in #4056
- ci: bump foundry to 2024-08-04 nightly by @evan-gray in #4049
- Node: Gossip Topic Split by @bruce-riley in #4000
- Node: Processor performance improvements by @bruce-riley in #3988
- Node/P2P: Allow disabling subscribing to VAAs by @bruce-riley in #4019
- sdk: add Mantle and X Layer relayer addresses by @evan-gray in #4059
- node: Add Makefile test target for arm64 by @johnsaigle in #4057
- Node/CCQ: Allow address wildcard by @bruce-riley in #4062
- Node: Log fatal not making it to grafana by @bruce-riley in #4063
- Node/CCQ: Proxy log stats on timeout by @bruce-riley in #4067
- client/js: update wormhole-foundation/sdk (0.9.0) and certusone/wormhole-sdk (0.10.17) by @andreclaro in #4064
- node: Governor token list update by @djb15 in #4061
- Node/CCQ: Solana should retry block read by @bruce-riley in #4068
- Node/CCQ: Add command to verify the permissions file by @bruce-riley in #4071
- Node: Observation batching with override by @bruce-riley in #4066
- node: Update governor manual tokens list by @djb15 in #4074
- Node: Unknown guardian tweaks by @bruce-riley in #4076
- node/test: fix incorrect control flow in governed assets test by @johnsaigle in #4079
- Github: Update Governor code owners by @djb15 in #4072
- github: fix codeowners errors by @evan-gray in #4082
- Deploy Snaxchain mainnet by @bruce-riley in #4078
- Eth: Make registerAllChainsOnTokenBridge not require worm support by @bruce-riley in #4083
New Contributors
- @charltonliv made their first contribution in #3970
- @kakucodes made their first contribution in #3991
Full Changelog: v2.24.9...v2.24.10