You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
however, in additional to deal expirations, commit batcher should also make sure it pushes the aggregation message before any of the sectors is going to expired for MaxProveCommitDuration. Therefore, instead of checking si.TicketEpoch + policy.MaxPreCommitRandomnessLookback CommitBatcher should be checking SectorPreCommitOnChainInfo.PreCommitEpoch + MaxProveCommitDuration
The text was updated successfully, but these errors were encountered:
Currently, PreCoomitBatcher and CommitBatcher shares getSectorDeadline.
lotus/extern/storage-sealing/commit_batch.go
Line 455 in fadc79a
however, in additional to deal expirations, commit batcher should also make sure it pushes the aggregation message before any of the sectors is going to expired for MaxProveCommitDuration. Therefore, instead of checking
si.TicketEpoch + policy.MaxPreCommitRandomnessLookback
CommitBatcher should be checking SectorPreCommitOnChainInfo.PreCommitEpoch + MaxProveCommitDurationThe text was updated successfully, but these errors were encountered: