Documentation
¶
Index ¶
Constants ¶
View Source
const Fix = 0
Fix version component of the current release
View Source
const Major = 0
Major version component of the current release
View Source
const Minor = 6
Minor version component of the current release
Variables ¶
View Source
var ( // Version is the full version string Version = "1.5.0" // GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse --short HEAD)" GitCommit string HeightArray []int64 VersionArray []int64 PPChainAdmin string PPChainPrivateAdmin string Bigguy string EvmErrHardForkHeight int64 HeightString string VersionString string )
Functions ¶
func InitConfig ¶ added in v1.4.7
func InitConfig()
func LoadDefaultConfig ¶ added in v1.4.7
func LoadDefaultConfig(c conf)
func LoadDevelopConfig ¶ added in v1.4.7
func LoadDevelopConfig(c conf)
func LoadProductionConfig ¶ added in v1.4.7
func LoadProductionConfig(c conf)
func LoadStagingConfig ¶ added in v1.4.7
func LoadStagingConfig(c conf)
func ReadConfig ¶ added in v1.4.7
Types ¶
type VersionData ¶ added in v1.4.7
Click to show internal directories.
Click to hide internal directories.