-
Notifications
You must be signed in to change notification settings - Fork 72
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
feat: starknet timelock execution strategy #600
Conversation
ab8ac93
to
67a7e08
Compare
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.
Good work! A couple of comments :)
timelock_delay: u32, | ||
quorum: u256 | ||
) { | ||
// Migration to components planned ; disregard the `unsafe` keyword, |
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.
btw: https://github.com/OpenZeppelin/cairo-contracts/releases/tag/v0.8.0 ! Getting close :D
…alizing space manager
ac49fcb
to
1931cc2
Compare
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.
utACK
Starknet Timelock Execution Strategy and tests.