Versions in this module Expand all Collapse all v1 v1.11.11 Aug 6, 2024 Changes in this version + var DefaultExecutionConfig = ExecutionConfig + type Config struct + Chains chains.Manager + CreateAssetTxFee uint64 + DynamicFeeConfig feecomponent.Config + MaxStakeDuration time.Duration + MaxValidatorStake uint64 + MinDelegationFee uint32 + MinDelegatorStake uint64 + MinStakeDuration time.Duration + MinValidatorStake uint64 + PartialSyncPrimaryNetwork bool + RewardConfig reward.Config + StaticFeeConfig txfee.StaticConfig + SybilProtectionEnabled bool + TrackedSubnets set.Set[ids.ID] + UpgradeConfig upgrade.Config + UptimeLockedCalculator uptime.LockedCalculator + UptimePercentage float64 + UseCurrentHeight bool + Validators validators.Manager + func (c *Config) CreateChain(chainID ids.ID, tx *txs.CreateChainTx) + type ExecutionConfig struct + BlockCacheSize int + BlockIDCacheSize int + ChainCacheSize int + ChainDBCacheSize int + ChecksumsEnabled bool + FxOwnerCacheSize int + MempoolPruneFrequency time.Duration + Network network.Config + RewardUTXOsCacheSize int + SubnetManagerCacheSize int + TransformedSubnetTxCacheSize int + TxCacheSize int + func GetExecutionConfig(b []byte) (*ExecutionConfig, error)