-
Notifications
You must be signed in to change notification settings - Fork 12.1k
Closed
Description
🧐 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)); |
Metadata
Metadata
Assignees
Labels
No labels