clients

package
v0.0.31 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2025 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// TeamRoles maps clients to their respective team's Discord role.
	TeamRoles = map[string]string{
		"lighthouse": "sigmaprime",
		"prysm":      "prysmatic",
		"lodestar":   "chainsafe",
		"nimbus":     "nimbus",
		"teku":       "teku",
		"grandine":   "grandine",
		"nethermind": "nethermind",
		"nimbusel":   "nimbus",
		"besu":       "besu",
		"geth":       "geth",
		"reth":       "reth",
		"erigon":     "erigon",
		"ethereumjs": "ethereumjs",
	}
	// AdminRoles maps admin roles to their respective Discord role.
	AdminRoles = map[string]string{
		"ef":    "ef",
		"admin": "admin",
		"mod":   "mod",
	}
	// Pre-production clients.
	PreProductionClients = map[string]bool{
		"ethereumjs": true,
		"nimbusel":   true,
		"erigonTwo":  true,
	}
)

Functions

This section is empty.

Types

type ClientType

type ClientType string

ClientType represents the type of client.

const (
	ClientTypeAll ClientType = ".*"
	ClientTypeCL  ClientType = "consensus"
	ClientTypeEL  ClientType = "execution"
)

Define the client types.

func (ClientType) String

func (c ClientType) String() string

String returns the string representation of a client type.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL