filecoin-project / specs-actors

DEPRECATED Specification of builtin actors, in the form of executable code.
Other
86 stars 102 forks source link

PreCommitDeposit is now independent of the verified status #1575

Closed Kubuxu closed 1 year ago

Kubuxu commented 2 years ago

Deal data is still fetched to check if deals don't occupy more space than the room in the sector. This check can be delayed to ProveCommit.

anorth commented 2 years ago

Thanks for pointing out the deal space, and general deal failure cases. I forgot to mention that in the FIP - will update it. Yes, I think we should defer the check until ProveCommit, and hence move all the weight return values to ActivateDeals etc as described in the FIP PR.

ZenGround0 commented 1 year ago

Archiving repo