docs: tooling (#22049)

This commit is contained in:
Julien Robert
2024-10-03 05:05:39 +00:00
committed by GitHub
parent bf95c814f8
commit 3a5a619e9d
6 changed files with 122 additions and 137 deletions
+3 -3
View File
@@ -15,12 +15,12 @@ import (
)
// UpgradeName defines the on-chain upgrade name for the sample SimApp upgrade
// from v0.50.x to v0.51.x
// from v0.52.x to v0.54.x
//
// NOTE: This upgrade defines a reference implementation of what an upgrade
// could look like when an application is migrating from Cosmos SDK version
// v0.50.x to v0.51.x.
const UpgradeName = "v050-to-v051"
// v0.52.x to v0.54.x.
const UpgradeName = "v052-to-v054"
func (app SimApp) RegisterUpgradeHandlers() {
app.UpgradeKeeper.SetUpgradeHandler(
+3 -3
View File
@@ -14,12 +14,12 @@ import (
)
// UpgradeName defines the on-chain upgrade name for the sample SimApp upgrade
// from v0.50.x to v0.51.x
// from v0.52.x to v2
//
// NOTE: This upgrade defines a reference implementation of what an upgrade
// could look like when an application is migrating from Cosmos SDK version
// v0.50.x to v0.51.x.
const UpgradeName = "v050-to-v051"
// v0.52.x to v2.
const UpgradeName = "v052-to-v2"
func (app *SimApp[T]) RegisterUpgradeHandlers() {
app.UpgradeKeeper.SetUpgradeHandler(