Key changes
This release is cut from the ext-integration/stacks branch and is only intended to be run by a single testnet guardian instance. The code changes within have not yet gone through the usual contributor review process and are intended for testing purposes only, and only in a way that makes sure that potential issues within this version don't impact liveness on other testnets.
To connect to Stacks testnet, use the following:
--stacksStateContract ST2W4SFFKXMGFJW7K7NZFK3AH52ZTXDB74HKV9MRA.wormhole-core-state
--stacksRPC YOUR_RPC
--stacksBitcoinBlockPollInterval 2 //optional (default is 2), can be adjusted if there are resource concerns
What's Changed
- 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 - Stacks Implementation by @jannik-stacks in #4565
New Contributors
- @jannik-stacks made their first contribution in #4565
Full Changelog: v2.47.0...v2.48.0-stacks