Comment on page
Oh! Governor
Protocol Executor
The
OhGovernor
contract acts as the Executor in the Proposer-Executor model. The Governor allows actions from successful Forum proposals to be queued up for execution.delay
- 2 days - Minimum amount of time, in seconds, a transaction must wait in the queuegracePeriod
- 14 days - Maximum amount of time, in seconds, an eligible transaction has to be executed
All queued transactions must wait in the queue until a minimum time period of length
delay
has passed. If more than two weeks pass after the transaction delay
is satisfied, then the transaction will be considered stale and cannot be executed.Last modified 2yr ago