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

Add propose remove #4311

Merged
merged 1 commit into from
Oct 14, 2020
Merged

Add propose remove #4311

merged 1 commit into from
Oct 14, 2020

Conversation

Kubuxu
Copy link
Contributor

@Kubuxu Kubuxu commented Oct 11, 2020

No description provided.

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
Copy link
Contributor

@arajasek arajasek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need a remove-approve (and remove-cancel) too?

}

if wait.Receipt.ExitCode != 0 {
return fmt.Errorf("add proposal returned exit %d", wait.Receipt.ExitCode)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"add proposal" is wrong

}
from = defaddr
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'd be nice to add a check at this stage that the from we're gonna use is a valid signer...This isn't specific to this PR, though, we can just crack an issue for it for now.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice to do, for sure.

@whyrusleeping
Copy link
Member

Do we need a remove-approve (and remove-cancel) too?

No, we don't need any of those methods, just use approve.

@arajasek
Copy link
Contributor

Do we need a remove-approve (and remove-cancel) too?

No, we don't need any of those methods, just use approve.

Note that we don't have a generic cancel command.

@whyrusleeping whyrusleeping merged commit dfd6fbf into master Oct 14, 2020
@whyrusleeping whyrusleeping deleted the feat/msig-remove-cmd branch October 14, 2020 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants