# Functions
AdvanceByDeadline creates a new VM advanced to an epoch specified by the predicate while keeping the miner state up-to-date by running a cron at the end of each deadline period.
Advances by deadline until e is contained within the deadline period represented by the returned deadline info.
No description provided by the author
Advances by deadline until the deadline index matches the given index.
Advances to the next epoch, running cron.
Advance to the epoch when the sector is due to be proven.
No description provided by the author
No description provided by the author
returns true if the sector is healthy.
returns true if the sector is faulty -- a slightly more specific check than CheckSectorActive.
Creates n account actors in the VM with the given balance.
find the proving deadline and partition index of a miner's sector.
No description provided by the author
helpers to simplify pointer creation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewVM creates a new runtime for executing messages.
NewVM creates a new runtime for executing messages.
Creates a new VM and initializes all singleton actors plus a root verifier account.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
find the proving deadline and partition index of a miner's sector.
find the sector info for the given id.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SetState fills the State CAR based with the start and end state-trees.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
This is set to match the test vector default randomness value.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
Prefix for testing unsealed sector CIDs (CommD).
No description provided by the author
# Structs
No description provided by the author
ExpectInvocation is a pattern for a message invocation within the VM.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
VM is a simplified message execution framework for the purposes of testing inter-actor communication.
# Interfaces
No description provided by the author
# Type aliases
type ActorImplLookup map[cid.Cid]runtime.VMActor.
startReads uint64 startWrites uint64 startReadBytes uint64 startWriteBytes uint64 }.
type MethodKey struct { Code cid.Cid Method abi.MethodNum }.
No description provided by the author
No description provided by the author
type StatsByCall map[MethodKey]*CallStats.
type StatsSource interface { WriteCount() uint64 ReadCount() uint64 WriteSize() uint64 ReadSize() uint64 }.