-
Notifications
You must be signed in to change notification settings - Fork 85
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
refactor: replace external(v0) by abi(embed_v0) #126
Conversation
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, I just have some concerns about implicit/explicit interfaces. Thank you for taking the time to correct these issues!
About the Cheatsheet part: The idea was to have ultra concise example about common patterns (such as loop, match, type casting, ...) that new Cairo developers could refers to quickly remember the correct syntax.
As Cairo is not just a SC language it makes no sense to me why these would be presented inside contracts 🤔 It just introduces un-necessary boilerplate over what's actually important |
I understand your concerns and mostly agree, it's a bit out of scope for We can continue the discussion in #102 if you want. |
LGTM! Thank you! |
I think it could stay there but just not wrapped inside a contract 🤔 |
Hum I agree with you on that. It will be addressed soon. |
Issue(s): close #125
Description
Checklist
cairo_programs_verifier
successfully