-
Notifications
You must be signed in to change notification settings - Fork 61
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
Update OpenZeppelin contracts to 0.9.0 #352
Comments
Seems that the current OZ wizard doesn't support the mintable feature for v0.9.0. Due to this problem and the urgency of key attribute comments, this will need to be handled in 2 separate PRs. Changing status to on hold. |
Perhaps UDC can also be updated with this issue |
v0.11 came out in the meantime! |
Seems that the update of UDC requires a version of starknet.rs that supports the selector "deploy_contract" (0.13.0 cairo1) instead of "deployContract" (0.5.0 cairo0) |
https://github.com/OpenZeppelin/cairo-contracts/blob/v0.9.0/src/token/erc20/erc20.cairo
remember about removing the #[key] keyword from the event in erc20 contracts so it is not indexed
(related to #356)
The text was updated successfully, but these errors were encountered: