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
Using msig address as a miner's owner address can ensure a better miner account management.
A ChangeOwnerAddress needs to be sent from the new owner address for updating the miner, however, it is impossible to push a message from a msig actor address.
The text was updated successfully, but these errors were encountered:
we need to decouple the 2 steps of the set-owner command...it should simply take a "from" param, which will be the old owner the first time, and the new owner the second time
we need a way for msigs to send the actual ChangeOwnerAddress message. we could add another 2 commands msig-change-owner-propose and msig-change-owner-approve, but honestly we've got a lot of those already. I think we should just provide documentation for how this can be done using the existing msig propose and msig approve commands.
Using msig address as a miner's owner address can ensure a better miner account management.
A
ChangeOwnerAddress
needs to be sent from the new owner address for updating the miner, however, it is impossible to push a message from a msig actor address.The text was updated successfully, but these errors were encountered: