Skip to content
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

Merged
merged 70 commits into from
Nov 29, 2023
Merged

Conversation

fmoletta
Copy link
Contributor

@fmoletta fmoletta commented Nov 24, 2023

Depends & includes changes from #1492 #1493 #1491
Acts as an example on how to run a cairo 0 contract from a program

@fmoletta fmoletta changed the title [WIP] Add a test that runs a cairo 0 contract from cairo Add a test that runs a cairo 0 contract from cairo Nov 24, 2023
@fmoletta fmoletta changed the title Add a test that runs a cairo 0 contract from cairo Add a test that runs a cairo 0 contract from a cairo program Nov 24, 2023
Copy link

codecov bot commented Nov 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8daae06) 96.81% compared to head (235a63b) 96.82%.

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.
📢 Have feedback on the report? Share it here.

@fmoletta fmoletta marked this pull request as ready for review November 24, 2023 21:50
run_resources: RunResources,
}

impl ResourceTracker for SimplifiedOsHintProcessor {
Copy link
Collaborator

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

Copy link
Collaborator

@pefontana pefontana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amaizing work @fmoletta !!!

@Oppen Oppen added this pull request to the merge queue Nov 29, 2023
Merged via the queue into main with commit b657576 Nov 29, 2023
50 checks passed
@Oppen Oppen deleted the run-os-draft branch November 29, 2023 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants