This is a maintenance release of the sBTC signer which adds support for Stacks epoch 3.3 (Stacks node 3.2.0.0.2
). Please ensure that your sBTC signer is upgraded prior to updating its connected Stacks node.
Highlights • Images • Upgrade Instructions • What's Changed
✨ Highlights
- Bumps
stacks-core
dependencies to the3.2.0.0.2
release. - Bumps Rust to 1.90.
🐳 Images:
Important
Always use immutable image tags - the image digests are provided below. Verify the attestation of these images using this guide.
We publish our images on GitHub Container Registry.
sBTC Signer
- 🏷️
stacks-sbtc/sbtc:signer-v1.1.1
- 🔒
sha256:43af7e711c42e9566e884b6df1a887fce2f10a2d2bd455e5f73661f829b9ff34
Blocklist Client
- 🏷️
stacks-sbtc/sbtc:blocklist-client-v1.1.1
- 🔒
sha256:365aaa5586332a654a120bec25eb0a994bc8edd8f1660616354332d50c1a5014
🛠️ Upgrade Instructions:
- Stop your sBTC signer
- Backup your database
- Update your sBTC images as specified above
- Restart your sBTC signer and blocklist client
📝 What's Changed
- feat: move clippy lints to
Cargo.toml
and enableunused_imports
andunused_trait_names
by @cylewitruk in #1822 - feat: rust 1.89 + new clippy lints by @cylewitruk in #1821
- chore: bump rust to 1.90 by @cylewitruk in #1829
- chore: update stacks dependencies for 3.2.0.0.2 by @cylewitruk in #1834
Full Changelog: v1.1.0...v1.1.1