Key changes
This release adds support for WTT on Monad mainnet, and updates the governor limits to 5M (daily) / 500k (big tx).
Note: v2.47.0 has not been proposed to mainnet guardians, hence the version number gap.
What's Changed
- monad mainnet WTT deployment by @aapclark in #4547
- ci: Enable tests and lints for svm/ directory; disable them for terra/ by @johnsaigle in #4537
- node: add last observed vaa to hb by @panoel in #4542
- svm: forwards environment through config file set in
ENV_CONFIGby @scnale in #4548 - notary: Add admin rescue commands by @johnsaigle in #4474
- meta: Add AR codeowners by @johnsaigle in #4549
- node: Integrate Transfer Verifier into Sui Watcher by @pleasew8t in #4324
- ci: fix cspell command to also run on subdirectories by @johnsaigle in #4425
- scripts: fixes
make cleanfor SVM in contract-upgrade-governance by @scnale in #4555 - feat: moca testnet by @aapclark in #4550
- ci: Add additional linting via govet by @johnsaigle in #4557
- ci: Fix clippy lints for Rust 1.9.0 by @johnsaigle in #4560
- svm/wormhole-core-shims: allow anchor interfaces to be used from any anchor version by @kcsongor in #4559
- governor: Add manual token entries by @johnsaigle in #4574
- meta: Add bemic to codeowners for audits/ by @johnsaigle in #4570
- ci: Add security-focused clippy lints to various SVM crates by @johnsaigle in #4568
- node(governor): avoid locking mutex for checks that do not require the Governor's state by @johnsaigle in #4571
- node: Fix
SignExistingVAAby @djb15 in #4576 - audit: Add OtterSec review of token2022 metadata parsing by @johnsaigle in #4569
- Add Fernando to CODEOWNERS by @aadam-10 in #4581
- notary: fix bug where non-Ethereum messages were always Approved by @johnsaigle in #4577
- node(near): Increase RPC timeout from 5s to 20s by @CurtBryan in #4588
- meta: Add bemic to codeowners for governor by @johnsaigle in #4589
- node: Modify Governor limits for Monad by @johnsaigle in #4590
New Contributors
- @CurtBryan made their first contribution in #4588
Full Changelog: v2.46.0...v2.48.0