Closed wadealexc closed 3 years ago
Reference: https://github.com/filecoin-project/specs-actors/blob/834add95b29a8a173f99927b853e7510b186631e/actors/builtin/miner/miner_state.go#L1130-L1139
This shortcut may bypass important operations, like:
The PoStSubmissions reset in ProcessDeadlineEnd: https://github.com/filecoin-project/specs-actors/blob/834add95b29a8a173f99927b853e7510b186631e/actors/builtin/miner/deadline_state.go#L869-L870
PoStSubmissions
ProcessDeadlineEnd
Popping expired sectors: https://github.com/filecoin-project/specs-actors/blob/834add95b29a8a173f99927b853e7510b186631e/actors/builtin/miner/miner_state.go#L1157-L1158
Reference: https://github.com/filecoin-project/specs-actors/blob/834add95b29a8a173f99927b853e7510b186631e/actors/builtin/miner/miner_state.go#L1130-L1139
This shortcut may bypass important operations, like:
The
PoStSubmissions
reset inProcessDeadlineEnd
: https://github.com/filecoin-project/specs-actors/blob/834add95b29a8a173f99927b853e7510b186631e/actors/builtin/miner/deadline_state.go#L869-L870Popping expired sectors: https://github.com/filecoin-project/specs-actors/blob/834add95b29a8a173f99927b853e7510b186631e/actors/builtin/miner/miner_state.go#L1157-L1158