common

package
v0.24.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ConfigPerms   = 0o750
	SlotsPerEpoch = 32

	GethTag              = "1.14.13"
	ErigonTag            = "v2.61.0"
	NethermindTag        = "1.30.3"
	PrysmTag             = "v5.2.0"
	LighthouseTag        = "v6.0.1"
	TekuTag              = "24.12.1"
	BesuTag              = "24.12.2"
	Nimbus2Tag           = "24.12.0"
	GethCommitHash       = "eb00f169"
	NethermindCommitHash = "87c86379"
	Nimbus2CommitHash    = "4e440277"

	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 StringToSemver(str string) (semver Semver)

func (Semver) IsNewerThan added in v0.23.0

func (v Semver) IsNewerThan(v2 Semver) (isNewer bool)

IsNewerThan checks whether v1 is a newer version than v2. The check is strict (equal values return false)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳