package
5.2.0
Repository: https://github.com/prysmaticlabs/prysm.git
Documentation: pkg.go.dev

# Packages

# Functions

ConstructDialOptions constructs a list of grpc dial options.
NewValidatorService creates a new validator service for the service registry.
ProposeExit performs a voluntary exit on a validator.
SubmitValidatorRegistrations signs validator registration objects and submits it to the beacon node by batch of validatorRegsBatchSize size maximum.

# Variables

keyFetchPeriod is the frequency that we try to refetch validating keys in case no keys were fetched previously.
keyFetchPeriod is the frequency that we try to refetch validating keys in case no keys were fetched previously.
ValidatorAggFailVec used to count failed aggregations.
ValidatorAggSuccessVec used to count successful aggregations.
ValidatorAttestedSlotsGaugeVec used to keep track of validator attested slots by public key.
ValidatorAttestFailVec used to count failed attestations.
ValidatorAttestSuccessVec used to count successful attestations.
ValidatorBalancesGaugeVec used to keep track of validator balances by public key.
ValidatorCorrectlyVotedHeadGaugeVec used to keep track of validator's accuracy on voting head by public key.
ValidatorCorrectlyVotedSourceGaugeVec used to keep track of validator's accuracy on voting source by public key.
ValidatorCorrectlyVotedTargetGaugeVec used to keep track of validator's accuracy on voting target by public key.
ValidatorInactivityScoreGaugeVec used to track validator inactivity scores.
ValidatorInNextSyncCommitteeGaugeVec used to track whether validator is in the next sync committee.
ValidatorInSyncCommitteeGaugeVec used to track whether validator is in the current sync committee.
ValidatorNextAttestationSlotGaugeVec used to track validator statuses by public key.
ValidatorNextProposalSlotGaugeVec used to track validator statuses by public key.
ValidatorProposeFailVec used to count failed proposals.
ValidatorProposeSuccessVec used to count successful proposals.
ValidatorStatusesGaugeVec used to track validator statuses by public key and validator index.

# Structs

Config for the validator service.
ValidatorService represents a service to manage the validator client routine.