You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In TimelockExecutionStrategy and CompTimelockCompatibleExecutionStrategy, executing or vetoing a transaction has the same observable effect of setting the executionTime of the payload to 0. Different events (ProposalVetoed vs ProposalExecuted) are emitted, but the proposal status as reported by getProposalStatus will in both cases be Executed. An on-chain actor will have no way to tell if a queued proposal has been executed or vetoed.
The text was updated successfully, but these errors were encountered:
how would we do it though? we dont store the proposal id in the timelock. Feels like an edge case that if someone really cared they could write their own custom strat
In TimelockExecutionStrategy and CompTimelockCompatibleExecutionStrategy, executing or vetoing a transaction has the same observable effect of setting the executionTime of the payload to 0. Different events (ProposalVetoed vs ProposalExecuted) are emitted, but the proposal status as reported by getProposalStatus will in both cases be Executed. An on-chain actor will have no way to tell if a queued proposal has been executed or vetoed.
The text was updated successfully, but these errors were encountered: