Versions in this module Expand all Collapse all v1 v1.4.9 Jul 5, 2021 Changes in this version + const BootstrapMaxTimeGetAncestorsKey + const BootstrapMultiputMaxContainersReceivedKey + const BootstrapMultiputMaxContainersSentKey + const ChainConfigDirKey + const ConsensusGossipAcceptedFrontierSizeKey + const ConsensusGossipOnAcceptSizeKey + const MeterVMsEnabledKey + const OutboundConnectionThrottlingRps + const OutboundConnectionTimeout + const ProfileContinuousEnabledKey + const ProfileContinuousFreqKey + const ProfileContinuousMaxFilesKey + const ProfileDirKey + const StakingEphemeralCertEnabledKey + func BuildFlagSet() *flag.FlagSet + func BuildViper(fs *flag.FlagSet, args []string) (*viper.Viper, error) + func GetNodeConfig(v *viper.Viper, buildDir string) (node.Config, error) + func GetProcessConfig(v *viper.Viper) (process.Config, error) v1.4.5 Jul 5, 2021 Changes in this version + const APIAuthPasswordFileKey + const APIAuthRequiredKey + const AdminAPIEnabledKey + const AssertionsEnabledKey + const BenchlistDurationKey + const BenchlistFailThresholdKey + const BenchlistMinFailingDurationKey + const BenchlistPeerSummaryEnabledKey + const BootstrapBeaconConnectionTimeoutKey + const BootstrapIDsKey + const BootstrapIPsKey + const BuildDirKey + const ConfigFileKey + const ConnMeterMaxConnsKey + const ConnMeterResetDurationKey + const ConsensusGossipFrequencyKey + const ConsensusShutdownTimeoutKey + const CorethConfigKey + const CreationTxFeeKey + const DBEnabledKey + const DBPathKey + const DynamicPublicIPResolverKey + const DynamicUpdateDurationKey + const FdLimitKey + const FetchOnlyKey + const GenesisConfigFileKey + const HTTPAllowedOrigins + const HTTPHostKey + const HTTPPortKey + const HTTPSCertFileKey + const HTTPSEnabledKey + const HTTPSKeyFileKey + const HealthAPIEnabledKey + const HealthCheckAveragerHalflifeKey + const HealthCheckFreqKey + const IndexAllowIncompleteKey + const IndexEnabledKey + const InfoAPIEnabledKey + const IpcAPIEnabledKey + const IpcsChainIDsKey + const IpcsPathKey + const KeystoreAPIEnabledKey + const LogDisplayHighlightKey + const LogDisplayLevelKey + const LogLevelKey + const LogsDirKey + const MaxNonStakerPendingMsgsKey + const MaxPendingMsgsKey + const MaxStakeDurationKey + const MaxValidatorStakeKey + const MetricsAPIEnabledKey + const MinDelegatorFeeKey + const MinDelegatorStakeKey + const MinStakeDurationKey + const MinValidatorStakeKey + const NetworkHealthMaxOutstandingDurationKey + const NetworkHealthMaxPortionSendQueueFillKey + const NetworkHealthMaxSendFailRateKey + const NetworkHealthMaxTimeSinceMsgReceivedKey + const NetworkHealthMaxTimeSinceMsgSentKey + const NetworkHealthMinPeersKey + const NetworkInitialTimeoutKey + const NetworkMaximumTimeoutKey + const NetworkMinimumTimeoutKey + const NetworkNameKey + const NetworkPeerListGossipFreqKey + const NetworkPeerListGossipSizeKey + const NetworkPeerListSizeKey + const NetworkTimeoutCoefficientKey + const NetworkTimeoutHalflifeKey + const PeerAliasTimeoutKey + const PluginDirKey + const PluginModeKey + const PublicIPKey + const RetryBootstrapKey + const RetryBootstrapMaxAttemptsKey + const RouterHealthMaxDropRateKey + const RouterHealthMaxOutstandingRequestsKey + const SendQueueSizeKey + const SignatureVerificationEnabledKey + const SnowAvalancheBatchSizeKey + const SnowAvalancheNumParentsKey + const SnowConcurrentRepollsKey + const SnowEpochDuration + const SnowEpochFirstTransition + const SnowMaxProcessingKey + const SnowMaxTimeProcessingKey + const SnowOptimalProcessingKey + const SnowQuorumSizeKey + const SnowRogueCommitThresholdKey + const SnowSampleSizeKey + const SnowVirtuousCommitThresholdKey + const StakeMintingPeriodKey + const StakerCPUReservedKey + const StakerMsgReservedKey + const StakingCertPathKey + const StakingDisabledWeightKey + const StakingEnabledKey + const StakingKeyPathKey + const StakingPortKey + const TxFeeKey + const UptimeRequirementKey + const VersionKey + const WhitelistedSubnetsKey + func GetConfigs(commit string) (node.Config, process.Config, error)