mocks

package
v2.2.0-mercury-20230607 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2023 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChainScopedConfig

type ChainScopedConfig struct {
	mock.Mock
}

ChainScopedConfig is an autogenerated mock type for the ChainScopedConfig type

func NewChainScopedConfig

func NewChainScopedConfig(t mockConstructorTestingTNewChainScopedConfig) *ChainScopedConfig

NewChainScopedConfig creates a new instance of ChainScopedConfig. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*ChainScopedConfig) AllowOrigins

func (_m *ChainScopedConfig) AllowOrigins() string

AllowOrigins provides a mock function with given fields:

func (*ChainScopedConfig) AppID

func (_m *ChainScopedConfig) AppID() uuid.UUID

AppID provides a mock function with given fields:

func (*ChainScopedConfig) AuditLogger added in v2.3.0

func (_m *ChainScopedConfig) AuditLogger() coreconfig.AuditLogger

AuditLogger provides a mock function with given fields:

func (*ChainScopedConfig) AuthenticatedRateLimit

func (_m *ChainScopedConfig) AuthenticatedRateLimit() int64

AuthenticatedRateLimit provides a mock function with given fields:

func (*ChainScopedConfig) AuthenticatedRateLimitPeriod

func (_m *ChainScopedConfig) AuthenticatedRateLimitPeriod() models.Duration

AuthenticatedRateLimitPeriod provides a mock function with given fields:

func (*ChainScopedConfig) AutoCreateKey

func (_m *ChainScopedConfig) AutoCreateKey() bool

AutoCreateKey provides a mock function with given fields:

func (*ChainScopedConfig) AutoPprofBlockProfileRate

func (_m *ChainScopedConfig) AutoPprofBlockProfileRate() int

AutoPprofBlockProfileRate provides a mock function with given fields:

func (*ChainScopedConfig) AutoPprofCPUProfileRate

func (_m *ChainScopedConfig) AutoPprofCPUProfileRate() int

AutoPprofCPUProfileRate provides a mock function with given fields:

func (*ChainScopedConfig) AutoPprofEnabled

func (_m *ChainScopedConfig) AutoPprofEnabled() bool

AutoPprofEnabled provides a mock function with given fields:

func (*ChainScopedConfig) AutoPprofGatherDuration

func (_m *ChainScopedConfig) AutoPprofGatherDuration() models.Duration

AutoPprofGatherDuration provides a mock function with given fields:

func (*ChainScopedConfig) AutoPprofGatherTraceDuration

func (_m *ChainScopedConfig) AutoPprofGatherTraceDuration() models.Duration

AutoPprofGatherTraceDuration provides a mock function with given fields:

func (*ChainScopedConfig) AutoPprofGoroutineThreshold

func (_m *ChainScopedConfig) AutoPprofGoroutineThreshold() int

AutoPprofGoroutineThreshold provides a mock function with given fields:

func (*ChainScopedConfig) AutoPprofMaxProfileSize

func (_m *ChainScopedConfig) AutoPprofMaxProfileSize() utils.FileSize

AutoPprofMaxProfileSize provides a mock function with given fields:

func (*ChainScopedConfig) AutoPprofMemProfileRate

func (_m *ChainScopedConfig) AutoPprofMemProfileRate() int

AutoPprofMemProfileRate provides a mock function with given fields:

func (*ChainScopedConfig) AutoPprofMemThreshold

func (_m *ChainScopedConfig) AutoPprofMemThreshold() utils.FileSize

AutoPprofMemThreshold provides a mock function with given fields:

func (*ChainScopedConfig) AutoPprofMutexProfileFraction

func (_m *ChainScopedConfig) AutoPprofMutexProfileFraction() int

AutoPprofMutexProfileFraction provides a mock function with given fields:

func (*ChainScopedConfig) AutoPprofPollInterval

func (_m *ChainScopedConfig) AutoPprofPollInterval() models.Duration

AutoPprofPollInterval provides a mock function with given fields:

func (*ChainScopedConfig) AutoPprofProfileRoot

func (_m *ChainScopedConfig) AutoPprofProfileRoot() string

AutoPprofProfileRoot provides a mock function with given fields:

func (*ChainScopedConfig) BalanceMonitorEnabled

func (_m *ChainScopedConfig) BalanceMonitorEnabled() bool

BalanceMonitorEnabled provides a mock function with given fields:

func (*ChainScopedConfig) BlockBackfillDepth

func (_m *ChainScopedConfig) BlockBackfillDepth() uint64

BlockBackfillDepth provides a mock function with given fields:

func (*ChainScopedConfig) BlockBackfillSkip

func (_m *ChainScopedConfig) BlockBackfillSkip() bool

BlockBackfillSkip provides a mock function with given fields:

func (*ChainScopedConfig) BlockEmissionIdleWarningThreshold

func (_m *ChainScopedConfig) BlockEmissionIdleWarningThreshold() time.Duration

BlockEmissionIdleWarningThreshold provides a mock function with given fields:

func (*ChainScopedConfig) BlockHistoryEstimatorBatchSize

func (_m *ChainScopedConfig) BlockHistoryEstimatorBatchSize() uint32

BlockHistoryEstimatorBatchSize provides a mock function with given fields:

func (*ChainScopedConfig) BlockHistoryEstimatorBlockDelay

func (_m *ChainScopedConfig) BlockHistoryEstimatorBlockDelay() uint16

BlockHistoryEstimatorBlockDelay provides a mock function with given fields:

func (*ChainScopedConfig) BlockHistoryEstimatorBlockHistorySize

func (_m *ChainScopedConfig) BlockHistoryEstimatorBlockHistorySize() uint16

BlockHistoryEstimatorBlockHistorySize provides a mock function with given fields:

func (*ChainScopedConfig) BlockHistoryEstimatorCheckInclusionBlocks

func (_m *ChainScopedConfig) BlockHistoryEstimatorCheckInclusionBlocks() uint16

BlockHistoryEstimatorCheckInclusionBlocks provides a mock function with given fields:

func (*ChainScopedConfig) BlockHistoryEstimatorCheckInclusionPercentile

func (_m *ChainScopedConfig) BlockHistoryEstimatorCheckInclusionPercentile() uint16

BlockHistoryEstimatorCheckInclusionPercentile provides a mock function with given fields:

func (*ChainScopedConfig) BlockHistoryEstimatorEIP1559FeeCapBufferBlocks

func (_m *ChainScopedConfig) BlockHistoryEstimatorEIP1559FeeCapBufferBlocks() uint16

BlockHistoryEstimatorEIP1559FeeCapBufferBlocks provides a mock function with given fields:

func (*ChainScopedConfig) BlockHistoryEstimatorTransactionPercentile

func (_m *ChainScopedConfig) BlockHistoryEstimatorTransactionPercentile() uint16

BlockHistoryEstimatorTransactionPercentile provides a mock function with given fields:

func (*ChainScopedConfig) BridgeCacheTTL

func (_m *ChainScopedConfig) BridgeCacheTTL() time.Duration

BridgeCacheTTL provides a mock function with given fields:

func (*ChainScopedConfig) BridgeResponseURL

func (_m *ChainScopedConfig) BridgeResponseURL() *url.URL

BridgeResponseURL provides a mock function with given fields:

func (*ChainScopedConfig) CertFile

func (_m *ChainScopedConfig) CertFile() string

CertFile provides a mock function with given fields:

func (*ChainScopedConfig) ChainID

func (_m *ChainScopedConfig) ChainID() *big.Int

ChainID provides a mock function with given fields:

func (*ChainScopedConfig) ChainType

func (_m *ChainScopedConfig) ChainType() coreconfig.ChainType

ChainType provides a mock function with given fields:

func (*ChainScopedConfig) CosmosEnabled

func (_m *ChainScopedConfig) CosmosEnabled() bool

CosmosEnabled provides a mock function with given fields:

func (*ChainScopedConfig) Database added in v2.3.0

func (_m *ChainScopedConfig) Database() coreconfig.Database

Database provides a mock function with given fields:

func (*ChainScopedConfig) DefaultChainID

func (_m *ChainScopedConfig) DefaultChainID() *big.Int

DefaultChainID provides a mock function with given fields:

func (*ChainScopedConfig) DevWebServer added in v2.1.0

func (_m *ChainScopedConfig) DevWebServer() bool

DevWebServer provides a mock function with given fields:

func (*ChainScopedConfig) DisableRateLimiting added in v2.1.0

func (_m *ChainScopedConfig) DisableRateLimiting() bool

DisableRateLimiting provides a mock function with given fields:

func (*ChainScopedConfig) EVMEnabled

func (_m *ChainScopedConfig) EVMEnabled() bool

EVMEnabled provides a mock function with given fields:

func (*ChainScopedConfig) EVMRPCEnabled

func (_m *ChainScopedConfig) EVMRPCEnabled() bool

EVMRPCEnabled provides a mock function with given fields:

func (*ChainScopedConfig) EthTxReaperInterval

func (_m *ChainScopedConfig) EthTxReaperInterval() time.Duration

EthTxReaperInterval provides a mock function with given fields:

func (*ChainScopedConfig) EthTxReaperThreshold

func (_m *ChainScopedConfig) EthTxReaperThreshold() time.Duration

EthTxReaperThreshold provides a mock function with given fields:

func (*ChainScopedConfig) EthTxResendAfterThreshold

func (_m *ChainScopedConfig) EthTxResendAfterThreshold() time.Duration

EthTxResendAfterThreshold provides a mock function with given fields:

func (*ChainScopedConfig) EthereumHTTPURL

func (_m *ChainScopedConfig) EthereumHTTPURL() *url.URL

EthereumHTTPURL provides a mock function with given fields:

func (*ChainScopedConfig) EthereumSecondaryURLs

func (_m *ChainScopedConfig) EthereumSecondaryURLs() []url.URL

EthereumSecondaryURLs provides a mock function with given fields:

func (*ChainScopedConfig) EthereumURL

func (_m *ChainScopedConfig) EthereumURL() string

EthereumURL provides a mock function with given fields:

func (*ChainScopedConfig) EvmEIP1559DynamicFees

func (_m *ChainScopedConfig) EvmEIP1559DynamicFees() bool

EvmEIP1559DynamicFees provides a mock function with given fields:

func (*ChainScopedConfig) EvmFinalityDepth

func (_m *ChainScopedConfig) EvmFinalityDepth() uint32

EvmFinalityDepth provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasBumpPercent

func (_m *ChainScopedConfig) EvmGasBumpPercent() uint16

EvmGasBumpPercent provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasBumpThreshold

func (_m *ChainScopedConfig) EvmGasBumpThreshold() uint64

EvmGasBumpThreshold provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasBumpTxDepth

func (_m *ChainScopedConfig) EvmGasBumpTxDepth() uint32

EvmGasBumpTxDepth provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasBumpWei

func (_m *ChainScopedConfig) EvmGasBumpWei() *assets.Wei

EvmGasBumpWei provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasFeeCapDefault

func (_m *ChainScopedConfig) EvmGasFeeCapDefault() *assets.Wei

EvmGasFeeCapDefault provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasLimitDRJobType

func (_m *ChainScopedConfig) EvmGasLimitDRJobType() *uint32

EvmGasLimitDRJobType provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasLimitDefault

func (_m *ChainScopedConfig) EvmGasLimitDefault() uint32

EvmGasLimitDefault provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasLimitFMJobType

func (_m *ChainScopedConfig) EvmGasLimitFMJobType() *uint32

EvmGasLimitFMJobType provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasLimitKeeperJobType

func (_m *ChainScopedConfig) EvmGasLimitKeeperJobType() *uint32

EvmGasLimitKeeperJobType provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasLimitMax

func (_m *ChainScopedConfig) EvmGasLimitMax() uint32

EvmGasLimitMax provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasLimitMultiplier

func (_m *ChainScopedConfig) EvmGasLimitMultiplier() float32

EvmGasLimitMultiplier provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasLimitOCR2JobType

func (_m *ChainScopedConfig) EvmGasLimitOCR2JobType() *uint32

EvmGasLimitOCR2JobType provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasLimitOCRJobType

func (_m *ChainScopedConfig) EvmGasLimitOCRJobType() *uint32

EvmGasLimitOCRJobType provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasLimitTransfer

func (_m *ChainScopedConfig) EvmGasLimitTransfer() uint32

EvmGasLimitTransfer provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasLimitVRFJobType

func (_m *ChainScopedConfig) EvmGasLimitVRFJobType() *uint32

EvmGasLimitVRFJobType provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasPriceDefault

func (_m *ChainScopedConfig) EvmGasPriceDefault() *assets.Wei

EvmGasPriceDefault provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasTipCapDefault

func (_m *ChainScopedConfig) EvmGasTipCapDefault() *assets.Wei

EvmGasTipCapDefault provides a mock function with given fields:

func (*ChainScopedConfig) EvmGasTipCapMinimum

func (_m *ChainScopedConfig) EvmGasTipCapMinimum() *assets.Wei

EvmGasTipCapMinimum provides a mock function with given fields:

func (*ChainScopedConfig) EvmHeadTrackerHistoryDepth

func (_m *ChainScopedConfig) EvmHeadTrackerHistoryDepth() uint32

EvmHeadTrackerHistoryDepth provides a mock function with given fields:

func (*ChainScopedConfig) EvmHeadTrackerMaxBufferSize

func (_m *ChainScopedConfig) EvmHeadTrackerMaxBufferSize() uint32

EvmHeadTrackerMaxBufferSize provides a mock function with given fields:

func (*ChainScopedConfig) EvmHeadTrackerSamplingInterval

func (_m *ChainScopedConfig) EvmHeadTrackerSamplingInterval() time.Duration

EvmHeadTrackerSamplingInterval provides a mock function with given fields:

func (*ChainScopedConfig) EvmLogBackfillBatchSize

func (_m *ChainScopedConfig) EvmLogBackfillBatchSize() uint32

EvmLogBackfillBatchSize provides a mock function with given fields:

func (*ChainScopedConfig) EvmLogKeepBlocksDepth

func (_m *ChainScopedConfig) EvmLogKeepBlocksDepth() uint32

EvmLogKeepBlocksDepth provides a mock function with given fields:

func (*ChainScopedConfig) EvmLogPollInterval

func (_m *ChainScopedConfig) EvmLogPollInterval() time.Duration

EvmLogPollInterval provides a mock function with given fields:

func (*ChainScopedConfig) EvmMaxGasPriceWei

func (_m *ChainScopedConfig) EvmMaxGasPriceWei() *assets.Wei

EvmMaxGasPriceWei provides a mock function with given fields:

func (*ChainScopedConfig) EvmMaxInFlightTransactions

func (_m *ChainScopedConfig) EvmMaxInFlightTransactions() uint32

EvmMaxInFlightTransactions provides a mock function with given fields:

func (*ChainScopedConfig) EvmMaxQueuedTransactions

func (_m *ChainScopedConfig) EvmMaxQueuedTransactions() uint64

EvmMaxQueuedTransactions provides a mock function with given fields:

func (*ChainScopedConfig) EvmMinGasPriceWei

func (_m *ChainScopedConfig) EvmMinGasPriceWei() *assets.Wei

EvmMinGasPriceWei provides a mock function with given fields:

func (*ChainScopedConfig) EvmNonceAutoSync

func (_m *ChainScopedConfig) EvmNonceAutoSync() bool

EvmNonceAutoSync provides a mock function with given fields:

func (*ChainScopedConfig) EvmRPCDefaultBatchSize

func (_m *ChainScopedConfig) EvmRPCDefaultBatchSize() uint32

EvmRPCDefaultBatchSize provides a mock function with given fields:

func (*ChainScopedConfig) EvmUseForwarders

func (_m *ChainScopedConfig) EvmUseForwarders() bool

EvmUseForwarders provides a mock function with given fields:

func (*ChainScopedConfig) ExplorerAccessKey

func (_m *ChainScopedConfig) ExplorerAccessKey() string

ExplorerAccessKey provides a mock function with given fields:

func (*ChainScopedConfig) ExplorerSecret

func (_m *ChainScopedConfig) ExplorerSecret() string

ExplorerSecret provides a mock function with given fields:

func (*ChainScopedConfig) ExplorerURL

func (_m *ChainScopedConfig) ExplorerURL() *url.URL

ExplorerURL provides a mock function with given fields:

func (*ChainScopedConfig) FeatureExternalInitiators

func (_m *ChainScopedConfig) FeatureExternalInitiators() bool

FeatureExternalInitiators provides a mock function with given fields:

func (*ChainScopedConfig) FeatureFeedsManager

func (_m *ChainScopedConfig) FeatureFeedsManager() bool

FeatureFeedsManager provides a mock function with given fields:

func (*ChainScopedConfig) FeatureLogPoller

func (_m *ChainScopedConfig) FeatureLogPoller() bool

FeatureLogPoller provides a mock function with given fields:

func (*ChainScopedConfig) FeatureOffchainReporting

func (_m *ChainScopedConfig) FeatureOffchainReporting() bool

FeatureOffchainReporting provides a mock function with given fields:

func (*ChainScopedConfig) FeatureOffchainReporting2

func (_m *ChainScopedConfig) FeatureOffchainReporting2() bool

FeatureOffchainReporting2 provides a mock function with given fields:

func (*ChainScopedConfig) FeatureUICSAKeys

func (_m *ChainScopedConfig) FeatureUICSAKeys() bool

FeatureUICSAKeys provides a mock function with given fields:

func (*ChainScopedConfig) FlagsContractAddress

func (_m *ChainScopedConfig) FlagsContractAddress() string

FlagsContractAddress provides a mock function with given fields:

func (*ChainScopedConfig) FluxMonitor added in v2.3.0

func (_m *ChainScopedConfig) FluxMonitor() coreconfig.FluxMonitor

FluxMonitor provides a mock function with given fields:

func (*ChainScopedConfig) GasEstimatorMode

func (_m *ChainScopedConfig) GasEstimatorMode() string

GasEstimatorMode provides a mock function with given fields:

func (*ChainScopedConfig) HTTPServerWriteTimeout

func (_m *ChainScopedConfig) HTTPServerWriteTimeout() time.Duration

HTTPServerWriteTimeout provides a mock function with given fields:

func (*ChainScopedConfig) InfiniteDepthQueries added in v2.1.0

func (_m *ChainScopedConfig) InfiniteDepthQueries() bool

InfiniteDepthQueries provides a mock function with given fields:

func (*ChainScopedConfig) InsecureFastScrypt

func (_m *ChainScopedConfig) InsecureFastScrypt() bool

InsecureFastScrypt provides a mock function with given fields:

func (*ChainScopedConfig) JobPipeline added in v2.3.0

func (_m *ChainScopedConfig) JobPipeline() coreconfig.JobPipeline

JobPipeline provides a mock function with given fields:

func (*ChainScopedConfig) Keeper added in v2.3.0

func (_m *ChainScopedConfig) Keeper() coreconfig.Keeper

Keeper provides a mock function with given fields:

func (*ChainScopedConfig) KeyFile

func (_m *ChainScopedConfig) KeyFile() string

KeyFile provides a mock function with given fields:

func (*ChainScopedConfig) KeySpecificMaxGasPriceWei

func (_m *ChainScopedConfig) KeySpecificMaxGasPriceWei(addr common.Address) *assets.Wei

KeySpecificMaxGasPriceWei provides a mock function with given fields: addr

func (*ChainScopedConfig) KeystorePassword

func (_m *ChainScopedConfig) KeystorePassword() string

KeystorePassword provides a mock function with given fields:

func (*ChainScopedConfig) LinkContractAddress

func (_m *ChainScopedConfig) LinkContractAddress() string

LinkContractAddress provides a mock function with given fields:

func (*ChainScopedConfig) Log added in v2.3.0

func (_m *ChainScopedConfig) Log() coreconfig.Log

Log provides a mock function with given fields:

func (*ChainScopedConfig) LogConfiguration

func (_m *ChainScopedConfig) LogConfiguration(log coreconfig.LogfFn)

LogConfiguration provides a mock function with given fields: log

func (*ChainScopedConfig) MercuryCredentials added in v2.2.0

func (_m *ChainScopedConfig) MercuryCredentials(credName string) *ocr2models.MercuryCredentials

MercuryCredentials provides a mock function with given fields: credName

func (*ChainScopedConfig) MinIncomingConfirmations

func (_m *ChainScopedConfig) MinIncomingConfirmations() uint32

MinIncomingConfirmations provides a mock function with given fields:

func (*ChainScopedConfig) MinimumContractPayment

func (_m *ChainScopedConfig) MinimumContractPayment() *assets.Link

MinimumContractPayment provides a mock function with given fields:

func (*ChainScopedConfig) NodeNoNewHeadsThreshold

func (_m *ChainScopedConfig) NodeNoNewHeadsThreshold() time.Duration

NodeNoNewHeadsThreshold provides a mock function with given fields:

func (*ChainScopedConfig) NodePollFailureThreshold

func (_m *ChainScopedConfig) NodePollFailureThreshold() uint32

NodePollFailureThreshold provides a mock function with given fields:

func (*ChainScopedConfig) NodePollInterval

func (_m *ChainScopedConfig) NodePollInterval() time.Duration

NodePollInterval provides a mock function with given fields:

func (*ChainScopedConfig) NodeSelectionMode

func (_m *ChainScopedConfig) NodeSelectionMode() string

NodeSelectionMode provides a mock function with given fields:

func (*ChainScopedConfig) NodeSyncThreshold

func (_m *ChainScopedConfig) NodeSyncThreshold() uint32

NodeSyncThreshold provides a mock function with given fields:

func (*ChainScopedConfig) OCR2AutomationGasLimit

func (_m *ChainScopedConfig) OCR2AutomationGasLimit() uint32

OCR2AutomationGasLimit provides a mock function with given fields:

func (*ChainScopedConfig) OCR2BlockchainTimeout

func (_m *ChainScopedConfig) OCR2BlockchainTimeout() time.Duration

OCR2BlockchainTimeout provides a mock function with given fields:

func (*ChainScopedConfig) OCR2CaptureEATelemetry

func (_m *ChainScopedConfig) OCR2CaptureEATelemetry() bool

OCR2CaptureEATelemetry provides a mock function with given fields:

func (*ChainScopedConfig) OCR2ContractConfirmations

func (_m *ChainScopedConfig) OCR2ContractConfirmations() uint16

OCR2ContractConfirmations provides a mock function with given fields:

func (*ChainScopedConfig) OCR2ContractPollInterval

func (_m *ChainScopedConfig) OCR2ContractPollInterval() time.Duration

OCR2ContractPollInterval provides a mock function with given fields:

func (*ChainScopedConfig) OCR2ContractSubscribeInterval

func (_m *ChainScopedConfig) OCR2ContractSubscribeInterval() time.Duration

OCR2ContractSubscribeInterval provides a mock function with given fields:

func (*ChainScopedConfig) OCR2ContractTransmitterTransmitTimeout

func (_m *ChainScopedConfig) OCR2ContractTransmitterTransmitTimeout() time.Duration

OCR2ContractTransmitterTransmitTimeout provides a mock function with given fields:

func (*ChainScopedConfig) OCR2DatabaseTimeout

func (_m *ChainScopedConfig) OCR2DatabaseTimeout() time.Duration

OCR2DatabaseTimeout provides a mock function with given fields:

func (*ChainScopedConfig) OCR2DefaultTransactionQueueDepth

func (_m *ChainScopedConfig) OCR2DefaultTransactionQueueDepth() uint32

OCR2DefaultTransactionQueueDepth provides a mock function with given fields:

func (*ChainScopedConfig) OCR2KeyBundleID

func (_m *ChainScopedConfig) OCR2KeyBundleID() (string, error)

OCR2KeyBundleID provides a mock function with given fields:

func (*ChainScopedConfig) OCR2SimulateTransactions

func (_m *ChainScopedConfig) OCR2SimulateTransactions() bool

OCR2SimulateTransactions provides a mock function with given fields:

func (*ChainScopedConfig) OCR2TraceLogging

func (_m *ChainScopedConfig) OCR2TraceLogging() bool

OCR2TraceLogging provides a mock function with given fields:

func (*ChainScopedConfig) OCRBlockchainTimeout

func (_m *ChainScopedConfig) OCRBlockchainTimeout() time.Duration

OCRBlockchainTimeout provides a mock function with given fields:

func (*ChainScopedConfig) OCRCaptureEATelemetry

func (_m *ChainScopedConfig) OCRCaptureEATelemetry() bool

OCRCaptureEATelemetry provides a mock function with given fields:

func (*ChainScopedConfig) OCRContractConfirmations

func (_m *ChainScopedConfig) OCRContractConfirmations() uint16

OCRContractConfirmations provides a mock function with given fields:

func (*ChainScopedConfig) OCRContractPollInterval

func (_m *ChainScopedConfig) OCRContractPollInterval() time.Duration

OCRContractPollInterval provides a mock function with given fields:

func (*ChainScopedConfig) OCRContractSubscribeInterval

func (_m *ChainScopedConfig) OCRContractSubscribeInterval() time.Duration

OCRContractSubscribeInterval provides a mock function with given fields:

func (*ChainScopedConfig) OCRContractTransmitterTransmitTimeout

func (_m *ChainScopedConfig) OCRContractTransmitterTransmitTimeout() time.Duration

OCRContractTransmitterTransmitTimeout provides a mock function with given fields:

func (*ChainScopedConfig) OCRDatabaseTimeout

func (_m *ChainScopedConfig) OCRDatabaseTimeout() time.Duration

OCRDatabaseTimeout provides a mock function with given fields:

func (*ChainScopedConfig) OCRDefaultTransactionQueueDepth

func (_m *ChainScopedConfig) OCRDefaultTransactionQueueDepth() uint32

OCRDefaultTransactionQueueDepth provides a mock function with given fields:

func (*ChainScopedConfig) OCRDevelopmentMode added in v2.1.0

func (_m *ChainScopedConfig) OCRDevelopmentMode() bool

OCRDevelopmentMode provides a mock function with given fields:

func (*ChainScopedConfig) OCRKeyBundleID

func (_m *ChainScopedConfig) OCRKeyBundleID() (string, error)

OCRKeyBundleID provides a mock function with given fields:

func (*ChainScopedConfig) OCRObservationGracePeriod

func (_m *ChainScopedConfig) OCRObservationGracePeriod() time.Duration

OCRObservationGracePeriod provides a mock function with given fields:

func (*ChainScopedConfig) OCRObservationTimeout

func (_m *ChainScopedConfig) OCRObservationTimeout() time.Duration

OCRObservationTimeout provides a mock function with given fields:

func (*ChainScopedConfig) OCRSimulateTransactions

func (_m *ChainScopedConfig) OCRSimulateTransactions() bool

OCRSimulateTransactions provides a mock function with given fields:

func (*ChainScopedConfig) OCRTraceLogging

func (_m *ChainScopedConfig) OCRTraceLogging() bool

OCRTraceLogging provides a mock function with given fields:

func (*ChainScopedConfig) OCRTransmitterAddress

func (_m *ChainScopedConfig) OCRTransmitterAddress() (ethkey.EIP55Address, error)

OCRTransmitterAddress provides a mock function with given fields:

func (*ChainScopedConfig) OperatorFactoryAddress

func (_m *ChainScopedConfig) OperatorFactoryAddress() string

OperatorFactoryAddress provides a mock function with given fields:

func (*ChainScopedConfig) P2PAnnounceIP

func (_m *ChainScopedConfig) P2PAnnounceIP() net.IP

P2PAnnounceIP provides a mock function with given fields:

func (*ChainScopedConfig) P2PAnnouncePort

func (_m *ChainScopedConfig) P2PAnnouncePort() uint16

P2PAnnouncePort provides a mock function with given fields:

func (*ChainScopedConfig) P2PBootstrapCheckInterval

func (_m *ChainScopedConfig) P2PBootstrapCheckInterval() time.Duration

P2PBootstrapCheckInterval provides a mock function with given fields:

func (*ChainScopedConfig) P2PBootstrapPeers

func (_m *ChainScopedConfig) P2PBootstrapPeers() ([]string, error)

P2PBootstrapPeers provides a mock function with given fields:

func (*ChainScopedConfig) P2PDHTAnnouncementCounterUserPrefix

func (_m *ChainScopedConfig) P2PDHTAnnouncementCounterUserPrefix() uint32

P2PDHTAnnouncementCounterUserPrefix provides a mock function with given fields:

func (*ChainScopedConfig) P2PDHTLookupInterval

func (_m *ChainScopedConfig) P2PDHTLookupInterval() int

P2PDHTLookupInterval provides a mock function with given fields:

func (*ChainScopedConfig) P2PEnabled

func (_m *ChainScopedConfig) P2PEnabled() bool

P2PEnabled provides a mock function with given fields:

func (*ChainScopedConfig) P2PIncomingMessageBufferSize

func (_m *ChainScopedConfig) P2PIncomingMessageBufferSize() int

P2PIncomingMessageBufferSize provides a mock function with given fields:

func (*ChainScopedConfig) P2PListenIP

func (_m *ChainScopedConfig) P2PListenIP() net.IP

P2PListenIP provides a mock function with given fields:

func (*ChainScopedConfig) P2PListenPort

func (_m *ChainScopedConfig) P2PListenPort() uint16

P2PListenPort provides a mock function with given fields:

func (*ChainScopedConfig) P2PListenPortRaw

func (_m *ChainScopedConfig) P2PListenPortRaw() string

P2PListenPortRaw provides a mock function with given fields:

func (*ChainScopedConfig) P2PNetworkingStack

func (_m *ChainScopedConfig) P2PNetworkingStack() networking.NetworkingStack

P2PNetworkingStack provides a mock function with given fields:

func (*ChainScopedConfig) P2PNetworkingStackRaw

func (_m *ChainScopedConfig) P2PNetworkingStackRaw() string

P2PNetworkingStackRaw provides a mock function with given fields:

func (*ChainScopedConfig) P2PNewStreamTimeout

func (_m *ChainScopedConfig) P2PNewStreamTimeout() time.Duration

P2PNewStreamTimeout provides a mock function with given fields:

func (*ChainScopedConfig) P2POutgoingMessageBufferSize

func (_m *ChainScopedConfig) P2POutgoingMessageBufferSize() int

P2POutgoingMessageBufferSize provides a mock function with given fields:

func (*ChainScopedConfig) P2PPeerID

func (_m *ChainScopedConfig) P2PPeerID() p2pkey.PeerID

P2PPeerID provides a mock function with given fields:

func (*ChainScopedConfig) P2PPeerIDRaw

func (_m *ChainScopedConfig) P2PPeerIDRaw() string

P2PPeerIDRaw provides a mock function with given fields:

func (*ChainScopedConfig) P2PPeerstoreWriteInterval

func (_m *ChainScopedConfig) P2PPeerstoreWriteInterval() time.Duration

P2PPeerstoreWriteInterval provides a mock function with given fields:

func (*ChainScopedConfig) P2PV2AnnounceAddresses

func (_m *ChainScopedConfig) P2PV2AnnounceAddresses() []string

P2PV2AnnounceAddresses provides a mock function with given fields:

func (*ChainScopedConfig) P2PV2Bootstrappers

func (_m *ChainScopedConfig) P2PV2Bootstrappers() []commontypes.BootstrapperLocator

P2PV2Bootstrappers provides a mock function with given fields:

func (*ChainScopedConfig) P2PV2BootstrappersRaw

func (_m *ChainScopedConfig) P2PV2BootstrappersRaw() []string

P2PV2BootstrappersRaw provides a mock function with given fields:

func (*ChainScopedConfig) P2PV2DeltaDial

func (_m *ChainScopedConfig) P2PV2DeltaDial() models.Duration

P2PV2DeltaDial provides a mock function with given fields:

func (*ChainScopedConfig) P2PV2DeltaReconcile

func (_m *ChainScopedConfig) P2PV2DeltaReconcile() models.Duration

P2PV2DeltaReconcile provides a mock function with given fields:

func (*ChainScopedConfig) P2PV2ListenAddresses

func (_m *ChainScopedConfig) P2PV2ListenAddresses() []string

P2PV2ListenAddresses provides a mock function with given fields:

func (*ChainScopedConfig) Port

func (_m *ChainScopedConfig) Port() uint16

Port provides a mock function with given fields:

func (*ChainScopedConfig) PrometheusAuthToken

func (_m *ChainScopedConfig) PrometheusAuthToken() string

PrometheusAuthToken provides a mock function with given fields:

func (*ChainScopedConfig) PyroscopeAuthToken

func (_m *ChainScopedConfig) PyroscopeAuthToken() string

PyroscopeAuthToken provides a mock function with given fields:

func (*ChainScopedConfig) PyroscopeEnvironment

func (_m *ChainScopedConfig) PyroscopeEnvironment() string

PyroscopeEnvironment provides a mock function with given fields:

func (*ChainScopedConfig) PyroscopeServerAddress

func (_m *ChainScopedConfig) PyroscopeServerAddress() string

PyroscopeServerAddress provides a mock function with given fields:

func (*ChainScopedConfig) RPID

func (_m *ChainScopedConfig) RPID() string

RPID provides a mock function with given fields:

func (*ChainScopedConfig) RPOrigin

func (_m *ChainScopedConfig) RPOrigin() string

RPOrigin provides a mock function with given fields:

func (*ChainScopedConfig) ReaperExpiration

func (_m *ChainScopedConfig) ReaperExpiration() models.Duration

ReaperExpiration provides a mock function with given fields:

func (*ChainScopedConfig) RootDir

func (_m *ChainScopedConfig) RootDir() string

RootDir provides a mock function with given fields:

func (*ChainScopedConfig) SecureCookies

func (_m *ChainScopedConfig) SecureCookies() bool

SecureCookies provides a mock function with given fields:

func (*ChainScopedConfig) Sentry added in v2.3.0

func (_m *ChainScopedConfig) Sentry() coreconfig.Sentry

Sentry provides a mock function with given fields:

func (*ChainScopedConfig) SessionOptions

func (_m *ChainScopedConfig) SessionOptions() sessions.Options

SessionOptions provides a mock function with given fields:

func (*ChainScopedConfig) SessionTimeout

func (_m *ChainScopedConfig) SessionTimeout() models.Duration

SessionTimeout provides a mock function with given fields:

func (*ChainScopedConfig) SetLogLevel

func (_m *ChainScopedConfig) SetLogLevel(lvl zapcore.Level) error

SetLogLevel provides a mock function with given fields: lvl

func (*ChainScopedConfig) SetLogSQL

func (_m *ChainScopedConfig) SetLogSQL(logSQL bool)

SetLogSQL provides a mock function with given fields: logSQL

func (*ChainScopedConfig) SetPasswords

func (_m *ChainScopedConfig) SetPasswords(keystore *string, vrf *string)

SetPasswords provides a mock function with given fields: keystore, vrf

func (*ChainScopedConfig) ShutdownGracePeriod

func (_m *ChainScopedConfig) ShutdownGracePeriod() time.Duration

ShutdownGracePeriod provides a mock function with given fields:

func (*ChainScopedConfig) SolanaEnabled

func (_m *ChainScopedConfig) SolanaEnabled() bool

SolanaEnabled provides a mock function with given fields:

func (*ChainScopedConfig) StarkNetEnabled

func (_m *ChainScopedConfig) StarkNetEnabled() bool

StarkNetEnabled provides a mock function with given fields:

func (*ChainScopedConfig) TLSCertPath

func (_m *ChainScopedConfig) TLSCertPath() string

TLSCertPath provides a mock function with given fields:

func (*ChainScopedConfig) TLSDir

func (_m *ChainScopedConfig) TLSDir() string

TLSDir provides a mock function with given fields:

func (*ChainScopedConfig) TLSHost

func (_m *ChainScopedConfig) TLSHost() string

TLSHost provides a mock function with given fields:

func (*ChainScopedConfig) TLSKeyPath

func (_m *ChainScopedConfig) TLSKeyPath() string

TLSKeyPath provides a mock function with given fields:

func (*ChainScopedConfig) TLSPort

func (_m *ChainScopedConfig) TLSPort() uint16

TLSPort provides a mock function with given fields:

func (*ChainScopedConfig) TLSRedirect

func (_m *ChainScopedConfig) TLSRedirect() bool

TLSRedirect provides a mock function with given fields:

func (*ChainScopedConfig) TelemetryIngress added in v2.3.0

func (_m *ChainScopedConfig) TelemetryIngress() coreconfig.TelemetryIngress

TelemetryIngress provides a mock function with given fields:

func (*ChainScopedConfig) ThresholdKeyShare

func (_m *ChainScopedConfig) ThresholdKeyShare() string

ThresholdKeyShare provides a mock function with given fields:

func (*ChainScopedConfig) UnAuthenticatedRateLimit

func (_m *ChainScopedConfig) UnAuthenticatedRateLimit() int64

UnAuthenticatedRateLimit provides a mock function with given fields:

func (*ChainScopedConfig) UnAuthenticatedRateLimitPeriod

func (_m *ChainScopedConfig) UnAuthenticatedRateLimitPeriod() models.Duration

UnAuthenticatedRateLimitPeriod provides a mock function with given fields:

func (*ChainScopedConfig) VRFPassword

func (_m *ChainScopedConfig) VRFPassword() string

VRFPassword provides a mock function with given fields:

func (*ChainScopedConfig) Validate

func (_m *ChainScopedConfig) Validate() error

Validate provides a mock function with given fields:

func (*ChainScopedConfig) ValidateDB added in v2.2.0

func (_m *ChainScopedConfig) ValidateDB() error

ValidateDB provides a mock function with given fields:

func (*ChainScopedConfig) WebServerHTTPMaxSize

func (_m *ChainScopedConfig) WebServerHTTPMaxSize() int64

WebServerHTTPMaxSize provides a mock function with given fields:

func (*ChainScopedConfig) WebServerStartTimeout

func (_m *ChainScopedConfig) WebServerStartTimeout() time.Duration

WebServerStartTimeout provides a mock function with given fields:

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL