c-layer / contracts

C-Layer Ethereum monorepo
MIT License
73 stars 14 forks source link

New generic TimeLock contract #35

Closed ggoutaudier closed 3 years ago

ggoutaudier commented 3 years ago

This is a proposal to add a generic TimeLock contract to the governance smart contracts. Such a contract can be very useful to create/extend token vaults, but can also be used in a more generic manner to create locks on any contract. This request includes some test cases with 100% code coverage.