Added a PreviewTerminateSectorsQuick() function with opinionated options for calculating termination costs using sampling and offchain calculations.
All functions now return a SectorStats structure with aggregated stats collected from sampled sectors - includes useful data such as sector age, expected daily reward at sector activation, etc.
Also return a MinerInfo structure (eg. sector size)
Added a
PreviewTerminateSectorsQuick()
function with opinionated options for calculating termination costs using sampling and offchain calculations.All functions now return a
SectorStats
structure with aggregated stats collected from sampled sectors - includes useful data such as sector age, expected daily reward at sector activation, etc.Also return a
MinerInfo
structure (eg. sector size)