Versions in this module Expand all Collapse all v0 v0.0.2 Oct 1, 2024 v0.0.1 Jun 25, 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 + 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 + RPCDELTATimeout time.Duration + RPCGasCap uint64 + RPCTxFeeCap float64 + SkipBcVersionCheck bool + SkipSnapshotRebuild bool + SkipUpgradeCheck bool + SnapshotCache int + SnapshotDelayInit bool + SnapshotVerify bool + SnapshotWait bool + TrieCleanCache int + TrieCleanJournal string + TrieCleanRejournal time.Duration + TrieDirtyCache int + TrieDirtyCommitTarget int + TxLookupLimit uint64 + TxPool txpool.Config + func NewDefaultConfig() Config