Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommitBatchRes ¶
type CommitBatchRes struct { Sectors []abi.SectorNumber FailedSectors map[abi.SectorNumber]string Msg *cid.Cid Error string // if set, means that all sectors are failed, implies Msg==nil }
type Config ¶
type Config struct { // 0 = no limit MaxWaitDealsSectors uint64 // includes failed, 0 = no limit MaxSealingSectors uint64 // includes failed, 0 = no limit MaxSealingSectorsForDeals uint64 PreferNewSectorsForDeals bool MinUpgradeSectorExpiration uint64 MaxUpgradingSectors uint64 MakeNewSectorForDeals bool MakeCCSectorsAvailable bool WaitDealsDelay time.Duration CommittedCapacitySectorLifetime time.Duration StartEpochSealingBuffer abi.ChainEpoch AlwaysKeepUnsealedCopy bool FinalizeEarly bool CollateralFromMinerBalance bool AvailableBalanceBuffer abi.TokenAmount DisableCollateralFallback bool MaxPreCommitBatch int PreCommitBatchWait time.Duration PreCommitBatchSlack time.Duration AggregateCommits bool MinCommitBatch int MaxCommitBatch int CommitBatchWait time.Duration CommitBatchSlack time.Duration AggregateAboveBaseFee abi.TokenAmount BatchPreCommitAboveBaseFee abi.TokenAmount MaxSectorProveCommitsSubmittedPerEpoch uint64 TerminateBatchMax uint64 TerminateBatchMin uint64 TerminateBatchWait time.Duration UseSyntheticPoRep bool RequireActivationSuccess bool RequireActivationSuccessUpdate bool RequireNotificationSuccess bool RequireNotificationSuccessUpdate bool }
type PreCommitBatchRes ¶
type PreCommitBatchRes struct { Sectors []abi.SectorNumber Msg *cid.Cid Error string // if set, means that all sectors are failed, implies Msg==nil }
Click to show internal directories.
Click to hide internal directories.