-
Notifications
You must be signed in to change notification settings - Fork 210
Implement run resources funcs #1175
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
Merged
Merged
Changes from 8 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
9f81313
Add RunResources structure
mmsc2 07ecb2d
Modify changelog
mmsc2 0699590
Merge branch 'main' into RunResources
mmsc2 a1f9eba
change data type of n_steps from u64 to usize
mmsc2 a6231da
merge main
mmsc2 d3440f2
Implement run resources functions
mmsc2 f4e770e
Fix tests
mmsc2 19e17e7
set comment about calculation in cairo_run
mmsc2 7fe4382
Change CHangelog and remove option from RunResources
mmsc2 300911a
Fix clippy
mmsc2 98046ab
Add clone trait to run resources
mmsc2 b177834
Add debug and default traits to RunResources
mmsc2 fd23227
Fix error in while loop inside run_until_pc
mmsc2 5a4ea36
Merge branch 'main' into ImplementRunResourcesFuncs
mmsc2 ba797f9
Add helper function for clarity in run_until_pc loop
mmsc2 fdd9e99
Merge branch 'main' into ImplementRunResourcesFuncs
pefontana 75a25fe
Merge branch 'main' into ImplementRunResourcesFuncs
pefontana 4f3c4e6
Add test for cairo 0 contracts
pefontana 4abed1c
Add tests with Cairo 1 contracts
pefontana 66809fd
Move RunResources struct to vm::runners::cairo_runner::RunResources
pefontana 1078e42
Merge branch 'main' into ImplementRunResourcesFuncs
pefontana 4ca1b89
Update CHANGELOG.md
pefontana 5a9418f
Fix wasm and no-std compilation
pefontana 2a8a8a8
Merge branch 'main' into ImplementRunResourcesFuncs
pefontana File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.