Releases: burnt-labs/xion
Releases · burnt-labs/xion
v19.0.0
🚨 Do not Use this version use 19.0.1 instead 🚨
v19.0.0 contains a bug related to fee abstraction that will cause your node to halt .
Application Code Enhancements
- Introduced support for Cosmos SDK's v53 mint module and added a legacy mint keeper for backward compatibility in
app/app.go. [1] [2] - Added a new upgrade handler for the
v19release inapp/upgrades.go, including migrations for staking parameters, mint module settings, and fee abstraction epochs. - Replaced deprecated methods and variables (e.g.,
BaseAppmethods) with updated alternatives for better maintainability. [1] [2]
Dependency Updates
- Updated
cosmossdk.io/coreto versionv0.11.3and other dependencies ingo.modto address deprecations and vulnerabilities. - Added comments to clarify dependency replacements, such as the migration of
rosetta-sdk-go/typestomesh-sdk-go/types.
Workflow Updates
- Updated
golangci-lint-actionto version 8 in.github/workflows/golangci-lint.yamlfor compatibility with newer linting features. - Modified installation commands in
.github/workflows/verify-installers.yamlto dynamically use the version from the GitHub branch/tag name forapt,yum, andapkpackage managers. [1] [2] [3]
Documentation Improvements
- Enhanced
INSTALLERS.mdwith instructions for listing and installing specific versions ofxiondacross package managers (e.g.,brew,apt,yum,apk). [1] [2] [3] [4] - Fixed a broken link in
README.mdfor theINSTALLERS.mdfile to use a relative path.
v18.0.2
v18.0.1
v17.1.1
Changelog
What's Changed
- Optimistic Execution by @ash-burnt in #309
Full Changelog: v17.0.0...v17.1.1