Created
July 5, 2022 01:09
-
-
Save zeroFruit/d468a2c60e401c5bc5697592c16cc668 to your computer and use it in GitHub Desktop.
Cosmos Dev Series: Cosmos-SDK-based Blockchain Upgrade - module migration file tree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
x | |
├── foo | |
│ ├── keepers | |
│ │ └── migrations.go | |
│ ├── migrations | |
│ │ ├── v1 | |
│ │ │ ├── tx.pb.go | |
│ │ │ └── ... | |
│ │ └── v2 | |
│ │ └── migrations.go | |
│ └── module.go | |
└── ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment