OpenZeppelin / cairo-contracts

OpenZeppelin Contracts written in Cairo for Starknet, a decentralized ZK Rollup
https://docs.openzeppelin.com/contracts-cairo
MIT License
797 stars 320 forks source link

Add timelock component #996

Open andrew-fleming opened 1 month ago

andrew-fleming commented 1 month ago

Fixes #13.

WIP.

Waiting on Cairo v2.7 because this PR requires the Call struct to derive Copy (this PR defines a temporary Call as a workaround). Component and function comment descriptions also need to be finished and refined.

Docsite documentation should be done in a separate PR.

PR Checklist