Skip to content

Commit

Permalink
feat!: remove upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
amimart committed Jan 17, 2024
1 parent 6092a9d commit be741a3
Show file tree
Hide file tree
Showing 21 changed files with 1 addition and 4,882 deletions.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ func New(

// RegisterUpgradeHandlers is used for registering any on-chain upgrades.
// Make sure it's called after `app.ModuleManager` and `app.configurator` are set.
app.setupUpgradeHandlers()
// app.setupUpgradeHandlers()

autocliv1.RegisterQueryServer(app.GRPCQueryRouter(), runtimeservices.NewAutoCLIQueryService(app.ModuleManager.Modules))
reflectionSvc, err := runtimeservices.NewReflectionService()
Expand Down
61 changes: 0 additions & 61 deletions app/upgrades.go

This file was deleted.

26 changes: 0 additions & 26 deletions app/upgrades/v4/upgrade.go

This file was deleted.

26 changes: 0 additions & 26 deletions app/upgrades/v41/upgrade.go

This file was deleted.

113 changes: 0 additions & 113 deletions app/upgrades/v5/upgrade.go

This file was deleted.

32 changes: 0 additions & 32 deletions app/upgrades/v6/upgrade.go

This file was deleted.

29 changes: 0 additions & 29 deletions x/logic/keeper/migrations.go

This file was deleted.

26 changes: 0 additions & 26 deletions x/logic/migrations/v2/migrations.go

This file was deleted.

Loading

0 comments on commit be741a3

Please sign in to comment.