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
Click to show internal directories.
Click to hide internal directories.