Closed laudiacay closed 1 year ago
Merging #1508 (1800af7) into next (1cd48d0) will decrease coverage by
0.0%
. The diff coverage is22.2%
.
@@ Coverage Diff @@
## next #1508 +/- ##
=======================================
- Coverage 71.5% 71.4% -0.1%
=======================================
Files 73 73
Lines 8565 8572 +7
=======================================
Hits 6126 6126
- Misses 1554 1561 +7
Partials 885 885
Random thought, I think we need to remove these miners from init actor state, not sure if this PR does that yet.
It does not. Aaaaaaaaaaaaaagh. I’ll do this tomorrow.
On Wed, Nov 17, 2021 at 10:15 PM ZenGround0 @.***> wrote:
Random thought, I think we need to remove these miners from init actor state, not sure if this PR does that yet.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/filecoin-project/specs-actors/pull/1508#issuecomment-972522877, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACDPMJD373QZE6PVZYWBZADUMR4WVANCNFSM5F6O2HMA .
@ZenGround0 are you sure? I'd expect us to mimic the DeleteActor
syscall, which doesn't touch the init state. I don't think we currently garbage collect the init actor at all.
Ah in that case maybe not.
see #1474