storageEpochChange

package
v1.7.11 Latest Latest
Warning

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

Go to latest
Published: May 17, 2024 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// WaitTimeForSnapshotEpochCheck is the time to wait before checking the storage epoch
	WaitTimeForSnapshotEpochCheck = time.Millisecond * 100

	// SnapshotWaitTimeout is the timeout for waiting for the storage epoch to change
	SnapshotWaitTimeout = time.Minute * 3
)

Variables

This section is empty.

Functions

func WaitForStorageEpochChange

func WaitForStorageEpochChange(args StorageEpochChangeWaitArgs) error

WaitForStorageEpochChange waits for the storage epoch to change to the given epoch

Types

type StorageEpochChangeWaitArgs

type StorageEpochChangeWaitArgs struct {
	TrieStorageManager            common.StorageManager
	Epoch                         uint32
	WaitTimeForSnapshotEpochCheck time.Duration
	SnapshotWaitTimeout           time.Duration
}

StorageEpochChangeWaitArgs are the args needed for calling the WaitForStorageEpochChange function

Jump to

Keyboard shortcuts

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