-
Notifications
You must be signed in to change notification settings - Fork 0
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
Astra: add option to act_proposal to not execute the proposal #5
Conversation
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.
I think we should add another status Executed
since now we have a possibility to have an approved proposal but not executed
I don't think Executed is needed. This will create ambiguity around |
Also we don't have |
but we have an approved proposal (in terms of votes) but not executed. Since we can decide to execute the proposal once the last vote is submitted or not. That's why I think it would make more sense to create a new status. How a user will now if the proposal has reached the approved status if we change the state only after its executed? |
I still think this will be Ambiguous to know status of proposal if we put
|
Co-authored-by: Robert Zaremba <[email protected]> Co-authored-by: sczembor <[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.
few small comments
Co-authored-by: Robert Zaremba <[email protected]>
Co-authored-by: Robert Zaremba <[email protected]>
ExecuteProposal
Action