This minor release adds a new instruction, transfer_ownership_one_step_unchecked
, that allows transferring ownership of the Solana program in a single step.
Contributors also added more tests and a number of security enhancements to this release.
What's Changed (Solana-related)
- solana: Add Rust test cases to handle tokens with transfer fee by @nvsriram in #489
- sdk: Added resume transfer methods to routes by @kev1n-peters in #487
- CI: disable rust toolchain cache by @kcsongor in #497
- solana: Update fee token comment to include required burn changes by @nvsriram in #493
- CI: Fix EVM and Solana Cargo SBF CI by @nvsriram in #501
- solana: Add or_fun_call clippy lint for efficiency gains by @johnsaigle in #452
- solana: Deny rust clippy warnings in Cargo.toml by @johnsaigle in #331
- sdk: bump wormhole-sdk version by @kev1n-peters in #498
- solana: Clippy: allow unwrap/expect in tests by @johnsaigle in #315
- solana: Configure clippy to deny possible truncation by @johnsaigle in #285
- examples: fetch vaa for last tx hash by @kev1n-peters in #496
- Makefile: Add Solana Makefile targets to top-level dir by @nvsriram in #502
- solana: Add anchor linting by @nvsriram in #507
- solana: Add no registered transceivers check by @nvsriram in #514
- solana: add instruction to transfer ownership in one step by @kcsongor in #516
Full Changelog: v2.0.0+solana...v2.1.0+solana