Versions in this module Expand all Collapse all v1 v1.12.2 Mar 3, 2025 Changes in this version + type APIConfig struct + AdminAPIEnabled bool + HealthAPIEnabled bool + InfoAPIEnabled bool + MetricsAPIEnabled bool + type APIIndexerConfig struct + IndexAPIEnabled bool + IndexAllowIncomplete bool + type BootstrapConfig struct + BootstrapAncestorsMaxContainersReceived int + BootstrapAncestorsMaxContainersSent int + BootstrapBeaconConnectionTimeout time.Duration + BootstrapMaxTimeGetAncestors time.Duration + Bootstrappers []genesis.Bootstrapper + type Config struct + AdaptiveTimeoutConfig timer.AdaptiveTimeoutConfig + AvaxAssetID ids.ID + BenchlistConfig benchlist.Config + CPUTargeterConfig tracker.TargeterConfig + ChainAliases map[ids.ID][]string + ChainConfigs map[string]chains.ChainConfig + ChainDataDir string + ConsensusAppConcurrency int + ConsensusShutdownTimeout time.Duration + DiskTargeterConfig tracker.TargeterConfig + FdLimit uint64 + FrontierPollFrequency time.Duration + GenesisBytes []byte + HealthCheckFreq time.Duration + LoggingConfig logging.Config + MeterVMEnabled bool + NetworkConfig network.Config + NetworkID uint32 + PluginDir string + ProcessContextFilePath string + ProfilerConfig profiler.Config + ProvidedFlags map[string]interface{} + RequiredAvailableDiskSpace uint64 + RouterHealthConfig router.HealthConfig + SubnetConfigs map[ids.ID]subnets.Config + SystemTrackerCPUHalflife time.Duration + SystemTrackerDiskHalflife time.Duration + SystemTrackerFrequency time.Duration + SystemTrackerProcessingHalflife time.Duration + TraceConfig trace.Config + TrackedSubnets set.Set[ids.ID] + UpgradeConfig upgrade.Config + UseCurrentHeight bool + VMAliases map[ids.ID][]string + WarningThresholdAvailableDiskSpace uint64 + type DatabaseConfig struct + Config []byte + Name string + Path string + ReadOnly bool + type HTTPConfig struct + HTTPAllowedHosts []string + HTTPAllowedOrigins []string + HTTPHost string + HTTPPort uint16 + HTTPSCert []byte + HTTPSEnabled bool + HTTPSKey []byte + ShutdownTimeout time.Duration + ShutdownWait time.Duration + type IPConfig struct + ListenHost string + ListenPort uint16 + PublicIP string + PublicIPResolutionFreq time.Duration + PublicIPResolutionService string + type ProcessContext struct + PID int + StakingAddress netip.AddrPort + URI string + type StakingConfig struct + PartialSyncPrimaryNetwork bool + StakingCertPath string + StakingKeyPath string + StakingSignerPath string + StakingSigningKey bls.Signer + StakingTLSCert tls.Certificate + SybilProtectionDisabledWeight uint64 + SybilProtectionEnabled bool + type StateSyncConfig struct + StateSyncIDs []ids.NodeID + StateSyncIPs []netip.AddrPort