Skip to content

Commit

Permalink
chore: remove v720 upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
dadamu committed Aug 8, 2024
1 parent 0250bd5 commit 21f7f90
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 49 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
-->
## Version 7.1.0
## Version 7.2.0
### Dependencies
- ([\#1323](https://github.com/desmos-labs/desmos/pull/1343)) Bumped `cosmos-sdk` to `v0.47.13`
- ([\#1324](https://github.com/desmos-labs/desmos/pull/1344)) Bumped `wasmvm` to `v1.5.3`
Expand Down
2 changes: 0 additions & 2 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ package app
import (
v700 "github.com/desmos-labs/desmos/v7/app/upgrades/v700"
v710 "github.com/desmos-labs/desmos/v7/app/upgrades/v710"
v720 "github.com/desmos-labs/desmos/v7/app/upgrades/v720"
)

// registerUpgradeHandlers registers all the upgrade handlers that are supported by the app
func (app *DesmosApp) registerUpgradeHandlers() {
app.registerUpgrade(v700.NewUpgrade(app.ModuleManager, app.Configurator()))
app.registerUpgrade(v710.NewUpgrade(app.ModuleManager, app.Configurator()))
app.registerUpgrade(v720.NewUpgrade(app.ModuleManager, app.Configurator()))
}
46 changes: 0 additions & 46 deletions app/upgrades/v720/upgrade.go

This file was deleted.

0 comments on commit 21f7f90

Please sign in to comment.