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
{{ message }}
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
I noticed that this PR made possible creating miners with 2k / 8k / 512Mb post types. This is probably fine, since these miners can't add any storage, but it does have some impact on state -- the Power State's MinerAboveMinPowerCount for instance includes all 2 KiB miners since their min power is 0.
We blocked further creation of these miners in v5 actors. For v6 migration we should remove these miner actors from the state, returning any funds sent to them to their owner address.
The text was updated successfully, but these errors were encountered:
From an earlier issue raised by @arajasek
I noticed that this PR made possible creating miners with 2k / 8k / 512Mb post types. This is probably fine, since these miners can't add any storage, but it does have some impact on state -- the Power State's MinerAboveMinPowerCount for instance includes all 2 KiB miners since their min power is 0.
List of such miners:
We blocked further creation of these miners in v5 actors. For v6 migration we should remove these miner actors from the state, returning any funds sent to them to their owner address.
The text was updated successfully, but these errors were encountered: