Skip to content

Instantly share code, notes, and snippets.

@zeroFruit
Created July 5, 2022 01:09
Show Gist options
  • Save zeroFruit/d468a2c60e401c5bc5697592c16cc668 to your computer and use it in GitHub Desktop.
Save zeroFruit/d468a2c60e401c5bc5697592c16cc668 to your computer and use it in GitHub Desktop.
Cosmos Dev Series: Cosmos-SDK-based Blockchain Upgrade - module migration file tree
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