Versions in this module Expand all Collapse all v8 v8.0.1 Jun 10, 2022 v8.0.0 Apr 22, 2022 Changes in this version + func AdvanceOneDayWhileProving(t *testing.T, v *vm7.VM, ctxStore adt.Store, minerInfos []MinerInfo) *vm7.VM + func AdvanceOneDeadlineWithCron(t *testing.T, v *vm7.VM) *vm7.VM + func AdvanceOneEpochWithCron(t *testing.T, v *vm7.VM) *vm7.VM + func AdvanceToEpochWithCron(t *testing.T, v *vm7.VM, e abi.ChainEpoch) *vm7.VM + func CheckMinerSectorActive(st *miner.State, store adt.Store, dlIdx, pIdx uint64, sector abi.SectorNumber, ...) (bool, error) + func CreateDeals(t *testing.T, numberOfDeals int, v *vm7.VM, clientAddress address.Address, ...) []abi.DealID + func MinerDLInfo(t *testing.T, v *vm7.VM, minerIDAddr address.Address) *dline.Info + func MinerPower(t *testing.T, vm *vm7.VM, store adt.Store, minerIdAddr address.Address) miner.PowerPair + func PreCommitSectors(t *testing.T, v *vm7.VM, count, batchSize int, worker, mAddr address.Address, ...) []*miner.SectorPreCommitOnChainInfo + func PrecommitSectorNumbers(precommits []*miner.SectorPreCommitOnChainInfo) bitfield.BitField + func PrintMinerInfos(t *testing.T, v *vm7.VM, ctxStore adt.Store, minerInfos []MinerInfo) + func ProveCommitSectors(t *testing.T, v *vm7.VM, worker, actor address.Address, ...) + func ProveThenAdvanceOneDeadlineWithCron(t *testing.T, v *vm7.VM, ctxStore adt.Store, minerInfos []MinerInfo) *vm7.VM + func SubmitPoStForDeadline(t *testing.T, v *vm7.VM, ctxStore adt.Store, ...) + type MinerInfo struct + MinerAddress address.Address + WorkerAddress address.Address