Documentation ¶
Index ¶
- type GeneralConfig
- func (_m *GeneralConfig) AdminCredentialsFile() string
- func (_m *GeneralConfig) AdvisoryLockCheckInterval() time.Duration
- func (_m *GeneralConfig) AdvisoryLockID() int64
- func (_m *GeneralConfig) AllowOrigins() string
- func (_m *GeneralConfig) AppID() uuid.UUID
- func (_m *GeneralConfig) AuthenticatedRateLimit() int64
- func (_m *GeneralConfig) AuthenticatedRateLimitPeriod() models.Duration
- func (_m *GeneralConfig) AutoPprofBlockProfileRate() int
- func (_m *GeneralConfig) AutoPprofCPUProfileRate() int
- func (_m *GeneralConfig) AutoPprofEnabled() bool
- func (_m *GeneralConfig) AutoPprofGatherDuration() models.Duration
- func (_m *GeneralConfig) AutoPprofGatherTraceDuration() models.Duration
- func (_m *GeneralConfig) AutoPprofGoroutineThreshold() int
- func (_m *GeneralConfig) AutoPprofMaxProfileSize() utils.FileSize
- func (_m *GeneralConfig) AutoPprofMemProfileRate() int
- func (_m *GeneralConfig) AutoPprofMemThreshold() utils.FileSize
- func (_m *GeneralConfig) AutoPprofMutexProfileFraction() int
- func (_m *GeneralConfig) AutoPprofPollInterval() models.Duration
- func (_m *GeneralConfig) AutoPprofProfileRoot() string
- func (_m *GeneralConfig) BlockBackfillDepth() uint64
- func (_m *GeneralConfig) BlockBackfillSkip() bool
- func (_m *GeneralConfig) BridgeResponseURL() *url.URL
- func (_m *GeneralConfig) CertFile() string
- func (_m *GeneralConfig) ClientNodeURL() string
- func (_m *GeneralConfig) DatabaseBackupDir() string
- func (_m *GeneralConfig) DatabaseBackupFrequency() time.Duration
- func (_m *GeneralConfig) DatabaseBackupMode() config.DatabaseBackupMode
- func (_m *GeneralConfig) DatabaseBackupOnVersionUpgrade() bool
- func (_m *GeneralConfig) DatabaseBackupURL() *url.URL
- func (_m *GeneralConfig) DatabaseListenerMaxReconnectDuration() time.Duration
- func (_m *GeneralConfig) DatabaseListenerMinReconnectInterval() time.Duration
- func (_m *GeneralConfig) DatabaseLockingMode() string
- func (_m *GeneralConfig) DatabaseURL() url.URL
- func (_m *GeneralConfig) DefaultChainID() *big.Int
- func (_m *GeneralConfig) DefaultHTTPAllowUnrestrictedNetworkAccess() bool
- func (_m *GeneralConfig) DefaultHTTPLimit() int64
- func (_m *GeneralConfig) DefaultHTTPTimeout() models.Duration
- func (_m *GeneralConfig) DefaultLogLevel() zapcore.Level
- func (_m *GeneralConfig) Dev() bool
- func (_m *GeneralConfig) EVMEnabled() bool
- func (_m *GeneralConfig) EVMRPCEnabled() bool
- func (_m *GeneralConfig) EthereumHTTPURL() *url.URL
- func (_m *GeneralConfig) EthereumNodes() string
- func (_m *GeneralConfig) EthereumSecondaryURLs() []url.URL
- func (_m *GeneralConfig) EthereumURL() string
- func (_m *GeneralConfig) ExplorerAccessKey() string
- func (_m *GeneralConfig) ExplorerSecret() string
- func (_m *GeneralConfig) ExplorerURL() *url.URL
- func (_m *GeneralConfig) FMDefaultTransactionQueueDepth() uint32
- func (_m *GeneralConfig) FMSimulateTransactions() bool
- func (_m *GeneralConfig) FeatureExternalInitiators() bool
- func (_m *GeneralConfig) FeatureFeedsManager() bool
- func (_m *GeneralConfig) FeatureLogPoller() bool
- func (_m *GeneralConfig) FeatureOffchainReporting() bool
- func (_m *GeneralConfig) FeatureOffchainReporting2() bool
- func (_m *GeneralConfig) FeatureUICSAKeys() bool
- func (_m *GeneralConfig) GetAdvisoryLockIDConfiguredOrDefault() int64
- func (_m *GeneralConfig) GetDatabaseDialectConfiguredOrDefault() dialects.DialectName
- func (_m *GeneralConfig) GlobalBalanceMonitorEnabled() (bool, bool)
- func (_m *GeneralConfig) GlobalBlockEmissionIdleWarningThreshold() (time.Duration, bool)
- func (_m *GeneralConfig) GlobalBlockHistoryEstimatorBatchSize() (uint32, bool)
- func (_m *GeneralConfig) GlobalBlockHistoryEstimatorBlockDelay() (uint16, bool)
- func (_m *GeneralConfig) GlobalBlockHistoryEstimatorBlockHistorySize() (uint16, bool)
- func (_m *GeneralConfig) GlobalBlockHistoryEstimatorEIP1559FeeCapBufferBlocks() (uint16, bool)
- func (_m *GeneralConfig) GlobalBlockHistoryEstimatorTransactionPercentile() (uint16, bool)
- func (_m *GeneralConfig) GlobalChainType() (string, bool)
- func (_m *GeneralConfig) GlobalEthTxReaperInterval() (time.Duration, bool)
- func (_m *GeneralConfig) GlobalEthTxReaperThreshold() (time.Duration, bool)
- func (_m *GeneralConfig) GlobalEthTxResendAfterThreshold() (time.Duration, bool)
- func (_m *GeneralConfig) GlobalEvmEIP1559DynamicFees() (bool, bool)
- func (_m *GeneralConfig) GlobalEvmFinalityDepth() (uint32, bool)
- func (_m *GeneralConfig) GlobalEvmGasBumpPercent() (uint16, bool)
- func (_m *GeneralConfig) GlobalEvmGasBumpThreshold() (uint64, bool)
- func (_m *GeneralConfig) GlobalEvmGasBumpTxDepth() (uint16, bool)
- func (_m *GeneralConfig) GlobalEvmGasBumpWei() (*big.Int, bool)
- func (_m *GeneralConfig) GlobalEvmGasFeeCapDefault() (*big.Int, bool)
- func (_m *GeneralConfig) GlobalEvmGasLimitDefault() (uint64, bool)
- func (_m *GeneralConfig) GlobalEvmGasLimitMultiplier() (float32, bool)
- func (_m *GeneralConfig) GlobalEvmGasLimitTransfer() (uint64, bool)
- func (_m *GeneralConfig) GlobalEvmGasPriceDefault() (*big.Int, bool)
- func (_m *GeneralConfig) GlobalEvmGasTipCapDefault() (*big.Int, bool)
- func (_m *GeneralConfig) GlobalEvmGasTipCapMinimum() (*big.Int, bool)
- func (_m *GeneralConfig) GlobalEvmHeadTrackerHistoryDepth() (uint32, bool)
- func (_m *GeneralConfig) GlobalEvmHeadTrackerMaxBufferSize() (uint32, bool)
- func (_m *GeneralConfig) GlobalEvmHeadTrackerSamplingInterval() (time.Duration, bool)
- func (_m *GeneralConfig) GlobalEvmLogBackfillBatchSize() (uint32, bool)
- func (_m *GeneralConfig) GlobalEvmLogPollInterval() (time.Duration, bool)
- func (_m *GeneralConfig) GlobalEvmMaxGasPriceWei() (*big.Int, bool)
- func (_m *GeneralConfig) GlobalEvmMaxInFlightTransactions() (uint32, bool)
- func (_m *GeneralConfig) GlobalEvmMaxQueuedTransactions() (uint64, bool)
- func (_m *GeneralConfig) GlobalEvmMinGasPriceWei() (*big.Int, bool)
- func (_m *GeneralConfig) GlobalEvmNonceAutoSync() (bool, bool)
- func (_m *GeneralConfig) GlobalEvmRPCDefaultBatchSize() (uint32, bool)
- func (_m *GeneralConfig) GlobalEvmUseForwarders() (bool, bool)
- func (_m *GeneralConfig) GlobalFlagsContractAddress() (string, bool)
- func (_m *GeneralConfig) GlobalGasEstimatorMode() (string, bool)
- func (_m *GeneralConfig) GlobalLinkContractAddress() (string, bool)
- func (_m *GeneralConfig) GlobalMinIncomingConfirmations() (uint32, bool)
- func (_m *GeneralConfig) GlobalMinRequiredOutgoingConfirmations() (uint64, bool)
- func (_m *GeneralConfig) GlobalMinimumContractPayment() (*assets.Link, bool)
- func (_m *GeneralConfig) GlobalNodeNoNewHeadsThreshold() (time.Duration, bool)
- func (_m *GeneralConfig) GlobalNodePollFailureThreshold() (uint32, bool)
- func (_m *GeneralConfig) GlobalNodePollInterval() (time.Duration, bool)
- func (_m *GeneralConfig) GlobalOCRContractConfirmations() (uint16, bool)
- func (_m *GeneralConfig) GlobalOCRContractTransmitterTransmitTimeout() (time.Duration, bool)
- func (_m *GeneralConfig) GlobalOCRDatabaseTimeout() (time.Duration, bool)
- func (_m *GeneralConfig) GlobalOCRObservationGracePeriod() (time.Duration, bool)
- func (_m *GeneralConfig) GlobalOperatorFactoryAddress() (string, bool)
- func (_m *GeneralConfig) HTTPServerWriteTimeout() time.Duration
- func (_m *GeneralConfig) InsecureFastScrypt() bool
- func (_m *GeneralConfig) InsecureSkipVerify() bool
- func (_m *GeneralConfig) JSONConsole() bool
- func (_m *GeneralConfig) JobPipelineMaxRunDuration() time.Duration
- func (_m *GeneralConfig) JobPipelineReaperInterval() time.Duration
- func (_m *GeneralConfig) JobPipelineReaperThreshold() time.Duration
- func (_m *GeneralConfig) JobPipelineResultWriteQueueDepth() uint64
- func (_m *GeneralConfig) KeeperBaseFeeBufferPercent() uint32
- func (_m *GeneralConfig) KeeperCheckUpkeepGasPriceFeatureEnabled() bool
- func (_m *GeneralConfig) KeeperDefaultTransactionQueueDepth() uint32
- func (_m *GeneralConfig) KeeperGasPriceBufferPercent() uint32
- func (_m *GeneralConfig) KeeperGasTipCapBufferPercent() uint32
- func (_m *GeneralConfig) KeeperMaximumGracePeriod() int64
- func (_m *GeneralConfig) KeeperRegistryCheckGasOverhead() uint64
- func (_m *GeneralConfig) KeeperRegistryPerformGasOverhead() uint64
- func (_m *GeneralConfig) KeeperRegistrySyncInterval() time.Duration
- func (_m *GeneralConfig) KeeperRegistrySyncUpkeepQueueSize() uint32
- func (_m *GeneralConfig) KeeperTurnFlagEnabled() bool
- func (_m *GeneralConfig) KeeperTurnLookBack() int64
- func (_m *GeneralConfig) KeyFile() string
- func (_m *GeneralConfig) LeaseLockDuration() time.Duration
- func (_m *GeneralConfig) LeaseLockRefreshInterval() time.Duration
- func (_m *GeneralConfig) LogFileDir() string
- func (_m *GeneralConfig) LogFileMaxAge() int64
- func (_m *GeneralConfig) LogFileMaxBackups() int64
- func (_m *GeneralConfig) LogFileMaxSize() utils.FileSize
- func (_m *GeneralConfig) LogLevel() zapcore.Level
- func (_m *GeneralConfig) LogSQL() bool
- func (_m *GeneralConfig) LogUnixTimestamps() bool
- func (_m *GeneralConfig) MigrateDatabase() bool
- func (_m *GeneralConfig) OCR2BlockchainTimeout() time.Duration
- func (_m *GeneralConfig) OCR2ContractConfirmations() uint16
- func (_m *GeneralConfig) OCR2ContractPollInterval() time.Duration
- func (_m *GeneralConfig) OCR2ContractSubscribeInterval() time.Duration
- func (_m *GeneralConfig) OCR2ContractTransmitterTransmitTimeout() time.Duration
- func (_m *GeneralConfig) OCR2DatabaseTimeout() time.Duration
- func (_m *GeneralConfig) OCR2KeyBundleID() (string, error)
- func (_m *GeneralConfig) OCR2MonitoringEndpoint() string
- func (_m *GeneralConfig) OCR2TraceLogging() bool
- func (_m *GeneralConfig) OCRBlockchainTimeout() time.Duration
- func (_m *GeneralConfig) OCRBootstrapCheckInterval() time.Duration
- func (_m *GeneralConfig) OCRContractPollInterval() time.Duration
- func (_m *GeneralConfig) OCRContractSubscribeInterval() time.Duration
- func (_m *GeneralConfig) OCRDHTLookupInterval() int
- func (_m *GeneralConfig) OCRDefaultTransactionQueueDepth() uint32
- func (_m *GeneralConfig) OCRIncomingMessageBufferSize() int
- func (_m *GeneralConfig) OCRKeyBundleID() (string, error)
- func (_m *GeneralConfig) OCRMonitoringEndpoint() string
- func (_m *GeneralConfig) OCRNewStreamTimeout() time.Duration
- func (_m *GeneralConfig) OCRObservationTimeout() time.Duration
- func (_m *GeneralConfig) OCROutgoingMessageBufferSize() int
- func (_m *GeneralConfig) OCRSimulateTransactions() bool
- func (_m *GeneralConfig) OCRTraceLogging() bool
- func (_m *GeneralConfig) OCRTransmitterAddress() (ethkey.EIP55Address, error)
- func (_m *GeneralConfig) ORMMaxIdleConns() int
- func (_m *GeneralConfig) ORMMaxOpenConns() int
- func (_m *GeneralConfig) P2PAnnounceIP() net.IP
- func (_m *GeneralConfig) P2PAnnouncePort() uint16
- func (_m *GeneralConfig) P2PBootstrapCheckInterval() time.Duration
- func (_m *GeneralConfig) P2PBootstrapPeers() ([]string, error)
- func (_m *GeneralConfig) P2PDHTAnnouncementCounterUserPrefix() uint32
- func (_m *GeneralConfig) P2PDHTLookupInterval() int
- func (_m *GeneralConfig) P2PEnabled() bool
- func (_m *GeneralConfig) P2PIncomingMessageBufferSize() int
- func (_m *GeneralConfig) P2PListenIP() net.IP
- func (_m *GeneralConfig) P2PListenPort() uint16
- func (_m *GeneralConfig) P2PListenPortRaw() string
- func (_m *GeneralConfig) P2PNetworkingStack() networking.NetworkingStack
- func (_m *GeneralConfig) P2PNetworkingStackRaw() string
- func (_m *GeneralConfig) P2PNewStreamTimeout() time.Duration
- func (_m *GeneralConfig) P2POutgoingMessageBufferSize() int
- func (_m *GeneralConfig) P2PPeerID() p2pkey.PeerID
- func (_m *GeneralConfig) P2PPeerIDRaw() string
- func (_m *GeneralConfig) P2PPeerstoreWriteInterval() time.Duration
- func (_m *GeneralConfig) P2PV2AnnounceAddresses() []string
- func (_m *GeneralConfig) P2PV2Bootstrappers() []commontypes.BootstrapperLocator
- func (_m *GeneralConfig) P2PV2BootstrappersRaw() []string
- func (_m *GeneralConfig) P2PV2DeltaDial() models.Duration
- func (_m *GeneralConfig) P2PV2DeltaReconcile() models.Duration
- func (_m *GeneralConfig) P2PV2ListenAddresses() []string
- func (_m *GeneralConfig) Port() uint16
- func (_m *GeneralConfig) RPID() string
- func (_m *GeneralConfig) RPOrigin() string
- func (_m *GeneralConfig) ReaperExpiration() models.Duration
- func (_m *GeneralConfig) RootDir() string
- func (_m *GeneralConfig) SecureCookies() bool
- func (_m *GeneralConfig) SessionOptions() sessions.Options
- func (_m *GeneralConfig) SessionSecret() ([]byte, error)
- func (_m *GeneralConfig) SessionTimeout() models.Duration
- func (_m *GeneralConfig) SetLogLevel(lvl zapcore.Level) error
- func (_m *GeneralConfig) SetLogSQL(logSQL bool)
- func (_m *GeneralConfig) ShutdownGracePeriod() time.Duration
- func (_m *GeneralConfig) SolanaEnabled() bool
- func (_m *GeneralConfig) SolanaNodes() string
- func (_m *GeneralConfig) TLSCertPath() string
- func (_m *GeneralConfig) TLSDir() string
- func (_m *GeneralConfig) TLSHost() string
- func (_m *GeneralConfig) TLSKeyPath() string
- func (_m *GeneralConfig) TLSPort() uint16
- func (_m *GeneralConfig) TLSRedirect() bool
- func (_m *GeneralConfig) TelemetryIngressBufferSize() uint
- func (_m *GeneralConfig) TelemetryIngressLogging() bool
- func (_m *GeneralConfig) TelemetryIngressMaxBatchSize() uint
- func (_m *GeneralConfig) TelemetryIngressSendInterval() time.Duration
- func (_m *GeneralConfig) TelemetryIngressSendTimeout() time.Duration
- func (_m *GeneralConfig) TelemetryIngressServerPubKey() string
- func (_m *GeneralConfig) TelemetryIngressURL() *url.URL
- func (_m *GeneralConfig) TelemetryIngressUniConn() bool
- func (_m *GeneralConfig) TelemetryIngressUseBatchSend() bool
- func (_m *GeneralConfig) TerraEnabled() bool
- func (_m *GeneralConfig) TerraNodes() string
- func (_m *GeneralConfig) TriggerFallbackDBPollInterval() time.Duration
- func (_m *GeneralConfig) UnAuthenticatedRateLimit() int64
- func (_m *GeneralConfig) UnAuthenticatedRateLimitPeriod() models.Duration
- func (_m *GeneralConfig) Validate() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GeneralConfig ¶
GeneralConfig is an autogenerated mock type for the GeneralConfig type
func (*GeneralConfig) AdminCredentialsFile ¶
func (_m *GeneralConfig) AdminCredentialsFile() string
AdminCredentialsFile provides a mock function with given fields:
func (*GeneralConfig) AdvisoryLockCheckInterval ¶ added in v1.2.0
func (_m *GeneralConfig) AdvisoryLockCheckInterval() time.Duration
AdvisoryLockCheckInterval provides a mock function with given fields:
func (*GeneralConfig) AdvisoryLockID ¶ added in v1.2.0
func (_m *GeneralConfig) AdvisoryLockID() int64
AdvisoryLockID provides a mock function with given fields:
func (*GeneralConfig) AllowOrigins ¶
func (_m *GeneralConfig) AllowOrigins() string
AllowOrigins provides a mock function with given fields:
func (*GeneralConfig) AppID ¶
func (_m *GeneralConfig) AppID() uuid.UUID
AppID provides a mock function with given fields:
func (*GeneralConfig) AuthenticatedRateLimit ¶
func (_m *GeneralConfig) AuthenticatedRateLimit() int64
AuthenticatedRateLimit provides a mock function with given fields:
func (*GeneralConfig) AuthenticatedRateLimitPeriod ¶
func (_m *GeneralConfig) AuthenticatedRateLimitPeriod() models.Duration
AuthenticatedRateLimitPeriod provides a mock function with given fields:
func (*GeneralConfig) AutoPprofBlockProfileRate ¶
func (_m *GeneralConfig) AutoPprofBlockProfileRate() int
AutoPprofBlockProfileRate provides a mock function with given fields:
func (*GeneralConfig) AutoPprofCPUProfileRate ¶
func (_m *GeneralConfig) AutoPprofCPUProfileRate() int
AutoPprofCPUProfileRate provides a mock function with given fields:
func (*GeneralConfig) AutoPprofEnabled ¶
func (_m *GeneralConfig) AutoPprofEnabled() bool
AutoPprofEnabled provides a mock function with given fields:
func (*GeneralConfig) AutoPprofGatherDuration ¶
func (_m *GeneralConfig) AutoPprofGatherDuration() models.Duration
AutoPprofGatherDuration provides a mock function with given fields:
func (*GeneralConfig) AutoPprofGatherTraceDuration ¶
func (_m *GeneralConfig) AutoPprofGatherTraceDuration() models.Duration
AutoPprofGatherTraceDuration provides a mock function with given fields:
func (*GeneralConfig) AutoPprofGoroutineThreshold ¶
func (_m *GeneralConfig) AutoPprofGoroutineThreshold() int
AutoPprofGoroutineThreshold provides a mock function with given fields:
func (*GeneralConfig) AutoPprofMaxProfileSize ¶
func (_m *GeneralConfig) AutoPprofMaxProfileSize() utils.FileSize
AutoPprofMaxProfileSize provides a mock function with given fields:
func (*GeneralConfig) AutoPprofMemProfileRate ¶
func (_m *GeneralConfig) AutoPprofMemProfileRate() int
AutoPprofMemProfileRate provides a mock function with given fields:
func (*GeneralConfig) AutoPprofMemThreshold ¶
func (_m *GeneralConfig) AutoPprofMemThreshold() utils.FileSize
AutoPprofMemThreshold provides a mock function with given fields:
func (*GeneralConfig) AutoPprofMutexProfileFraction ¶
func (_m *GeneralConfig) AutoPprofMutexProfileFraction() int
AutoPprofMutexProfileFraction provides a mock function with given fields:
func (*GeneralConfig) AutoPprofPollInterval ¶
func (_m *GeneralConfig) AutoPprofPollInterval() models.Duration
AutoPprofPollInterval provides a mock function with given fields:
func (*GeneralConfig) AutoPprofProfileRoot ¶
func (_m *GeneralConfig) AutoPprofProfileRoot() string
AutoPprofProfileRoot provides a mock function with given fields:
func (*GeneralConfig) BlockBackfillDepth ¶
func (_m *GeneralConfig) BlockBackfillDepth() uint64
BlockBackfillDepth provides a mock function with given fields:
func (*GeneralConfig) BlockBackfillSkip ¶
func (_m *GeneralConfig) BlockBackfillSkip() bool
BlockBackfillSkip provides a mock function with given fields:
func (*GeneralConfig) BridgeResponseURL ¶
func (_m *GeneralConfig) BridgeResponseURL() *url.URL
BridgeResponseURL provides a mock function with given fields:
func (*GeneralConfig) CertFile ¶
func (_m *GeneralConfig) CertFile() string
CertFile provides a mock function with given fields:
func (*GeneralConfig) ClientNodeURL ¶
func (_m *GeneralConfig) ClientNodeURL() string
ClientNodeURL provides a mock function with given fields:
func (*GeneralConfig) DatabaseBackupDir ¶
func (_m *GeneralConfig) DatabaseBackupDir() string
DatabaseBackupDir provides a mock function with given fields:
func (*GeneralConfig) DatabaseBackupFrequency ¶
func (_m *GeneralConfig) DatabaseBackupFrequency() time.Duration
DatabaseBackupFrequency provides a mock function with given fields:
func (*GeneralConfig) DatabaseBackupMode ¶
func (_m *GeneralConfig) DatabaseBackupMode() config.DatabaseBackupMode
DatabaseBackupMode provides a mock function with given fields:
func (*GeneralConfig) DatabaseBackupOnVersionUpgrade ¶
func (_m *GeneralConfig) DatabaseBackupOnVersionUpgrade() bool
DatabaseBackupOnVersionUpgrade provides a mock function with given fields:
func (*GeneralConfig) DatabaseBackupURL ¶
func (_m *GeneralConfig) DatabaseBackupURL() *url.URL
DatabaseBackupURL provides a mock function with given fields:
func (*GeneralConfig) DatabaseListenerMaxReconnectDuration ¶
func (_m *GeneralConfig) DatabaseListenerMaxReconnectDuration() time.Duration
DatabaseListenerMaxReconnectDuration provides a mock function with given fields:
func (*GeneralConfig) DatabaseListenerMinReconnectInterval ¶
func (_m *GeneralConfig) DatabaseListenerMinReconnectInterval() time.Duration
DatabaseListenerMinReconnectInterval provides a mock function with given fields:
func (*GeneralConfig) DatabaseLockingMode ¶
func (_m *GeneralConfig) DatabaseLockingMode() string
DatabaseLockingMode provides a mock function with given fields:
func (*GeneralConfig) DatabaseURL ¶
func (_m *GeneralConfig) DatabaseURL() url.URL
DatabaseURL provides a mock function with given fields:
func (*GeneralConfig) DefaultChainID ¶
func (_m *GeneralConfig) DefaultChainID() *big.Int
DefaultChainID provides a mock function with given fields:
func (*GeneralConfig) DefaultHTTPAllowUnrestrictedNetworkAccess ¶
func (_m *GeneralConfig) DefaultHTTPAllowUnrestrictedNetworkAccess() bool
DefaultHTTPAllowUnrestrictedNetworkAccess provides a mock function with given fields:
func (*GeneralConfig) DefaultHTTPLimit ¶
func (_m *GeneralConfig) DefaultHTTPLimit() int64
DefaultHTTPLimit provides a mock function with given fields:
func (*GeneralConfig) DefaultHTTPTimeout ¶
func (_m *GeneralConfig) DefaultHTTPTimeout() models.Duration
DefaultHTTPTimeout provides a mock function with given fields:
func (*GeneralConfig) DefaultLogLevel ¶
func (_m *GeneralConfig) DefaultLogLevel() zapcore.Level
DefaultLogLevel provides a mock function with given fields:
func (*GeneralConfig) Dev ¶
func (_m *GeneralConfig) Dev() bool
Dev provides a mock function with given fields:
func (*GeneralConfig) EVMEnabled ¶ added in v1.2.0
func (_m *GeneralConfig) EVMEnabled() bool
EVMEnabled provides a mock function with given fields:
func (*GeneralConfig) EVMRPCEnabled ¶ added in v1.2.0
func (_m *GeneralConfig) EVMRPCEnabled() bool
EVMRPCEnabled provides a mock function with given fields:
func (*GeneralConfig) EthereumHTTPURL ¶
func (_m *GeneralConfig) EthereumHTTPURL() *url.URL
EthereumHTTPURL provides a mock function with given fields:
func (*GeneralConfig) EthereumNodes ¶ added in v1.3.0
func (_m *GeneralConfig) EthereumNodes() string
EthereumNodes provides a mock function with given fields:
func (*GeneralConfig) EthereumSecondaryURLs ¶
func (_m *GeneralConfig) EthereumSecondaryURLs() []url.URL
EthereumSecondaryURLs provides a mock function with given fields:
func (*GeneralConfig) EthereumURL ¶
func (_m *GeneralConfig) EthereumURL() string
EthereumURL provides a mock function with given fields:
func (*GeneralConfig) ExplorerAccessKey ¶
func (_m *GeneralConfig) ExplorerAccessKey() string
ExplorerAccessKey provides a mock function with given fields:
func (*GeneralConfig) ExplorerSecret ¶
func (_m *GeneralConfig) ExplorerSecret() string
ExplorerSecret provides a mock function with given fields:
func (*GeneralConfig) ExplorerURL ¶
func (_m *GeneralConfig) ExplorerURL() *url.URL
ExplorerURL provides a mock function with given fields:
func (*GeneralConfig) FMDefaultTransactionQueueDepth ¶
func (_m *GeneralConfig) FMDefaultTransactionQueueDepth() uint32
FMDefaultTransactionQueueDepth provides a mock function with given fields:
func (*GeneralConfig) FMSimulateTransactions ¶
func (_m *GeneralConfig) FMSimulateTransactions() bool
FMSimulateTransactions provides a mock function with given fields:
func (*GeneralConfig) FeatureExternalInitiators ¶
func (_m *GeneralConfig) FeatureExternalInitiators() bool
FeatureExternalInitiators provides a mock function with given fields:
func (*GeneralConfig) FeatureFeedsManager ¶
func (_m *GeneralConfig) FeatureFeedsManager() bool
FeatureFeedsManager provides a mock function with given fields:
func (*GeneralConfig) FeatureLogPoller ¶ added in v1.4.0
func (_m *GeneralConfig) FeatureLogPoller() bool
FeatureLogPoller provides a mock function with given fields:
func (*GeneralConfig) FeatureOffchainReporting ¶
func (_m *GeneralConfig) FeatureOffchainReporting() bool
FeatureOffchainReporting provides a mock function with given fields:
func (*GeneralConfig) FeatureOffchainReporting2 ¶ added in v1.2.0
func (_m *GeneralConfig) FeatureOffchainReporting2() bool
FeatureOffchainReporting2 provides a mock function with given fields:
func (*GeneralConfig) FeatureUICSAKeys ¶
func (_m *GeneralConfig) FeatureUICSAKeys() bool
FeatureUICSAKeys provides a mock function with given fields:
func (*GeneralConfig) GetAdvisoryLockIDConfiguredOrDefault ¶
func (_m *GeneralConfig) GetAdvisoryLockIDConfiguredOrDefault() int64
GetAdvisoryLockIDConfiguredOrDefault provides a mock function with given fields:
func (*GeneralConfig) GetDatabaseDialectConfiguredOrDefault ¶
func (_m *GeneralConfig) GetDatabaseDialectConfiguredOrDefault() dialects.DialectName
GetDatabaseDialectConfiguredOrDefault provides a mock function with given fields:
func (*GeneralConfig) GlobalBalanceMonitorEnabled ¶
func (_m *GeneralConfig) GlobalBalanceMonitorEnabled() (bool, bool)
GlobalBalanceMonitorEnabled provides a mock function with given fields:
func (*GeneralConfig) GlobalBlockEmissionIdleWarningThreshold ¶
func (_m *GeneralConfig) GlobalBlockEmissionIdleWarningThreshold() (time.Duration, bool)
GlobalBlockEmissionIdleWarningThreshold provides a mock function with given fields:
func (*GeneralConfig) GlobalBlockHistoryEstimatorBatchSize ¶
func (_m *GeneralConfig) GlobalBlockHistoryEstimatorBatchSize() (uint32, bool)
GlobalBlockHistoryEstimatorBatchSize provides a mock function with given fields:
func (*GeneralConfig) GlobalBlockHistoryEstimatorBlockDelay ¶
func (_m *GeneralConfig) GlobalBlockHistoryEstimatorBlockDelay() (uint16, bool)
GlobalBlockHistoryEstimatorBlockDelay provides a mock function with given fields:
func (*GeneralConfig) GlobalBlockHistoryEstimatorBlockHistorySize ¶
func (_m *GeneralConfig) GlobalBlockHistoryEstimatorBlockHistorySize() (uint16, bool)
GlobalBlockHistoryEstimatorBlockHistorySize provides a mock function with given fields:
func (*GeneralConfig) GlobalBlockHistoryEstimatorEIP1559FeeCapBufferBlocks ¶ added in v1.1.1
func (_m *GeneralConfig) GlobalBlockHistoryEstimatorEIP1559FeeCapBufferBlocks() (uint16, bool)
GlobalBlockHistoryEstimatorEIP1559FeeCapBufferBlocks provides a mock function with given fields:
func (*GeneralConfig) GlobalBlockHistoryEstimatorTransactionPercentile ¶
func (_m *GeneralConfig) GlobalBlockHistoryEstimatorTransactionPercentile() (uint16, bool)
GlobalBlockHistoryEstimatorTransactionPercentile provides a mock function with given fields:
func (*GeneralConfig) GlobalChainType ¶
func (_m *GeneralConfig) GlobalChainType() (string, bool)
GlobalChainType provides a mock function with given fields:
func (*GeneralConfig) GlobalEthTxReaperInterval ¶
func (_m *GeneralConfig) GlobalEthTxReaperInterval() (time.Duration, bool)
GlobalEthTxReaperInterval provides a mock function with given fields:
func (*GeneralConfig) GlobalEthTxReaperThreshold ¶
func (_m *GeneralConfig) GlobalEthTxReaperThreshold() (time.Duration, bool)
GlobalEthTxReaperThreshold provides a mock function with given fields:
func (*GeneralConfig) GlobalEthTxResendAfterThreshold ¶
func (_m *GeneralConfig) GlobalEthTxResendAfterThreshold() (time.Duration, bool)
GlobalEthTxResendAfterThreshold provides a mock function with given fields:
func (*GeneralConfig) GlobalEvmEIP1559DynamicFees ¶
func (_m *GeneralConfig) GlobalEvmEIP1559DynamicFees() (bool, bool)
GlobalEvmEIP1559DynamicFees provides a mock function with given fields:
func (*GeneralConfig) GlobalEvmFinalityDepth ¶
func (_m *GeneralConfig) GlobalEvmFinalityDepth() (uint32, bool)
GlobalEvmFinalityDepth provides a mock function with given fields:
func (*GeneralConfig) GlobalEvmGasBumpPercent ¶
func (_m *GeneralConfig) GlobalEvmGasBumpPercent() (uint16, bool)
GlobalEvmGasBumpPercent provides a mock function with given fields:
func (*GeneralConfig) GlobalEvmGasBumpThreshold ¶
func (_m *GeneralConfig) GlobalEvmGasBumpThreshold() (uint64, bool)
GlobalEvmGasBumpThreshold provides a mock function with given fields:
func (*GeneralConfig) GlobalEvmGasBumpTxDepth ¶
func (_m *GeneralConfig) GlobalEvmGasBumpTxDepth() (uint16, bool)
GlobalEvmGasBumpTxDepth provides a mock function with given fields:
func (*GeneralConfig) GlobalEvmGasBumpWei ¶
func (_m *GeneralConfig) GlobalEvmGasBumpWei() (*big.Int, bool)
GlobalEvmGasBumpWei provides a mock function with given fields:
func (*GeneralConfig) GlobalEvmGasFeeCapDefault ¶ added in v1.1.1
func (_m *GeneralConfig) GlobalEvmGasFeeCapDefault() (*big.Int, bool)
GlobalEvmGasFeeCapDefault provides a mock function with given fields:
func (*GeneralConfig) GlobalEvmGasLimitDefault ¶
func (_m *GeneralConfig) GlobalEvmGasLimitDefault() (uint64, bool)
GlobalEvmGasLimitDefault provides a mock function with given fields:
func (*GeneralConfig) GlobalEvmGasLimitMultiplier ¶
func (_m *GeneralConfig) GlobalEvmGasLimitMultiplier() (float32, bool)
GlobalEvmGasLimitMultiplier provides a mock function with given fields:
func (*GeneralConfig) GlobalEvmGasLimitTransfer ¶
func (_m *GeneralConfig) GlobalEvmGasLimitTransfer() (uint64, bool)
GlobalEvmGasLimitTransfer provides a mock function with given fields:
func (*GeneralConfig) GlobalEvmGasPriceDefault ¶
func (_m *GeneralConfig) GlobalEvmGasPriceDefault() (*big.Int, bool)
GlobalEvmGasPriceDefault provides a mock function with given fields:
func (*GeneralConfig) GlobalEvmGasTipCapDefault ¶
func (_m *GeneralConfig) GlobalEvmGasTipCapDefault() (*big.Int, bool)
GlobalEvmGasTipCapDefault provides a mock function with given fields:
func (*GeneralConfig) GlobalEvmGasTipCapMinimum ¶
func (_m *GeneralConfig) GlobalEvmGasTipCapMinimum() (*big.Int, bool)
GlobalEvmGasTipCapMinimum provides a mock function with given fields:
func (*GeneralConfig) GlobalEvmHeadTrackerHistoryDepth ¶
func (_m *GeneralConfig) GlobalEvmHeadTrackerHistoryDepth() (uint32, bool)
GlobalEvmHeadTrackerHistoryDepth provides a mock function with given fields:
func (*GeneralConfig) GlobalEvmHeadTrackerMaxBufferSize ¶
func (_m *GeneralConfig) GlobalEvmHeadTrackerMaxBufferSize() (uint32, bool)
GlobalEvmHeadTrackerMaxBufferSize provides a mock function with given fields:
func (*GeneralConfig) GlobalEvmHeadTrackerSamplingInterval ¶
func (_m *GeneralConfig) GlobalEvmHeadTrackerSamplingInterval() (time.Duration, bool)
GlobalEvmHeadTrackerSamplingInterval provides a mock function with given fields:
func (*GeneralConfig) GlobalEvmLogBackfillBatchSize ¶
func (_m *GeneralConfig) GlobalEvmLogBackfillBatchSize() (uint32, bool)
GlobalEvmLogBackfillBatchSize provides a mock function with given fields:
func (*GeneralConfig) GlobalEvmLogPollInterval ¶ added in v1.4.0
func (_m *GeneralConfig) GlobalEvmLogPollInterval() (time.Duration, bool)
GlobalEvmLogPollInterval provides a mock function with given fields:
func (*GeneralConfig) GlobalEvmMaxGasPriceWei ¶
func (_m *GeneralConfig) GlobalEvmMaxGasPriceWei() (*big.Int, bool)
GlobalEvmMaxGasPriceWei provides a mock function with given fields:
func (*GeneralConfig) GlobalEvmMaxInFlightTransactions ¶
func (_m *GeneralConfig) GlobalEvmMaxInFlightTransactions() (uint32, bool)
GlobalEvmMaxInFlightTransactions provides a mock function with given fields:
func (*GeneralConfig) GlobalEvmMaxQueuedTransactions ¶
func (_m *GeneralConfig) GlobalEvmMaxQueuedTransactions() (uint64, bool)
GlobalEvmMaxQueuedTransactions provides a mock function with given fields:
func (*GeneralConfig) GlobalEvmMinGasPriceWei ¶
func (_m *GeneralConfig) GlobalEvmMinGasPriceWei() (*big.Int, bool)
GlobalEvmMinGasPriceWei provides a mock function with given fields:
func (*GeneralConfig) GlobalEvmNonceAutoSync ¶
func (_m *GeneralConfig) GlobalEvmNonceAutoSync() (bool, bool)
GlobalEvmNonceAutoSync provides a mock function with given fields:
func (*GeneralConfig) GlobalEvmRPCDefaultBatchSize ¶
func (_m *GeneralConfig) GlobalEvmRPCDefaultBatchSize() (uint32, bool)
GlobalEvmRPCDefaultBatchSize provides a mock function with given fields:
func (*GeneralConfig) GlobalEvmUseForwarders ¶ added in v1.4.0
func (_m *GeneralConfig) GlobalEvmUseForwarders() (bool, bool)
GlobalEvmUseForwarders provides a mock function with given fields:
func (*GeneralConfig) GlobalFlagsContractAddress ¶
func (_m *GeneralConfig) GlobalFlagsContractAddress() (string, bool)
GlobalFlagsContractAddress provides a mock function with given fields:
func (*GeneralConfig) GlobalGasEstimatorMode ¶
func (_m *GeneralConfig) GlobalGasEstimatorMode() (string, bool)
GlobalGasEstimatorMode provides a mock function with given fields:
func (*GeneralConfig) GlobalLinkContractAddress ¶
func (_m *GeneralConfig) GlobalLinkContractAddress() (string, bool)
GlobalLinkContractAddress provides a mock function with given fields:
func (*GeneralConfig) GlobalMinIncomingConfirmations ¶
func (_m *GeneralConfig) GlobalMinIncomingConfirmations() (uint32, bool)
GlobalMinIncomingConfirmations provides a mock function with given fields:
func (*GeneralConfig) GlobalMinRequiredOutgoingConfirmations ¶
func (_m *GeneralConfig) GlobalMinRequiredOutgoingConfirmations() (uint64, bool)
GlobalMinRequiredOutgoingConfirmations provides a mock function with given fields:
func (*GeneralConfig) GlobalMinimumContractPayment ¶
func (_m *GeneralConfig) GlobalMinimumContractPayment() (*assets.Link, bool)
GlobalMinimumContractPayment provides a mock function with given fields:
func (*GeneralConfig) GlobalNodeNoNewHeadsThreshold ¶ added in v1.3.0
func (_m *GeneralConfig) GlobalNodeNoNewHeadsThreshold() (time.Duration, bool)
GlobalNodeNoNewHeadsThreshold provides a mock function with given fields:
func (*GeneralConfig) GlobalNodePollFailureThreshold ¶ added in v1.3.0
func (_m *GeneralConfig) GlobalNodePollFailureThreshold() (uint32, bool)
GlobalNodePollFailureThreshold provides a mock function with given fields:
func (*GeneralConfig) GlobalNodePollInterval ¶ added in v1.3.0
func (_m *GeneralConfig) GlobalNodePollInterval() (time.Duration, bool)
GlobalNodePollInterval provides a mock function with given fields:
func (*GeneralConfig) GlobalOCRContractConfirmations ¶
func (_m *GeneralConfig) GlobalOCRContractConfirmations() (uint16, bool)
GlobalOCRContractConfirmations provides a mock function with given fields:
func (*GeneralConfig) GlobalOCRContractTransmitterTransmitTimeout ¶ added in v1.2.0
func (_m *GeneralConfig) GlobalOCRContractTransmitterTransmitTimeout() (time.Duration, bool)
GlobalOCRContractTransmitterTransmitTimeout provides a mock function with given fields:
func (*GeneralConfig) GlobalOCRDatabaseTimeout ¶ added in v1.2.0
func (_m *GeneralConfig) GlobalOCRDatabaseTimeout() (time.Duration, bool)
GlobalOCRDatabaseTimeout provides a mock function with given fields:
func (*GeneralConfig) GlobalOCRObservationGracePeriod ¶ added in v1.2.0
func (_m *GeneralConfig) GlobalOCRObservationGracePeriod() (time.Duration, bool)
GlobalOCRObservationGracePeriod provides a mock function with given fields:
func (*GeneralConfig) GlobalOperatorFactoryAddress ¶ added in v1.5.0
func (_m *GeneralConfig) GlobalOperatorFactoryAddress() (string, bool)
GlobalOperatorFactoryAddress provides a mock function with given fields:
func (*GeneralConfig) HTTPServerWriteTimeout ¶
func (_m *GeneralConfig) HTTPServerWriteTimeout() time.Duration
HTTPServerWriteTimeout provides a mock function with given fields:
func (*GeneralConfig) InsecureFastScrypt ¶
func (_m *GeneralConfig) InsecureFastScrypt() bool
InsecureFastScrypt provides a mock function with given fields:
func (*GeneralConfig) InsecureSkipVerify ¶
func (_m *GeneralConfig) InsecureSkipVerify() bool
InsecureSkipVerify provides a mock function with given fields:
func (*GeneralConfig) JSONConsole ¶
func (_m *GeneralConfig) JSONConsole() bool
JSONConsole provides a mock function with given fields:
func (*GeneralConfig) JobPipelineMaxRunDuration ¶
func (_m *GeneralConfig) JobPipelineMaxRunDuration() time.Duration
JobPipelineMaxRunDuration provides a mock function with given fields:
func (*GeneralConfig) JobPipelineReaperInterval ¶
func (_m *GeneralConfig) JobPipelineReaperInterval() time.Duration
JobPipelineReaperInterval provides a mock function with given fields:
func (*GeneralConfig) JobPipelineReaperThreshold ¶
func (_m *GeneralConfig) JobPipelineReaperThreshold() time.Duration
JobPipelineReaperThreshold provides a mock function with given fields:
func (*GeneralConfig) JobPipelineResultWriteQueueDepth ¶
func (_m *GeneralConfig) JobPipelineResultWriteQueueDepth() uint64
JobPipelineResultWriteQueueDepth provides a mock function with given fields:
func (*GeneralConfig) KeeperBaseFeeBufferPercent ¶ added in v1.3.0
func (_m *GeneralConfig) KeeperBaseFeeBufferPercent() uint32
KeeperBaseFeeBufferPercent provides a mock function with given fields:
func (*GeneralConfig) KeeperCheckUpkeepGasPriceFeatureEnabled ¶
func (_m *GeneralConfig) KeeperCheckUpkeepGasPriceFeatureEnabled() bool
KeeperCheckUpkeepGasPriceFeatureEnabled provides a mock function with given fields:
func (*GeneralConfig) KeeperDefaultTransactionQueueDepth ¶
func (_m *GeneralConfig) KeeperDefaultTransactionQueueDepth() uint32
KeeperDefaultTransactionQueueDepth provides a mock function with given fields:
func (*GeneralConfig) KeeperGasPriceBufferPercent ¶
func (_m *GeneralConfig) KeeperGasPriceBufferPercent() uint32
KeeperGasPriceBufferPercent provides a mock function with given fields:
func (*GeneralConfig) KeeperGasTipCapBufferPercent ¶
func (_m *GeneralConfig) KeeperGasTipCapBufferPercent() uint32
KeeperGasTipCapBufferPercent provides a mock function with given fields:
func (*GeneralConfig) KeeperMaximumGracePeriod ¶
func (_m *GeneralConfig) KeeperMaximumGracePeriod() int64
KeeperMaximumGracePeriod provides a mock function with given fields:
func (*GeneralConfig) KeeperRegistryCheckGasOverhead ¶
func (_m *GeneralConfig) KeeperRegistryCheckGasOverhead() uint64
KeeperRegistryCheckGasOverhead provides a mock function with given fields:
func (*GeneralConfig) KeeperRegistryPerformGasOverhead ¶
func (_m *GeneralConfig) KeeperRegistryPerformGasOverhead() uint64
KeeperRegistryPerformGasOverhead provides a mock function with given fields:
func (*GeneralConfig) KeeperRegistrySyncInterval ¶
func (_m *GeneralConfig) KeeperRegistrySyncInterval() time.Duration
KeeperRegistrySyncInterval provides a mock function with given fields:
func (*GeneralConfig) KeeperRegistrySyncUpkeepQueueSize ¶
func (_m *GeneralConfig) KeeperRegistrySyncUpkeepQueueSize() uint32
KeeperRegistrySyncUpkeepQueueSize provides a mock function with given fields:
func (*GeneralConfig) KeeperTurnFlagEnabled ¶ added in v1.4.0
func (_m *GeneralConfig) KeeperTurnFlagEnabled() bool
KeeperTurnFlagEnabled provides a mock function with given fields:
func (*GeneralConfig) KeeperTurnLookBack ¶ added in v1.4.0
func (_m *GeneralConfig) KeeperTurnLookBack() int64
KeeperTurnLookBack provides a mock function with given fields:
func (*GeneralConfig) KeyFile ¶
func (_m *GeneralConfig) KeyFile() string
KeyFile provides a mock function with given fields:
func (*GeneralConfig) LeaseLockDuration ¶
func (_m *GeneralConfig) LeaseLockDuration() time.Duration
LeaseLockDuration provides a mock function with given fields:
func (*GeneralConfig) LeaseLockRefreshInterval ¶
func (_m *GeneralConfig) LeaseLockRefreshInterval() time.Duration
LeaseLockRefreshInterval provides a mock function with given fields:
func (*GeneralConfig) LogFileDir ¶ added in v1.2.0
func (_m *GeneralConfig) LogFileDir() string
LogFileDir provides a mock function with given fields:
func (*GeneralConfig) LogFileMaxAge ¶ added in v1.3.0
func (_m *GeneralConfig) LogFileMaxAge() int64
LogFileMaxAge provides a mock function with given fields:
func (*GeneralConfig) LogFileMaxBackups ¶ added in v1.3.0
func (_m *GeneralConfig) LogFileMaxBackups() int64
LogFileMaxBackups provides a mock function with given fields:
func (*GeneralConfig) LogFileMaxSize ¶ added in v1.3.0
func (_m *GeneralConfig) LogFileMaxSize() utils.FileSize
LogFileMaxSize provides a mock function with given fields:
func (*GeneralConfig) LogLevel ¶
func (_m *GeneralConfig) LogLevel() zapcore.Level
LogLevel provides a mock function with given fields:
func (*GeneralConfig) LogSQL ¶
func (_m *GeneralConfig) LogSQL() bool
LogSQL provides a mock function with given fields:
func (*GeneralConfig) LogUnixTimestamps ¶
func (_m *GeneralConfig) LogUnixTimestamps() bool
LogUnixTimestamps provides a mock function with given fields:
func (*GeneralConfig) MigrateDatabase ¶
func (_m *GeneralConfig) MigrateDatabase() bool
MigrateDatabase provides a mock function with given fields:
func (*GeneralConfig) OCR2BlockchainTimeout ¶ added in v1.2.0
func (_m *GeneralConfig) OCR2BlockchainTimeout() time.Duration
OCR2BlockchainTimeout provides a mock function with given fields:
func (*GeneralConfig) OCR2ContractConfirmations ¶ added in v1.2.0
func (_m *GeneralConfig) OCR2ContractConfirmations() uint16
OCR2ContractConfirmations provides a mock function with given fields:
func (*GeneralConfig) OCR2ContractPollInterval ¶ added in v1.2.0
func (_m *GeneralConfig) OCR2ContractPollInterval() time.Duration
OCR2ContractPollInterval provides a mock function with given fields:
func (*GeneralConfig) OCR2ContractSubscribeInterval ¶ added in v1.2.0
func (_m *GeneralConfig) OCR2ContractSubscribeInterval() time.Duration
OCR2ContractSubscribeInterval provides a mock function with given fields:
func (*GeneralConfig) OCR2ContractTransmitterTransmitTimeout ¶ added in v1.2.0
func (_m *GeneralConfig) OCR2ContractTransmitterTransmitTimeout() time.Duration
OCR2ContractTransmitterTransmitTimeout provides a mock function with given fields:
func (*GeneralConfig) OCR2DatabaseTimeout ¶ added in v1.2.0
func (_m *GeneralConfig) OCR2DatabaseTimeout() time.Duration
OCR2DatabaseTimeout provides a mock function with given fields:
func (*GeneralConfig) OCR2KeyBundleID ¶ added in v1.2.0
func (_m *GeneralConfig) OCR2KeyBundleID() (string, error)
OCR2KeyBundleID provides a mock function with given fields:
func (*GeneralConfig) OCR2MonitoringEndpoint ¶ added in v1.2.0
func (_m *GeneralConfig) OCR2MonitoringEndpoint() string
OCR2MonitoringEndpoint provides a mock function with given fields:
func (*GeneralConfig) OCR2TraceLogging ¶ added in v1.2.0
func (_m *GeneralConfig) OCR2TraceLogging() bool
OCR2TraceLogging provides a mock function with given fields:
func (*GeneralConfig) OCRBlockchainTimeout ¶
func (_m *GeneralConfig) OCRBlockchainTimeout() time.Duration
OCRBlockchainTimeout provides a mock function with given fields:
func (*GeneralConfig) OCRBootstrapCheckInterval ¶
func (_m *GeneralConfig) OCRBootstrapCheckInterval() time.Duration
OCRBootstrapCheckInterval provides a mock function with given fields:
func (*GeneralConfig) OCRContractPollInterval ¶
func (_m *GeneralConfig) OCRContractPollInterval() time.Duration
OCRContractPollInterval provides a mock function with given fields:
func (*GeneralConfig) OCRContractSubscribeInterval ¶
func (_m *GeneralConfig) OCRContractSubscribeInterval() time.Duration
OCRContractSubscribeInterval provides a mock function with given fields:
func (*GeneralConfig) OCRDHTLookupInterval ¶
func (_m *GeneralConfig) OCRDHTLookupInterval() int
OCRDHTLookupInterval provides a mock function with given fields:
func (*GeneralConfig) OCRDefaultTransactionQueueDepth ¶
func (_m *GeneralConfig) OCRDefaultTransactionQueueDepth() uint32
OCRDefaultTransactionQueueDepth provides a mock function with given fields:
func (*GeneralConfig) OCRIncomingMessageBufferSize ¶
func (_m *GeneralConfig) OCRIncomingMessageBufferSize() int
OCRIncomingMessageBufferSize provides a mock function with given fields:
func (*GeneralConfig) OCRKeyBundleID ¶
func (_m *GeneralConfig) OCRKeyBundleID() (string, error)
OCRKeyBundleID provides a mock function with given fields:
func (*GeneralConfig) OCRMonitoringEndpoint ¶
func (_m *GeneralConfig) OCRMonitoringEndpoint() string
OCRMonitoringEndpoint provides a mock function with given fields:
func (*GeneralConfig) OCRNewStreamTimeout ¶
func (_m *GeneralConfig) OCRNewStreamTimeout() time.Duration
OCRNewStreamTimeout provides a mock function with given fields:
func (*GeneralConfig) OCRObservationTimeout ¶
func (_m *GeneralConfig) OCRObservationTimeout() time.Duration
OCRObservationTimeout provides a mock function with given fields:
func (*GeneralConfig) OCROutgoingMessageBufferSize ¶
func (_m *GeneralConfig) OCROutgoingMessageBufferSize() int
OCROutgoingMessageBufferSize provides a mock function with given fields:
func (*GeneralConfig) OCRSimulateTransactions ¶
func (_m *GeneralConfig) OCRSimulateTransactions() bool
OCRSimulateTransactions provides a mock function with given fields:
func (*GeneralConfig) OCRTraceLogging ¶
func (_m *GeneralConfig) OCRTraceLogging() bool
OCRTraceLogging provides a mock function with given fields:
func (*GeneralConfig) OCRTransmitterAddress ¶
func (_m *GeneralConfig) OCRTransmitterAddress() (ethkey.EIP55Address, error)
OCRTransmitterAddress provides a mock function with given fields:
func (*GeneralConfig) ORMMaxIdleConns ¶
func (_m *GeneralConfig) ORMMaxIdleConns() int
ORMMaxIdleConns provides a mock function with given fields:
func (*GeneralConfig) ORMMaxOpenConns ¶
func (_m *GeneralConfig) ORMMaxOpenConns() int
ORMMaxOpenConns provides a mock function with given fields:
func (*GeneralConfig) P2PAnnounceIP ¶
func (_m *GeneralConfig) P2PAnnounceIP() net.IP
P2PAnnounceIP provides a mock function with given fields:
func (*GeneralConfig) P2PAnnouncePort ¶
func (_m *GeneralConfig) P2PAnnouncePort() uint16
P2PAnnouncePort provides a mock function with given fields:
func (*GeneralConfig) P2PBootstrapCheckInterval ¶ added in v1.2.0
func (_m *GeneralConfig) P2PBootstrapCheckInterval() time.Duration
P2PBootstrapCheckInterval provides a mock function with given fields:
func (*GeneralConfig) P2PBootstrapPeers ¶
func (_m *GeneralConfig) P2PBootstrapPeers() ([]string, error)
P2PBootstrapPeers provides a mock function with given fields:
func (*GeneralConfig) P2PDHTAnnouncementCounterUserPrefix ¶
func (_m *GeneralConfig) P2PDHTAnnouncementCounterUserPrefix() uint32
P2PDHTAnnouncementCounterUserPrefix provides a mock function with given fields:
func (*GeneralConfig) P2PDHTLookupInterval ¶ added in v1.2.0
func (_m *GeneralConfig) P2PDHTLookupInterval() int
P2PDHTLookupInterval provides a mock function with given fields:
func (*GeneralConfig) P2PEnabled ¶ added in v1.2.0
func (_m *GeneralConfig) P2PEnabled() bool
P2PEnabled provides a mock function with given fields:
func (*GeneralConfig) P2PIncomingMessageBufferSize ¶ added in v1.2.0
func (_m *GeneralConfig) P2PIncomingMessageBufferSize() int
P2PIncomingMessageBufferSize provides a mock function with given fields:
func (*GeneralConfig) P2PListenIP ¶
func (_m *GeneralConfig) P2PListenIP() net.IP
P2PListenIP provides a mock function with given fields:
func (*GeneralConfig) P2PListenPort ¶
func (_m *GeneralConfig) P2PListenPort() uint16
P2PListenPort provides a mock function with given fields:
func (*GeneralConfig) P2PListenPortRaw ¶
func (_m *GeneralConfig) P2PListenPortRaw() string
P2PListenPortRaw provides a mock function with given fields:
func (*GeneralConfig) P2PNetworkingStack ¶
func (_m *GeneralConfig) P2PNetworkingStack() networking.NetworkingStack
P2PNetworkingStack provides a mock function with given fields:
func (*GeneralConfig) P2PNetworkingStackRaw ¶
func (_m *GeneralConfig) P2PNetworkingStackRaw() string
P2PNetworkingStackRaw provides a mock function with given fields:
func (*GeneralConfig) P2PNewStreamTimeout ¶ added in v1.2.0
func (_m *GeneralConfig) P2PNewStreamTimeout() time.Duration
P2PNewStreamTimeout provides a mock function with given fields:
func (*GeneralConfig) P2POutgoingMessageBufferSize ¶ added in v1.2.0
func (_m *GeneralConfig) P2POutgoingMessageBufferSize() int
P2POutgoingMessageBufferSize provides a mock function with given fields:
func (*GeneralConfig) P2PPeerID ¶
func (_m *GeneralConfig) P2PPeerID() p2pkey.PeerID
P2PPeerID provides a mock function with given fields:
func (*GeneralConfig) P2PPeerIDRaw ¶
func (_m *GeneralConfig) P2PPeerIDRaw() string
P2PPeerIDRaw provides a mock function with given fields:
func (*GeneralConfig) P2PPeerstoreWriteInterval ¶
func (_m *GeneralConfig) P2PPeerstoreWriteInterval() time.Duration
P2PPeerstoreWriteInterval provides a mock function with given fields:
func (*GeneralConfig) P2PV2AnnounceAddresses ¶
func (_m *GeneralConfig) P2PV2AnnounceAddresses() []string
P2PV2AnnounceAddresses provides a mock function with given fields:
func (*GeneralConfig) P2PV2Bootstrappers ¶
func (_m *GeneralConfig) P2PV2Bootstrappers() []commontypes.BootstrapperLocator
P2PV2Bootstrappers provides a mock function with given fields:
func (*GeneralConfig) P2PV2BootstrappersRaw ¶
func (_m *GeneralConfig) P2PV2BootstrappersRaw() []string
P2PV2BootstrappersRaw provides a mock function with given fields:
func (*GeneralConfig) P2PV2DeltaDial ¶
func (_m *GeneralConfig) P2PV2DeltaDial() models.Duration
P2PV2DeltaDial provides a mock function with given fields:
func (*GeneralConfig) P2PV2DeltaReconcile ¶
func (_m *GeneralConfig) P2PV2DeltaReconcile() models.Duration
P2PV2DeltaReconcile provides a mock function with given fields:
func (*GeneralConfig) P2PV2ListenAddresses ¶
func (_m *GeneralConfig) P2PV2ListenAddresses() []string
P2PV2ListenAddresses provides a mock function with given fields:
func (*GeneralConfig) Port ¶
func (_m *GeneralConfig) Port() uint16
Port provides a mock function with given fields:
func (*GeneralConfig) RPID ¶
func (_m *GeneralConfig) RPID() string
RPID provides a mock function with given fields:
func (*GeneralConfig) RPOrigin ¶
func (_m *GeneralConfig) RPOrigin() string
RPOrigin provides a mock function with given fields:
func (*GeneralConfig) ReaperExpiration ¶
func (_m *GeneralConfig) ReaperExpiration() models.Duration
ReaperExpiration provides a mock function with given fields:
func (*GeneralConfig) RootDir ¶
func (_m *GeneralConfig) RootDir() string
RootDir provides a mock function with given fields:
func (*GeneralConfig) SecureCookies ¶
func (_m *GeneralConfig) SecureCookies() bool
SecureCookies provides a mock function with given fields:
func (*GeneralConfig) SessionOptions ¶
func (_m *GeneralConfig) SessionOptions() sessions.Options
SessionOptions provides a mock function with given fields:
func (*GeneralConfig) SessionSecret ¶
func (_m *GeneralConfig) SessionSecret() ([]byte, error)
SessionSecret provides a mock function with given fields:
func (*GeneralConfig) SessionTimeout ¶
func (_m *GeneralConfig) SessionTimeout() models.Duration
SessionTimeout provides a mock function with given fields:
func (*GeneralConfig) SetLogLevel ¶
func (_m *GeneralConfig) SetLogLevel(lvl zapcore.Level) error
SetLogLevel provides a mock function with given fields: lvl
func (*GeneralConfig) SetLogSQL ¶
func (_m *GeneralConfig) SetLogSQL(logSQL bool)
SetLogSQL provides a mock function with given fields: logSQL
func (*GeneralConfig) ShutdownGracePeriod ¶ added in v1.2.0
func (_m *GeneralConfig) ShutdownGracePeriod() time.Duration
ShutdownGracePeriod provides a mock function with given fields:
func (*GeneralConfig) SolanaEnabled ¶ added in v1.2.0
func (_m *GeneralConfig) SolanaEnabled() bool
SolanaEnabled provides a mock function with given fields:
func (*GeneralConfig) SolanaNodes ¶ added in v1.4.0
func (_m *GeneralConfig) SolanaNodes() string
SolanaNodes provides a mock function with given fields:
func (*GeneralConfig) TLSCertPath ¶
func (_m *GeneralConfig) TLSCertPath() string
TLSCertPath provides a mock function with given fields:
func (*GeneralConfig) TLSDir ¶
func (_m *GeneralConfig) TLSDir() string
TLSDir provides a mock function with given fields:
func (*GeneralConfig) TLSHost ¶
func (_m *GeneralConfig) TLSHost() string
TLSHost provides a mock function with given fields:
func (*GeneralConfig) TLSKeyPath ¶
func (_m *GeneralConfig) TLSKeyPath() string
TLSKeyPath provides a mock function with given fields:
func (*GeneralConfig) TLSPort ¶
func (_m *GeneralConfig) TLSPort() uint16
TLSPort provides a mock function with given fields:
func (*GeneralConfig) TLSRedirect ¶
func (_m *GeneralConfig) TLSRedirect() bool
TLSRedirect provides a mock function with given fields:
func (*GeneralConfig) TelemetryIngressBufferSize ¶ added in v1.2.0
func (_m *GeneralConfig) TelemetryIngressBufferSize() uint
TelemetryIngressBufferSize provides a mock function with given fields:
func (*GeneralConfig) TelemetryIngressLogging ¶
func (_m *GeneralConfig) TelemetryIngressLogging() bool
TelemetryIngressLogging provides a mock function with given fields:
func (*GeneralConfig) TelemetryIngressMaxBatchSize ¶ added in v1.2.0
func (_m *GeneralConfig) TelemetryIngressMaxBatchSize() uint
TelemetryIngressMaxBatchSize provides a mock function with given fields:
func (*GeneralConfig) TelemetryIngressSendInterval ¶ added in v1.2.0
func (_m *GeneralConfig) TelemetryIngressSendInterval() time.Duration
TelemetryIngressSendInterval provides a mock function with given fields:
func (*GeneralConfig) TelemetryIngressSendTimeout ¶ added in v1.3.0
func (_m *GeneralConfig) TelemetryIngressSendTimeout() time.Duration
TelemetryIngressSendTimeout provides a mock function with given fields:
func (*GeneralConfig) TelemetryIngressServerPubKey ¶
func (_m *GeneralConfig) TelemetryIngressServerPubKey() string
TelemetryIngressServerPubKey provides a mock function with given fields:
func (*GeneralConfig) TelemetryIngressURL ¶
func (_m *GeneralConfig) TelemetryIngressURL() *url.URL
TelemetryIngressURL provides a mock function with given fields:
func (*GeneralConfig) TelemetryIngressUniConn ¶ added in v1.3.0
func (_m *GeneralConfig) TelemetryIngressUniConn() bool
TelemetryIngressUniConn provides a mock function with given fields:
func (*GeneralConfig) TelemetryIngressUseBatchSend ¶ added in v1.2.0
func (_m *GeneralConfig) TelemetryIngressUseBatchSend() bool
TelemetryIngressUseBatchSend provides a mock function with given fields:
func (*GeneralConfig) TerraEnabled ¶ added in v1.2.0
func (_m *GeneralConfig) TerraEnabled() bool
TerraEnabled provides a mock function with given fields:
func (*GeneralConfig) TerraNodes ¶ added in v1.4.0
func (_m *GeneralConfig) TerraNodes() string
TerraNodes provides a mock function with given fields:
func (*GeneralConfig) TriggerFallbackDBPollInterval ¶
func (_m *GeneralConfig) TriggerFallbackDBPollInterval() time.Duration
TriggerFallbackDBPollInterval provides a mock function with given fields:
func (*GeneralConfig) UnAuthenticatedRateLimit ¶
func (_m *GeneralConfig) UnAuthenticatedRateLimit() int64
UnAuthenticatedRateLimit provides a mock function with given fields:
func (*GeneralConfig) UnAuthenticatedRateLimitPeriod ¶
func (_m *GeneralConfig) UnAuthenticatedRateLimitPeriod() models.Duration
UnAuthenticatedRateLimitPeriod provides a mock function with given fields:
func (*GeneralConfig) Validate ¶
func (_m *GeneralConfig) Validate() error
Validate provides a mock function with given fields: