-
Notifications
You must be signed in to change notification settings - Fork 353
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
Remove non-standard increase_allowance and decrease_allowance from ERC20 #728
Comments
+1, although I don't think this will make it to the release. |
@martriay I just saw your message on the starknet Cairo core stars channel. May I work on this issue? |
Thanks for volunteering! You can tackle either this or #841, but I suggest you start with one at the time :) |
sure! will work on this one tonight :) |
4 tasks
github-project-automation
bot
moved this from 🏗 In progress
to ✅ Resolved
in Contracts for Cairo
Feb 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🧐 Motivation
The Starknet equivalent to the recent ERC20 update of Solidity contracts. Having these methods is even less necessary on Starknet thanks to AA and multicall.
Additional benefit of removing them is slightly reduced contract size.
Since the Cairo 2 contracts haven't been officially released, I think it's a good opportunity to squeeze this in 🤞
The text was updated successfully, but these errors were encountered: