github burnt-labs/xion v19.0.0

latest releases: v21.0.0, v20.0.0, v19.0.2...
3 months ago

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 v19 release in app/upgrades.go, including migrations for staking parameters, mint module settings, and fee abstraction epochs.
  • Replaced deprecated methods and variables (e.g., BaseApp methods) with updated alternatives for better maintainability. [1] [2]

Dependency Updates

  • Updated cosmossdk.io/core to version v0.11.3 and other dependencies in go.mod to address deprecations and vulnerabilities.
  • Added comments to clarify dependency replacements, such as the migration of rosetta-sdk-go/types to mesh-sdk-go/types.

Workflow Updates

  • Updated golangci-lint-action to version 8 in .github/workflows/golangci-lint.yaml for compatibility with newer linting features.
  • Modified installation commands in .github/workflows/verify-installers.yaml to dynamically use the version from the GitHub branch/tag name for apt, yum, and apk package managers. [1] [2] [3]

Documentation Improvements

  • Enhanced INSTALLERS.md with instructions for listing and installing specific versions of xiond across package managers (e.g., brew, apt, yum, apk). [1] [2] [3] [4]
  • Fixed a broken link in README.md for the INSTALLERS.md file to use a relative path.

Don't miss a new xion release

NewReleases is sending notifications on new releases.