Originally created by: bearycoolAI
Closes: #XXXX
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
feat
: A new featurefix
: A bug fixdocs
: Documentation only changesstyle
: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)refactor
: A code change that neither fixes a bug nor adds a featureperf
: A code change that improves performancetest
: Adding missing tests or correcting existing testsbuild
: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)ci
: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)chore
: Other changes that don't modify src or test filesrevert
: Reverts a previous commit -->!
in the type prefix if API or client breaking changeCHANGELOG.md
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
Please see Pull Request Reviewer section in the contributing guide for more information on how to review a pull request.
I have...
Enhanced query functionality to handle migrations between store versions.
Improvements
Improved migration process with height tracking capabilities.
Testing
These updates improve the system's ability to manage and track version migrations, ensuring more robust historical data handling and query mechanisms.
_Originally posted by @randygrok in https://github.com/cosmos/cosmos-sdk/pull/23145_