Versions in this module Expand all Collapse all v2 v2.0.1 Oct 5, 2021 Changes in this version + var BeaconChainFlags = append(deprecatedFlags, []cli.Flag{ ... }) + var E2EBeaconChainFlags = []string + var E2EValidatorFlags = []string + var Mainnet = &cli.BoolFlag + var PraterTestnet = &cli.BoolFlag + var PyrmontTestnet = &cli.BoolFlag + var ValidatorFlags = append(deprecatedFlags, []cli.Flag{ ... }) + func ActiveFlags(flags []cli.Flag) []cli.Flag + func ConfigureBeaconChain(ctx *cli.Context) + func ConfigureValidator(ctx *cli.Context) + func Init(c *Flags) + func InitWithReset(c *Flags) func() + type Flags struct + AttestTimely bool + AttestationAggregationStrategy string + CorrectlyInsertOrphanedAtts bool + CorrectlyPruneCanonicalAtts bool + DisableAttestingHistoryDBCache bool + DisableBroadcastSlashings bool + DisableGRPCConnectionLogs bool + DisableLookback bool + EnableActiveBalanceCache bool + EnableBatchVerification bool + EnableDoppelGanger bool + EnableGetBlockOptimizations bool + EnableHistoricalSpaceRepresentation bool + EnableLargerGossipHistory bool + EnableNextSlotStateCache bool + EnableOptimizedBalanceUpdate bool + EnablePeerScorer bool + EnableSSZCache bool + EnableSlasher bool + EnableSlashingProtectionPruning bool + KeystoreImportDebounceInterval time.Duration + ProposerAttsSelectionUsingMaxCover bool + PyrmontTestnet bool + RemoteSlasherProtection bool + SkipBLSVerify bool + WriteSSZStateTransitions bool + WriteWalletPasswordOnWebOnboarding bool + func Get() *Flags Other modules containing this package github.com/prysmaticlabs/prysm/v3 github.com/prysmaticlabs/prysm/v4 github.com/prysmaticlabs/prysm/v5