Documentation
¶
Index ¶
Constants ¶
View Source
const ( ConfigPerms = 0o750 SlotsPerEpoch = 32 GethTag = "1.15.11" ErigonTag = "v3.0.12" NethermindTag = "1.32.2" BesuTag = "25.7.0" PrysmTag = "v6.0.4" LighthouseTag = "v7.0.1" TekuTag = "25.6.0" Nimbus2Tag = "25.5.0" GethCommitHash = "36b2371c" NethermindCommitHash = "d3e7eb98" Nimbus2CommitHash = "d2f23389" ClientDepsFolder = "clients" // folder in which client dependencies are stored )
View Source
const SemverExpressionRaw = `v?\d+(\.\d+){2}`
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigKey ¶ added in v0.22.0
type ConfigKey string
ConfigKey is a string alias, used for distincting between different key types
type Semver ¶ added in v0.23.0
type Semver struct {
// contains filtered or unexported fields
}
func StringToSemver ¶ added in v0.23.0
func (Semver) IsNewerThan ¶ added in v0.23.0
IsNewerThan checks whether v1 is a newer version than v2. The check is strict (equal values return false)
Click to show internal directories.
Click to hide internal directories.