Documentation ¶
Index ¶
- type GeneralConfig
- func (_m *GeneralConfig) AllowOrigins() string
- func (_m *GeneralConfig) AppID() uuid.UUID
- func (_m *GeneralConfig) AuditLogger() config.AuditLogger
- 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) BridgeCacheTTL() time.Duration
- func (_m *GeneralConfig) BridgeResponseURL() *url.URL
- func (_m *GeneralConfig) CertFile() string
- func (_m *GeneralConfig) ConfigTOML() (string, string)
- func (_m *GeneralConfig) CosmosConfigs() cosmos.CosmosConfigs
- func (_m *GeneralConfig) CosmosEnabled() bool
- func (_m *GeneralConfig) Database() config.Database
- func (_m *GeneralConfig) DefaultChainID() *big.Int
- func (_m *GeneralConfig) DefaultLogLevel() zapcore.Level
- func (_m *GeneralConfig) DevWebServer() bool
- func (_m *GeneralConfig) DisableRateLimiting() bool
- func (_m *GeneralConfig) EVMConfigs() v2.EVMConfigs
- func (_m *GeneralConfig) EVMEnabled() bool
- func (_m *GeneralConfig) EVMRPCEnabled() bool
- func (_m *GeneralConfig) EthereumHTTPURL() *url.URL
- 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) HTTPServerWriteTimeout() time.Duration
- func (_m *GeneralConfig) InfiniteDepthQueries() bool
- func (_m *GeneralConfig) InsecureFastScrypt() bool
- func (_m *GeneralConfig) JSONConsole() bool
- func (_m *GeneralConfig) JobPipeline() config.JobPipeline
- func (_m *GeneralConfig) Keeper() config.Keeper
- func (_m *GeneralConfig) KeyFile() string
- func (_m *GeneralConfig) KeystorePassword() string
- func (_m *GeneralConfig) LogConfiguration(log config.LogfFn)
- 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) LogUnixTimestamps() bool
- func (_m *GeneralConfig) MercuryCredentials(credName string) *ocr2models.MercuryCredentials
- func (_m *GeneralConfig) OCR2BlockchainTimeout() time.Duration
- func (_m *GeneralConfig) OCR2CaptureEATelemetry() bool
- 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) OCR2DefaultTransactionQueueDepth() uint32
- func (_m *GeneralConfig) OCR2KeyBundleID() (string, error)
- func (_m *GeneralConfig) OCR2SimulateTransactions() bool
- func (_m *GeneralConfig) OCR2TraceLogging() bool
- func (_m *GeneralConfig) OCRBlockchainTimeout() time.Duration
- func (_m *GeneralConfig) OCRCaptureEATelemetry() bool
- func (_m *GeneralConfig) OCRContractPollInterval() time.Duration
- func (_m *GeneralConfig) OCRContractSubscribeInterval() time.Duration
- func (_m *GeneralConfig) OCRDefaultTransactionQueueDepth() uint32
- func (_m *GeneralConfig) OCRDevelopmentMode() bool
- func (_m *GeneralConfig) OCRKeyBundleID() (string, error)
- func (_m *GeneralConfig) OCRObservationTimeout() time.Duration
- func (_m *GeneralConfig) OCRSimulateTransactions() bool
- func (_m *GeneralConfig) OCRTraceLogging() bool
- func (_m *GeneralConfig) OCRTransmitterAddress() (ethkey.EIP55Address, error)
- 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) PrometheusAuthToken() string
- func (_m *GeneralConfig) PyroscopeAuthToken() string
- func (_m *GeneralConfig) PyroscopeEnvironment() string
- func (_m *GeneralConfig) PyroscopeServerAddress() string
- 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) Sentry() config.Sentry
- func (_m *GeneralConfig) SessionOptions() sessions.Options
- func (_m *GeneralConfig) SessionTimeout() models.Duration
- func (_m *GeneralConfig) SetLogLevel(lvl zapcore.Level) error
- func (_m *GeneralConfig) SetLogSQL(logSQL bool)
- func (_m *GeneralConfig) SetPasswords(keystore *string, vrf *string)
- func (_m *GeneralConfig) ShutdownGracePeriod() time.Duration
- func (_m *GeneralConfig) SolanaConfigs() solana.SolanaConfigs
- func (_m *GeneralConfig) SolanaEnabled() bool
- func (_m *GeneralConfig) StarkNetEnabled() bool
- func (_m *GeneralConfig) StarknetConfigs() starknet.StarknetConfigs
- 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) TelemetryIngress() config.TelemetryIngress
- func (_m *GeneralConfig) ThresholdKeyShare() string
- func (_m *GeneralConfig) UnAuthenticatedRateLimit() int64
- func (_m *GeneralConfig) UnAuthenticatedRateLimitPeriod() models.Duration
- func (_m *GeneralConfig) VRFPassword() string
- func (_m *GeneralConfig) Validate() error
- func (_m *GeneralConfig) ValidateDB() error
- func (_m *GeneralConfig) WebDefaultHTTPLimit() int64
- func (_m *GeneralConfig) WebDefaultHTTPTimeout() models.Duration
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 NewGeneralConfig ¶
func NewGeneralConfig(t mockConstructorTestingTNewGeneralConfig) *GeneralConfig
NewGeneralConfig creates a new instance of GeneralConfig. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
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) AuditLogger ¶ added in v2.3.0
func (_m *GeneralConfig) AuditLogger() config.AuditLogger
AuditLogger 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) BridgeCacheTTL ¶
func (_m *GeneralConfig) BridgeCacheTTL() time.Duration
BridgeCacheTTL 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) ConfigTOML ¶
func (_m *GeneralConfig) ConfigTOML() (string, string)
ConfigTOML provides a mock function with given fields:
func (*GeneralConfig) CosmosConfigs ¶
func (_m *GeneralConfig) CosmosConfigs() cosmos.CosmosConfigs
CosmosConfigs provides a mock function with given fields:
func (*GeneralConfig) CosmosEnabled ¶
func (_m *GeneralConfig) CosmosEnabled() bool
CosmosEnabled provides a mock function with given fields:
func (*GeneralConfig) Database ¶ added in v2.3.0
func (_m *GeneralConfig) Database() config.Database
Database 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) DefaultLogLevel ¶
func (_m *GeneralConfig) DefaultLogLevel() zapcore.Level
DefaultLogLevel provides a mock function with given fields:
func (*GeneralConfig) DevWebServer ¶ added in v2.1.0
func (_m *GeneralConfig) DevWebServer() bool
DevWebServer provides a mock function with given fields:
func (*GeneralConfig) DisableRateLimiting ¶ added in v2.1.0
func (_m *GeneralConfig) DisableRateLimiting() bool
DisableRateLimiting provides a mock function with given fields:
func (*GeneralConfig) EVMConfigs ¶
func (_m *GeneralConfig) EVMConfigs() v2.EVMConfigs
EVMConfigs provides a mock function with given fields:
func (*GeneralConfig) EVMEnabled ¶
func (_m *GeneralConfig) EVMEnabled() bool
EVMEnabled provides a mock function with given fields:
func (*GeneralConfig) EVMRPCEnabled ¶
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) 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 ¶
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 ¶
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) HTTPServerWriteTimeout ¶
func (_m *GeneralConfig) HTTPServerWriteTimeout() time.Duration
HTTPServerWriteTimeout provides a mock function with given fields:
func (*GeneralConfig) InfiniteDepthQueries ¶ added in v2.1.0
func (_m *GeneralConfig) InfiniteDepthQueries() bool
InfiniteDepthQueries 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) JSONConsole ¶
func (_m *GeneralConfig) JSONConsole() bool
JSONConsole provides a mock function with given fields:
func (*GeneralConfig) JobPipeline ¶ added in v2.3.0
func (_m *GeneralConfig) JobPipeline() config.JobPipeline
JobPipeline provides a mock function with given fields:
func (*GeneralConfig) Keeper ¶ added in v2.3.0
func (_m *GeneralConfig) Keeper() config.Keeper
Keeper 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) KeystorePassword ¶
func (_m *GeneralConfig) KeystorePassword() string
KeystorePassword provides a mock function with given fields:
func (*GeneralConfig) LogConfiguration ¶
func (_m *GeneralConfig) LogConfiguration(log config.LogfFn)
LogConfiguration provides a mock function with given fields: log
func (*GeneralConfig) LogFileDir ¶
func (_m *GeneralConfig) LogFileDir() string
LogFileDir provides a mock function with given fields:
func (*GeneralConfig) LogFileMaxAge ¶
func (_m *GeneralConfig) LogFileMaxAge() int64
LogFileMaxAge provides a mock function with given fields:
func (*GeneralConfig) LogFileMaxBackups ¶
func (_m *GeneralConfig) LogFileMaxBackups() int64
LogFileMaxBackups provides a mock function with given fields:
func (*GeneralConfig) LogFileMaxSize ¶
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) LogUnixTimestamps ¶
func (_m *GeneralConfig) LogUnixTimestamps() bool
LogUnixTimestamps provides a mock function with given fields:
func (*GeneralConfig) MercuryCredentials ¶ added in v2.2.0
func (_m *GeneralConfig) MercuryCredentials(credName string) *ocr2models.MercuryCredentials
MercuryCredentials provides a mock function with given fields: credName
func (*GeneralConfig) OCR2BlockchainTimeout ¶
func (_m *GeneralConfig) OCR2BlockchainTimeout() time.Duration
OCR2BlockchainTimeout provides a mock function with given fields:
func (*GeneralConfig) OCR2CaptureEATelemetry ¶
func (_m *GeneralConfig) OCR2CaptureEATelemetry() bool
OCR2CaptureEATelemetry provides a mock function with given fields:
func (*GeneralConfig) OCR2ContractConfirmations ¶
func (_m *GeneralConfig) OCR2ContractConfirmations() uint16
OCR2ContractConfirmations provides a mock function with given fields:
func (*GeneralConfig) OCR2ContractPollInterval ¶
func (_m *GeneralConfig) OCR2ContractPollInterval() time.Duration
OCR2ContractPollInterval provides a mock function with given fields:
func (*GeneralConfig) OCR2ContractSubscribeInterval ¶
func (_m *GeneralConfig) OCR2ContractSubscribeInterval() time.Duration
OCR2ContractSubscribeInterval provides a mock function with given fields:
func (*GeneralConfig) OCR2ContractTransmitterTransmitTimeout ¶
func (_m *GeneralConfig) OCR2ContractTransmitterTransmitTimeout() time.Duration
OCR2ContractTransmitterTransmitTimeout provides a mock function with given fields:
func (*GeneralConfig) OCR2DatabaseTimeout ¶
func (_m *GeneralConfig) OCR2DatabaseTimeout() time.Duration
OCR2DatabaseTimeout provides a mock function with given fields:
func (*GeneralConfig) OCR2DefaultTransactionQueueDepth ¶
func (_m *GeneralConfig) OCR2DefaultTransactionQueueDepth() uint32
OCR2DefaultTransactionQueueDepth provides a mock function with given fields:
func (*GeneralConfig) OCR2KeyBundleID ¶
func (_m *GeneralConfig) OCR2KeyBundleID() (string, error)
OCR2KeyBundleID provides a mock function with given fields:
func (*GeneralConfig) OCR2SimulateTransactions ¶
func (_m *GeneralConfig) OCR2SimulateTransactions() bool
OCR2SimulateTransactions provides a mock function with given fields:
func (*GeneralConfig) OCR2TraceLogging ¶
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) OCRCaptureEATelemetry ¶
func (_m *GeneralConfig) OCRCaptureEATelemetry() bool
OCRCaptureEATelemetry 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) OCRDefaultTransactionQueueDepth ¶
func (_m *GeneralConfig) OCRDefaultTransactionQueueDepth() uint32
OCRDefaultTransactionQueueDepth provides a mock function with given fields:
func (*GeneralConfig) OCRDevelopmentMode ¶ added in v2.1.0
func (_m *GeneralConfig) OCRDevelopmentMode() bool
OCRDevelopmentMode 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) OCRObservationTimeout ¶
func (_m *GeneralConfig) OCRObservationTimeout() time.Duration
OCRObservationTimeout 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) 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 ¶
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 ¶
func (_m *GeneralConfig) P2PDHTLookupInterval() int
P2PDHTLookupInterval provides a mock function with given fields:
func (*GeneralConfig) P2PEnabled ¶
func (_m *GeneralConfig) P2PEnabled() bool
P2PEnabled provides a mock function with given fields:
func (*GeneralConfig) P2PIncomingMessageBufferSize ¶
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 ¶
func (_m *GeneralConfig) P2PNewStreamTimeout() time.Duration
P2PNewStreamTimeout provides a mock function with given fields:
func (*GeneralConfig) P2POutgoingMessageBufferSize ¶
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) PrometheusAuthToken ¶
func (_m *GeneralConfig) PrometheusAuthToken() string
PrometheusAuthToken provides a mock function with given fields:
func (*GeneralConfig) PyroscopeAuthToken ¶
func (_m *GeneralConfig) PyroscopeAuthToken() string
PyroscopeAuthToken provides a mock function with given fields:
func (*GeneralConfig) PyroscopeEnvironment ¶
func (_m *GeneralConfig) PyroscopeEnvironment() string
PyroscopeEnvironment provides a mock function with given fields:
func (*GeneralConfig) PyroscopeServerAddress ¶
func (_m *GeneralConfig) PyroscopeServerAddress() string
PyroscopeServerAddress 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) Sentry ¶ added in v2.3.0
func (_m *GeneralConfig) Sentry() config.Sentry
Sentry 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) 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) SetPasswords ¶
func (_m *GeneralConfig) SetPasswords(keystore *string, vrf *string)
SetPasswords provides a mock function with given fields: keystore, vrf
func (*GeneralConfig) ShutdownGracePeriod ¶
func (_m *GeneralConfig) ShutdownGracePeriod() time.Duration
ShutdownGracePeriod provides a mock function with given fields:
func (*GeneralConfig) SolanaConfigs ¶
func (_m *GeneralConfig) SolanaConfigs() solana.SolanaConfigs
SolanaConfigs provides a mock function with given fields:
func (*GeneralConfig) SolanaEnabled ¶
func (_m *GeneralConfig) SolanaEnabled() bool
SolanaEnabled provides a mock function with given fields:
func (*GeneralConfig) StarkNetEnabled ¶
func (_m *GeneralConfig) StarkNetEnabled() bool
StarkNetEnabled provides a mock function with given fields:
func (*GeneralConfig) StarknetConfigs ¶
func (_m *GeneralConfig) StarknetConfigs() starknet.StarknetConfigs
StarknetConfigs 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) TelemetryIngress ¶ added in v2.3.0
func (_m *GeneralConfig) TelemetryIngress() config.TelemetryIngress
TelemetryIngress provides a mock function with given fields:
func (*GeneralConfig) ThresholdKeyShare ¶
func (_m *GeneralConfig) ThresholdKeyShare() string
ThresholdKeyShare 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) VRFPassword ¶
func (_m *GeneralConfig) VRFPassword() string
VRFPassword provides a mock function with given fields:
func (*GeneralConfig) Validate ¶
func (_m *GeneralConfig) Validate() error
Validate provides a mock function with given fields:
func (*GeneralConfig) ValidateDB ¶ added in v2.1.0
func (_m *GeneralConfig) ValidateDB() error
ValidateDB provides a mock function with given fields:
func (*GeneralConfig) WebDefaultHTTPLimit ¶
func (_m *GeneralConfig) WebDefaultHTTPLimit() int64
WebDefaultHTTPLimit provides a mock function with given fields:
func (*GeneralConfig) WebDefaultHTTPTimeout ¶
func (_m *GeneralConfig) WebDefaultHTTPTimeout() models.Duration
WebDefaultHTTPTimeout provides a mock function with given fields: