config

package
v1.4.5 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2021 License: BSD-3-Clause Imports: 30 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FetchOnlyKey                            = "fetch-only"
	ConfigFileKey                           = "config-file"
	VersionKey                              = "version"
	GenesisConfigFileKey                    = "genesis"
	NetworkNameKey                          = "network-id"
	TxFeeKey                                = "tx-fee"
	CreationTxFeeKey                        = "creation-tx-fee"
	UptimeRequirementKey                    = "uptime-requirement"
	MinValidatorStakeKey                    = "min-validator-stake"
	MaxValidatorStakeKey                    = "max-validator-stake"
	MinDelegatorStakeKey                    = "min-delegator-stake"
	MinDelegatorFeeKey                      = "min-delegation-fee"
	MinStakeDurationKey                     = "min-stake-duration"
	MaxStakeDurationKey                     = "max-stake-duration"
	StakeMintingPeriodKey                   = "stake-minting-period"
	AssertionsEnabledKey                    = "assertions-enabled"
	SignatureVerificationEnabledKey         = "signature-verification-enabled"
	DBEnabledKey                            = "db-enabled"
	DBPathKey                               = "db-dir"
	PublicIPKey                             = "public-ip"
	DynamicUpdateDurationKey                = "dynamic-update-duration"
	DynamicPublicIPResolverKey              = "dynamic-public-ip"
	ConnMeterResetDurationKey               = "conn-meter-reset-duration"
	ConnMeterMaxConnsKey                    = "conn-meter-max-conns"
	HTTPHostKey                             = "http-host"
	HTTPPortKey                             = "http-port"
	HTTPSEnabledKey                         = "http-tls-enabled"
	HTTPSKeyFileKey                         = "http-tls-key-file"
	HTTPSCertFileKey                        = "http-tls-cert-file"
	HTTPAllowedOrigins                      = "http-allowed-origins"
	APIAuthRequiredKey                      = "api-auth-required"
	APIAuthPasswordFileKey                  = "api-auth-password-file" // #nosec G101
	BootstrapIPsKey                         = "bootstrap-ips"
	BootstrapIDsKey                         = "bootstrap-ids"
	StakingPortKey                          = "staking-port"
	StakingEnabledKey                       = "staking-enabled"
	StakingKeyPathKey                       = "staking-tls-key-file"
	StakingCertPathKey                      = "staking-tls-cert-file"
	StakingDisabledWeightKey                = "staking-disabled-weight"
	MaxNonStakerPendingMsgsKey              = "max-non-staker-pending-msgs"
	StakerMsgReservedKey                    = "staker-msg-reserved"
	StakerCPUReservedKey                    = "staker-cpu-reserved"
	MaxPendingMsgsKey                       = "max-pending-msgs"
	NetworkInitialTimeoutKey                = "network-initial-timeout"
	NetworkMinimumTimeoutKey                = "network-minimum-timeout"
	NetworkMaximumTimeoutKey                = "network-maximum-timeout"
	NetworkTimeoutHalflifeKey               = "network-timeout-halflife"
	NetworkTimeoutCoefficientKey            = "network-timeout-coefficient"
	NetworkHealthMinPeersKey                = "network-health-min-conn-peers"
	NetworkHealthMaxTimeSinceMsgReceivedKey = "network-health-max-time-since-msg-received"
	NetworkHealthMaxTimeSinceMsgSentKey     = "network-health-max-time-since-msg-sent"
	NetworkHealthMaxPortionSendQueueFillKey = "network-health-max-portion-send-queue-full"
	NetworkHealthMaxSendFailRateKey         = "network-health-max-send-fail-rate"
	NetworkHealthMaxOutstandingDurationKey  = "network-health-max-outstanding-request-duration"
	NetworkPeerListSizeKey                  = "network-peer-list-size"
	NetworkPeerListGossipSizeKey            = "network-peer-list-gossip-size"
	NetworkPeerListGossipFreqKey            = "network-peer-list-gossip-frequency"
	SendQueueSizeKey                        = "send-queue-size"
	BenchlistFailThresholdKey               = "benchlist-fail-threshold"
	BenchlistPeerSummaryEnabledKey          = "benchlist-peer-summary-enabled"
	BenchlistDurationKey                    = "benchlist-duration"
	BenchlistMinFailingDurationKey          = "benchlist-min-failing-duration"
	PluginDirKey                            = "plugin-dir"
	BuildDirKey                             = "build-dir"
	LogsDirKey                              = "log-dir"
	LogLevelKey                             = "log-level"
	LogDisplayLevelKey                      = "log-display-level"
	LogDisplayHighlightKey                  = "log-display-highlight"
	SnowSampleSizeKey                       = "snow-sample-size"
	SnowQuorumSizeKey                       = "snow-quorum-size"
	SnowVirtuousCommitThresholdKey          = "snow-virtuous-commit-threshold"
	SnowRogueCommitThresholdKey             = "snow-rogue-commit-threshold"
	SnowAvalancheNumParentsKey              = "snow-avalanche-num-parents"
	SnowAvalancheBatchSizeKey               = "snow-avalanche-batch-size"
	SnowConcurrentRepollsKey                = "snow-concurrent-repolls"
	SnowOptimalProcessingKey                = "snow-optimal-processing"
	SnowMaxProcessingKey                    = "snow-max-processing"
	SnowMaxTimeProcessingKey                = "snow-max-time-processing"
	SnowEpochFirstTransition                = "snow-epoch-first-transition"
	SnowEpochDuration                       = "snow-epoch-duration"
	WhitelistedSubnetsKey                   = "whitelisted-subnets"
	AdminAPIEnabledKey                      = "api-admin-enabled"
	InfoAPIEnabledKey                       = "api-info-enabled"
	KeystoreAPIEnabledKey                   = "api-keystore-enabled"
	MetricsAPIEnabledKey                    = "api-metrics-enabled"
	HealthAPIEnabledKey                     = "api-health-enabled"
	IpcAPIEnabledKey                        = "api-ipcs-enabled"
	IpcsChainIDsKey                         = "ipcs-chain-ids"
	IpcsPathKey                             = "ipcs-path"
	ConsensusGossipFrequencyKey             = "consensus-gossip-frequency"
	ConsensusShutdownTimeoutKey             = "consensus-shutdown-timeout"
	FdLimitKey                              = "fd-limit"
	CorethConfigKey                         = "coreth-config"
	IndexEnabledKey                         = "index-enabled"
	IndexAllowIncompleteKey                 = "index-allow-incomplete"
	RouterHealthMaxDropRateKey              = "router-health-max-drop-rate"
	RouterHealthMaxOutstandingRequestsKey   = "router-health-max-outstanding-requests"
	HealthCheckFreqKey                      = "health-check-frequency"
	HealthCheckAveragerHalflifeKey          = "health-check-averager-halflife"
	RetryBootstrapKey                       = "bootstrap-retry-enabled"
	RetryBootstrapMaxAttemptsKey            = "bootstrap-retry-max-attempts"
	PeerAliasTimeoutKey                     = "peer-alias-timeout"
	PluginModeKey                           = "plugin-mode-enabled"
	BootstrapBeaconConnectionTimeoutKey     = "bootstrap-beacon-connection-timeout"
)

Variables

This section is empty.

Functions

func GetConfigs

func GetConfigs(commit string) (node.Config, process.Config, error)

Returns: 1) The node config 2) The process config

Types

This section is empty.

Jump to

Keyboard shortcuts

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