Closed dadamu closed 3 months ago
[!CAUTION]
Review failed
The pull request is closed.
This update streamlines the changelog and modifies the upgrade handling in the application. Specifically, the changelog for version 7.1.0
has been simplified by removing certain dependency bumps, focusing solely on the cosmos-sdk
. Additionally, the registerUpgradeHandlers
function in upgrades.go
has been altered to exclude the upgrade handler for version 720, indicating a shift in upgrade support and potentially affecting users reliant on that version.
File | Change Summary |
---|---|
CHANGELOG.md |
Simplified changelog for version 7.1.0 by removing the wasmvm version bumps, retaining only the cosmos-sdk bump to v0.47.10 . |
app/upgrades.go |
Removed registration of upgrade handler for version 720, indicating the application will no longer support that upgrade path, while keeping versions 700 and 710 intact. |
🐇 In the patch of the code, a hop and a skip,
The changelog’s lighter, a smoother trip!
Version bumps tidy, in neat little rows,
As upgrades dance lightly, away the old goes.
So here’s to the changes, both swift and bright,
A leap into progress, with joy and delight! ✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
👀 Docs preview available here: https://66b4b282a013aef56e193290--desmos-docs.netlify.app
Reverts desmos-labs/desmos#1345
Summary by CodeRabbit
Documentation
cosmos-sdk
dependency version, removing unnecessary entries forwasmvm
.Bug Fixes