Commit 2492849 1 parent 0f7fec1 commit 2492849 Copy full SHA for 2492849
File tree 3 files changed +0
-53
lines changed
3 files changed +0
-53
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4
4
-->
5
- ## Version 7.1.0
6
- ### Dependencies
7
- - ([ \# 1323] ( https://github.com/desmos-labs/desmos/pull/1343 ) ) Bumped ` cosmos-sdk ` to ` v0.47.13 `
8
- - ([ \# 1324] ( https://github.com/desmos-labs/desmos/pull/1344 ) ) Bumped ` wasmvm ` to ` v1.5.3 `
9
-
10
5
## Version 7.1.0
11
6
### Dependencies
12
7
- ([ \# 1323] ( https://github.com/desmos-labs/desmos/pull/1323 ) ) Bumped ` cosmos-sdk ` to ` v0.47.10 `
Original file line number Diff line number Diff line change @@ -3,12 +3,10 @@ package app
3
3
import (
4
4
v700 "github.com/desmos-labs/desmos/v7/app/upgrades/v700"
5
5
v710 "github.com/desmos-labs/desmos/v7/app/upgrades/v710"
6
- v720 "github.com/desmos-labs/desmos/v7/app/upgrades/v720"
7
6
)
8
7
9
8
// registerUpgradeHandlers registers all the upgrade handlers that are supported by the app
10
9
func (app * DesmosApp ) registerUpgradeHandlers () {
11
10
app .registerUpgrade (v700 .NewUpgrade (app .ModuleManager , app .Configurator ()))
12
11
app .registerUpgrade (v710 .NewUpgrade (app .ModuleManager , app .Configurator ()))
13
- app .registerUpgrade (v720 .NewUpgrade (app .ModuleManager , app .Configurator ()))
14
12
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments