-
Notifications
You must be signed in to change notification settings - Fork 164
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
Add a test that runs a cairo 0 contract from a cairo program #1494
Conversation
This reverts commit fc76a36.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1494 +/- ##
==========================================
+ Coverage 96.81% 96.82% +0.01%
==========================================
Files 96 96
Lines 39684 39684
==========================================
+ Hits 38419 38423 +4
+ Misses 1265 1261 -4 ☔ View full report in Codecov by Sentry. |
run_resources: RunResources, | ||
} | ||
|
||
impl ResourceTracker for SimplifiedOsHintProcessor { |
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.
I write this comment just to remember,
We should document this trait since developers are going to implement it
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.
Amaizing work @fmoletta !!!
Depends & includes changes from #1492 #1493 #1491
Acts as an example on how to run a cairo 0 contract from a program