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
We may presume miners may wait longer before submiiting a provecommit message to aggreate as many as many proofs as possible, therefore, lotus should extend the default deal start epoch delay to reduce the chances of deal getting expired by the time provecommitment lands on chain.
Suggested value to be 8 days (publishstoragedeal -> seal duration + pre commit + MaxProveCommitDuration + 8 hour buffer)
The text was updated successfully, but these errors were encountered:
With MaxProveCommitDuration got extended 1 day -> 6 days in actor v5
https://github.com/filecoin-project/specs-actors/blob/a389ccae8d5df456ee6b93f3fc836717b0a7c8d9/actors/builtin/miner/policy.go#L176
We may presume miners may wait longer before submiiting a provecommit message to aggreate as many as many proofs as possible, therefore, lotus should extend the default deal start epoch delay to reduce the chances of deal getting expired by the time provecommitment lands on chain.
Suggested value to be 8 days (publishstoragedeal -> seal duration + pre commit + MaxProveCommitDuration + 8 hour buffer)
The text was updated successfully, but these errors were encountered: