-
Notifications
You must be signed in to change notification settings - Fork 146
docs(l2): add timelock contract docs #5685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Lines of code reportTotal lines added: Detailed view |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds comprehensive documentation for the Timelock.sol contract, which serves as an access control layer for the OnChainProposer contract by managing role-based permissions and scheduled operations with delays.
Key Changes
- Introduces documentation explaining the Timelock contract's role architecture (Sequencers, Governance, and Security Council)
- Documents core functionalities including scheduling, executing, and canceling operations
- Provides guidance on operation ID collision handling and cancellation procedures
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ManuelBilbao
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few nit comments
Co-authored-by: Manuel Iñaki Bilbao <[email protected]>
Co-authored-by: Manuel Iñaki Bilbao <[email protected]>
Motivation
Description
Add docs for the
Timelock.solcontract