🧐 Motivation
Cancellation needs to be expanded from the current minimal publicly exposed function on governor.
📝 Details
Enable the _cancel function to be called by this cancel guardian (set by governor) at any point. If the guardian is not set, allow the proposer to cancel at any time (permitted by _cancel). The proposer maintains the ability to cancel during the pending period during all cases.
🧐 Motivation Cancellation needs to be expanded from the current minimal publicly exposed function on governor.
📝 Details Enable the
_cancel
function to be called by this cancel guardian (set by governor) at any point. If the guardian is not set, allow the proposer to cancel at any time (permitted by_cancel
). The proposer maintains the ability to cancel during the pending period during all cases.