Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( MaxLaunchpadVersion = newVersion("0.39.99", Launchpad) StargateFortyVersion = newVersion("0.40.0", Stargate) StargateFortyFourVersion = newVersion("0.44.0-alpha", Stargate) StargateFortyFiveThreeVersion = newVersion("0.45.3", Stargate) )
View Source
var ( // Versions is a list of known, sorted Cosmos-SDK versions. Versions = []Version{ MaxLaunchpadVersion, StargateFortyVersion, StargateFortyFourVersion, } // Latest is the latest known version of the Cosmos-SDK. Latest = Versions[len(Versions)-1] )
Functions ¶
This section is empty.
Types ¶
type Version ¶
type Version struct { // Family of the version Family Family // Version is the exact sdk version string. Version string // Semantic is the parsed version. Semantic semver.Version }
Version represents a range of Cosmos SDK versions.
Click to show internal directories.
Click to hide internal directories.