-
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
feat(hints): Implement NewHint#39 #1037
Merged
+129
−1
Merged
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
17716c4
Add test
fmoletta e867c2b
Ignore builtin segments in get_memory_holes
fmoletta c560497
Improve test
fmoletta ed5329f
Add memory holes check for cairo_run_test tests
fmoletta c15445b
Fix broken condition
fmoletta f252960
Make memory_holes check optional & customizable
fmoletta 063f9c4
Fix bounds
fmoletta 6e3ed8b
Add a test with deliberately created memory holes
fmoletta 9fa2dc8
Fix test value
fmoletta d36bf3f
Remove duplicated tests + add memory hole value to some tests
fmoletta ece99eb
Add memory holes value + remove duplicated tests + fix typo
fmoletta 1f867fb
Fix test values
fmoletta ac9c795
Add changelog entry
fmoletta 356a187
Link PR in Changelog
fmoletta 0f89514
Merge branch 'main' of github.com:lambdaclass/cairo-rs into fix-get-m…
fmoletta 67e2622
Mark breaking change in changelog
fmoletta 4a17d58
Merge branch 'main' of github.com:lambdaclass/cairo-rs into fix-get-m…
fmoletta e114745
fmt
fmoletta 3ecf882
Fix test value
fmoletta 342efdb
Fix codecov-patch diff
fmoletta 67e3b70
Add hint code
fmoletta 4779307
Add integration test
fmoletta cbe3b5d
Add untracked file
fmoletta 81a99e5
Merge branch 'main' into div-mod-n-packed-hint
fmoletta a71552d
Add changelog entry
fmoletta 75bb911
Rename hint
fmoletta 53ade42
Merge branch 'main' into div-mod-n-packed-hint
fmoletta 23c7d8f
Fix test
fmoletta 992c7fe
Fix test
fmoletta b434052
Add hint code + hint impl + unit test
fmoletta ad46d43
fmt
fmoletta c078fc2
Add integration test
fmoletta ad87b73
Add changelog entry
fmoletta 86f7094
Merge branch 'main' into new-hint-38
fmoletta 1ad1716
Implement hint + add tests
fmoletta 2f60b81
Add changelog entry
fmoletta d183b6b
Remove indent from hint string
fmoletta 535f9c8
Merge branch 'div-mod-n-packed-hint' into new-hint-38
fmoletta 5ee243b
Merge branch 'new-hint-38' into new-hint-39
fmoletta 6cd45c2
Add wasm import
fmoletta 7316d57
Merge branch 'div-mod-n-packed-hint' into new-hint-38
fmoletta a44b045
Merge branch 'new-hint-38' into new-hint-39
fmoletta 1545cc7
Update CHANGELOG.md
fmoletta 050b6bf
Update CHANGELOG.md
fmoletta 8efc71c
Merge branch 'main' of github.com:lambdaclass/cairo-rs into new-hint-39
fmoletta 42d8f05
Merge branch 'main' of github.com:lambdaclass/cairo-rs into new-hint-39
fmoletta 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 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 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 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 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 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
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.
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.
🤦