Skip to content

Commit

Permalink
Merge branch 'main' into zanicar-fix-protogen
Browse files Browse the repository at this point in the history
  • Loading branch information
zanicar authored Jun 5, 2023
2 parents d82037c + dd58dde commit fcebfc6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 148 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ Contains bug fixes.
Contains all the PRs that improved the code without changing the behaviours.
-->

## [v1.0.0-rc.1]

### Removed

- [#399](https://github.com/archway-network/archway/pull/399) - Removing the upgrade handler for v1 release

## [v0.6.0]

### Added
Expand Down
11 changes: 1 addition & 10 deletions app/app_upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,11 @@ import (
upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types"

"github.com/archway-network/archway/app/upgrades"
upgrade_0_3 "github.com/archway-network/archway/app/upgrades/03"
upgrade_0_4 "github.com/archway-network/archway/app/upgrades/04"
upgrade_0_5_2 "github.com/archway-network/archway/app/upgrades/052"
upgrade_0_6 "github.com/archway-network/archway/app/upgrades/06"
)

// UPGRADES

var Upgrades = []upgrades.Upgrade{
upgrade_0_3.Upgrade, // v0.3.0
upgrade_0_4.Upgrade, // v0.4.0
upgrade_0_5_2.Upgrade, // v0.5.2
upgrade_0_6.Upgrade, // v0.6.0
}
var Upgrades = []upgrades.Upgrade{}

func (app *ArchwayApp) setupUpgrades() {
app.setUpgradeHandlers()
Expand Down
22 changes: 0 additions & 22 deletions app/upgrades/03/upgrades.go

This file was deleted.

22 changes: 0 additions & 22 deletions app/upgrades/04/upgrades.go

This file was deleted.

47 changes: 0 additions & 47 deletions app/upgrades/052/precision_test.go

This file was deleted.

22 changes: 0 additions & 22 deletions app/upgrades/052/upgrades.go

This file was deleted.

25 changes: 0 additions & 25 deletions app/upgrades/06/upgrades.go

This file was deleted.

0 comments on commit fcebfc6

Please sign in to comment.