smGPA

package
v0.6.1-alpha.4-prerelease Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2023 License: Apache-2.0 Imports: 20 Imported by: 0

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,
	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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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