Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multig wallet address as miner owner address #5287

Closed
jennijuju opened this issue Jan 5, 2021 · 2 comments · Fixed by #5342
Closed

Support multig wallet address as miner owner address #5287

jennijuju opened this issue Jan 5, 2021 · 2 comments · Fixed by #5342
Assignees
Labels
area/ux Area: UX P2 P2: Should be resolved

Comments

@jennijuju
Copy link
Member

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.

@foxundermoon
Copy link

Great idea, we also need this feature😊.

@arajasek arajasek self-assigned this Jan 8, 2021
@arajasek
Copy link
Contributor

arajasek commented Jan 8, 2021

I think a couple things need to happen here:

  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ux Area: UX P2 P2: Should be resolved
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants