-
Notifications
You must be signed in to change notification settings - Fork 186
Cairo: Update Stable directory #755
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
base: cairo/support-v3.0.0
Are you sure you want to change the base?
Cairo: Update Stable directory #755
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Comment |
| openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts", tag = "v2.0.0" } | ||
| assert_macros = "2.13.1" | ||
| starknet = "2.13.1" | ||
| openzeppelin_access = { git = "https://github.com/OpenZeppelin/cairo-contracts", tag = "v3.0.0-alpha.3" } |
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.
Should n't this be v3.0.0?
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.
We have to merge this PR first to bring all the changes from the alpha dir into stable. It will make reviewing the following PR with the changes required to support the audit fixes way easier. If we update the dependencies to v3.0.0 now, the test project won't be able to compile due to the new variable added to AccessControlDAR config
ericnordelo
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.
LGTM
No description provided.