Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New( chainID isc.ChainID, nr smUtils.NodeRandomiser, wal smGPAUtils.BlockWAL, store state.Store, metrics metrics.IChainStateManagerMetrics, log *logger.Logger, timers StateManagerTimers, ) (gpa.GPA, error)
Types ¶
type StateManagerTimers ¶
type StateManagerTimers struct { // How many blocks may be stored in cache before old ones start being deleted BlockCacheMaxSize int // How long should the block stay in block cache before being deleted BlockCacheBlocksInCacheDuration time.Duration // How often should the block cache be cleaned BlockCacheBlockCleaningPeriod time.Duration // How often get block requests should be repeated StateManagerGetBlockRetry time.Duration // How often requests waiting for response should be checked for expired context StateManagerRequestCleaningPeriod time.Duration // How often timer tick fires in state manager StateManagerTimerTickPeriod time.Duration TimeProvider smGPAUtils.TimeProvider }
func NewStateManagerTimers ¶
func NewStateManagerTimers(tpOpt ...smGPAUtils.TimeProvider) StateManagerTimers
Source Files ¶
Click to show internal directories.
Click to hide internal directories.