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
(Moved from #1598 (comment) after I realised we're talking about a slightly different thing, I jumped the gun).
Yesterday someone was asking about gas usage of "sector extensions or recoveries". I had a quick look at some example messages for ExtendSectorExpiration2, which involved verified claims, and came to the conclusion that we should absolutely look at optimising them for that case at least.
filecoin-project/ref-fvm#2102 is related to this, there's likely ways to reduce that call cost. But what we really should be doing is batching these calls outside of that inner per-sector loop.
The text was updated successfully, but these errors were encountered:
(Moved from #1598 (comment) after I realised we're talking about a slightly different thing, I jumped the gun).
Yesterday someone was asking about gas usage of "sector extensions or recoveries". I had a quick look at some example messages for
ExtendSectorExpiration2
, which involved verified claims, and came to the conclusion that we should absolutely look at optimising them for that case at least.bafy2bzaceaqaxndnsczslx3cx35q6tluaisidgs36ipxsemksaqafehlcifuy is one such message:
They all look like some variation of this:
filecoin-project/ref-fvm#2102 is related to this, there's likely ways to reduce that call cost. But what we really should be doing is batching these calls outside of that inner per-sector loop.
The text was updated successfully, but these errors were encountered: