Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1015 Bytes

File metadata and controls

11 lines (8 loc) · 1015 Bytes

2023-05-22 - Timelock Authorizer

Deployment of the TimelockAuthorizer in order to replace the basic Authorizer deployed with the Vault. This Authorizer implementation allows defining a delay per action identifier. Users can only execute functions directly when there is no delay. Otherwise, they're granted permission to schedule an action, which can then be executed by the Authorizer after the delay. It also introduces Granters and Revokers, to allow controlled delegation of permission handling to third parties, which eases the burden on governance and allows the system to scale. For instance, a smaller multisig might be designated as a Granter for certain veBAL-related functions for new pools.

Useful Files