Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Rename v044 migrations to v045 #10260

Merged
merged 3 commits into from Sep 29, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -1,4 +1,4 @@
package v044
package v045

var (
DenomAddressPrefix = []byte{0x03}
Expand Down
@@ -1,4 +1,4 @@
package v044
package v045

import (
"github.com/cosmos/cosmos-sdk/codec"
Expand All @@ -9,7 +9,7 @@ import (
"github.com/cosmos/cosmos-sdk/x/bank/types"
)

// MigrateStore performs in-place store migrations from v0.43 to v0.44. The
// MigrateStore performs in-place store migrations from v0.43 to v0.45. The
// migration includes:
//
// - Migrate coin storage to save only amount.
Expand Down
@@ -1,4 +1,4 @@
package v044_test
package v045_test

import (
"testing"
Expand Down