-
Notifications
You must be signed in to change notification settings - Fork 121
fix: support new sip-034 tenure change causes #2384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Vercel deployment URL: https://stacks-blockchain-4h3fqek1v-hirosystems.vercel.app 🚀 |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
rmottley-hiro
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
## [8.13.5](v8.13.4...v8.13.5) (2025-12-02) ### Bug Fixes * support new sip-034 tenure change causes ([#2384](#2384)) ([399908f](399908f))
|
🎉 This PR is included in version 8.13.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [9.0.0-next.2](v9.0.0-next.1...v9.0.0-next.2) (2025-12-12) ### Bug Fixes * revert migration files to CommonJS ([#2397](#2397)) ([957458d](957458d)) * security patches for jws and node-forge ([83ebe2d](83ebe2d)) * stacks-blockchain/dist-tool/package.json & stacks-blockchain/dist-tool/package-lock.json to reduce vulnerabilities ([#2387](#2387)) ([8f242ed](8f242ed)) * support new sip-034 tenure change causes ([#2384](#2384)) ([399908f](399908f)) * upgrade stacks-encoding-native-js ([#2375](#2375)) ([ae9933b](ae9933b)) * upgrade to latest stacks-encoding-native-js with arm64 support ([#2376](#2376)) ([5ab7328](5ab7328))
Add support for new tenure extends introduced in SIP-034.
Updates old Stacks encoder dependency to the new
hirosystemsscoped npm library.Fixes #2383