Key changes
This release adds support for Nexus mainnet. To enable it, use the following:
--nexusRPC YOUR_RPC
--nexusContract 0xC8aD24fC6063c41cB5C12a8e3851AafC3b3CF027
What's Changed
- ci: fix Rust 1.95.0 lints by @johnsaigle in #4753
- meta: Add code coverage metrics for node/ and sdk/ by @johnsaigle in #4654
- relayer: rm by @evan-gray in #4644
- node(sui): Fix types for JSON decode by @johnsaigle in #4751
- Add delegated guardian set 1, 2 and 3 by @aadam-10 in #4736
- chore: update codeowners by @evan-gray in #4759
- chore: update codeowners by @evan-gray in #4760
- meta: Update codeowners by @johnsaigle in #4757
- docs: Update CONTRIBUTING.md links and remove Terra references by @johnsaigle in #4470
- ci: Add zizmor to CI and fix all zizmor violations by @djb15 in #4754
- ci(scripts/coverage-check): write baseline as sorted list, remove "new packages" section by @johnsaigle in #4758
- node: April Governor limits update by @djb15 in #4762
- node: add exhaustruct lint for MessagePublication by @johnsaigle in #4720
- ci: Bump forge-std version by @djb15 in #4771
- ci: Allow Claude to check out fork PRs by @djb15 in #4770
- Tron Nile testnet deployment by @evan-gray in #4777
- ci: enable "Poorly Chosen Identifer" lint by @johnsaigle in #4718
- ci: Relax delta for unit test coverage by @johnsaigle in #4772
- docs: Remove references to running Terra1 by @johnsaigle in #4563
- EVM Watcher Security Improvements by @mdulin2 in #4676
- fix(cosmwasm): update registration flow by @evan-gray in #4756
- node(governor): Remove Linea by @johnsaigle in #4764
- ci: Forbid use of time.Sleep by @johnsaigle in #4782
- meta: Add johnsaigle to codeowners for p2p pkg by @johnsaigle in #4785
- chore(node): update ccq bootstrap by @evan-gray in #4784
- meta: Add governance VAA ordering to SECURITY_CONTEXT.md by @johnsaigle in #4773
- chore(node): fix e2e test race condition by @evan-gray in #4786
- node: Update mutex handling in processor by @djb15 in #4713
- node: Support multiple transfers per tx in the Accountant audit flow by @djb15 in #4747
- node: Fix gossipAdvertiseAddress variable shadowing by @djb15 in #4712
- node: Enhance URL verification by @johnsaigle in #4755
- solana: reclaim rent for old accounts by @kcsongor in #4746
- chore: rm deprecated chains by @evan-gray in #4791
- feat(node): solana core close event handling by @evan-gray in #4790
- chore(node): fix flaky test by @evan-gray in #4793
- rm terra classic by @evan-gray in #4792
- chore(node): transfer fees template by @evan-gray in #4794
- chore(node): nexus mainnet by @evan-gray in #4795
Full Changelog: v2.60.0...v2.61