Skip to content

Instantly share code, notes, and snippets.

@zeroFruit
Created July 5, 2022 00:57
Show Gist options
  • Save zeroFruit/7fd2ac2b624ac0519d574f6b88251d86 to your computer and use it in GitHub Desktop.
Save zeroFruit/7fd2ac2b624ac0519d574f6b88251d86 to your computer and use it in GitHub Desktop.
Cosmos Dev Series: Cosmos-SDK-based Blockchain Upgrade - VersionMap
// VersionMap is a map of moduleName -> version
type VersionMap map[string]uint64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment