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

Enable proposal cancelation by proposer after pending period #5260

Open
arr00 opened this issue Oct 15, 2024 · 1 comment · May be fixed by #5281
Open

Enable proposal cancelation by proposer after pending period #5260

arr00 opened this issue Oct 15, 2024 · 1 comment · May be fixed by #5281

Comments

@arr00
Copy link
Contributor

arr00 commented Oct 15, 2024

🧐 Motivation
By default, cancelation is only possible by the proposer during the pending period. There have been many times in governance processes that issues with proposals were discovered during the active or even successful/queued phases. Giving the proposer the ability to cancel during these periods reduces the risk of a buggy proposal being executed.

📝 Details
This should be default functionality as it is unlikely a team spinning up governance would explicitly select to allow this behavior--once they know they need it, it would be too late.

_validateStateBitmap(proposalId, _encodeStateBitmap(ProposalState.Pending));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants
@arr00 and others