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" P2pTLSEnabledKey = "p2p-tls-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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.