-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add propose remove #4311
Conversation
Signed-off-by: Jakub Sztandera <[email protected]>
There was a problem hiding this 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) |
There was a problem hiding this comment.
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 | ||
} | ||
|
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
No, we don't need any of those methods, just use |
Note that we don't have a generic |
No description provided.