Skip to content

Commit

Permalink
[Release v0.6] v0.6.2 upgrade handler (#189)
Browse files Browse the repository at this point in the history
* [DFI-575] LCS viewer (#182)

* [DFI-575] VM mod: LCS viewer prototype added

* [DFI-575] CLI output fix

* [DFI-575] CLI output fix

* [DFI-575] ModulePath support added

* [DFI-575] Docs added

* [DFI-575] REST API added + REST test; Cosmos SDK Swagger dependency fix

* [DFI-594] vm mod: retry mechanism refactoring (#183)

* [DFI-594] vm mod: retry mechanism refactoring (option to disable request timeout)

* [DFI-594] Linter fix

* [DFI-594] Sleep added (useful for tests only)

* App module init changed (stakingKeeper pointer) (#184)

* Upgrade handler for v0.6.2 added for upgrade test
  • Loading branch information
Mikhail Kornilov committed Aug 6, 2020
1 parent 7771e0a commit 0753b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func NewDnServiceApp(logger log.Logger, db dbm.DB, config *config.VMConfig, invC
)

// Upgrade handler with name matching proposal name should be registered here.
app.upgradeKeeper.SetUpgradeHandler("v0.6.1", func(ctx sdk.Context, plan upgrade.Plan) {})
app.upgradeKeeper.SetUpgradeHandler("v0.6.2", func(ctx sdk.Context, plan upgrade.Plan) {})

// VMKeeper stores VM resources and interacts with DVM.
app.vmKeeper = vm.NewKeeper(
Expand Down

0 comments on commit 0753b30

Please sign in to comment.