Versions in this module Expand all Collapse all v1 v1.14.12 Nov 23, 2024 Changes in this version + var DefaultConfig = NewDefaultConfig() + var DefaultFullGPOConfig = gasprice.Config + type Config struct + AcceptedCacheSize int + AcceptorQueueLimit int + AllowMissingTries bool + AllowUnfinalizedQueries bool + AllowUnprotectedTxHashes []common.Hash + AllowUnprotectedTxs bool + BlobPool blobpool.Config + CommitInterval uint64 + EnablePreimageRecording bool + GPO gasprice.Config + Genesis *core.Genesis + Miner miner.Config + NetworkId uint64 + OfflinePruning bool + OfflinePruningBloomFilterSize uint64 + OfflinePruningDataDirectory string + PopulateMissingTries *uint64 + PopulateMissingTriesParallelism int + Preimages bool + Pruning bool + RPCEVMTimeout time.Duration + RPCGasCap uint64 + RPCTxFeeCap float64 + SkipBcVersionCheck bool + SkipSnapshotRebuild bool + SkipTxIndexing bool + SkipUpgradeCheck bool + SnapshotCache int + SnapshotDelayInit bool + SnapshotVerify bool + SnapshotWait bool + StateHistory uint64 + StateScheme string + TransactionHistory uint64 + TrieCleanCache int + TrieDirtyCache int + TrieDirtyCommitTarget int + TriePrefetcherParallelism int + TxPool legacypool.Config + func NewDefaultConfig() Config v1.14.12-1 Nov 23, 2024