Documentation ¶
Index ¶
Constants ¶
View Source
const ( VersionMajor = 1 // Major version component of the current release VersionMinor = 7 // Minor version component of the current release VersionPatch = 0 // Patch version component of the current release VersionMeta = "unstable" // Version metadata to append to the version string )
Variables ¶
View Source
var Version = func() string { v := fmt.Sprintf("%d.%d.%d", VersionMajor, VersionMinor, VersionPatch) if VersionMeta != "" { v += "-" + VersionMeta } return v }()
Version holds the textual version string.
Functions ¶
func SupportedContractAddress ¶
only process order supported it
func SupportedEthVersion ¶
only process order supported it
func VersionWithCommit ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.