Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 411 Bytes

brave-lobsters-punch.md

File metadata and controls

5 lines (4 loc) · 411 Bytes
openzeppelin-solidity
major

Governor: Refactored internals to implement common queuing logic in the core module of the Governor. Added queue and _queueOperations functions that act at different levels. Modules that implement queuing via timelocks are expected to override _queueOperations to implement the timelock-specific logic. Added _executeOperations as the equivalent for execution.