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

feat(hints): Implement NewHint#39 #1037

Merged
merged 46 commits into from
Apr 25, 2023
Merged

feat(hints): Implement NewHint#39 #1037

merged 46 commits into from
Apr 25, 2023

Conversation

fmoletta
Copy link
Contributor

Depends on #1036

TITLE

Description

Description of the pull request changes and motivation.

Checklist

  • Linked to Github Issue
  • Unit tests added
  • Integration tests added.
  • This change requires new documentation.
    • Documentation has been added/updated.
    • CHANGELOG has been updated.

@fmoletta fmoletta marked this pull request as ready for review April 21, 2023 21:05
@fmoletta fmoletta mentioned this pull request Apr 21, 2023
6 tasks
@codecov
Copy link

codecov bot commented Apr 21, 2023

Codecov Report

Merging #1037 (42d8f05) into main (50c90d9) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1037   +/-   ##
=======================================
  Coverage   98.07%   98.08%           
=======================================
  Files          84       84           
  Lines       33294    33345   +51     
=======================================
+ Hits        32654    32705   +51     
  Misses        640      640           
Impacted Files Coverage Δ
...int_processor/builtin_hint_processor_definition.rs 98.88% <100.00%> (+<0.01%) ⬆️
...int_processor/builtin_hint_processor/ec_recover.rs 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@pefontana pefontana added the whitelisted-hint Implementation of hint on whitelist directory label Apr 24, 2023
Base automatically changed from new-hint-38 to main April 24, 2023 20:32
@fmoletta fmoletta enabled auto-merge April 24, 2023 21:06
@fmoletta fmoletta added this pull request to the merge queue Apr 24, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 24, 2023
@fmoletta fmoletta added this pull request to the merge queue Apr 24, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Apr 24, 2023
@fmoletta fmoletta enabled auto-merge April 25, 2023 13:22
@fmoletta fmoletta added this pull request to the merge queue Apr 25, 2023
Merged via the queue into main with commit c729b9f Apr 25, 2023
@fmoletta fmoletta deleted the new-hint-39 branch April 25, 2023 14:23
@@ -2,12 +2,27 @@

#### Upcoming Changes

<<<<<<< HEAD
Copy link
Contributor

Choose a reason for hiding this comment

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

🤦

kariy pushed a commit to dojoengine/cairo-rs that referenced this pull request Jun 23, 2023
* Add test

* Ignore builtin segments in get_memory_holes

* Improve test

* Add memory holes check for cairo_run_test tests

* Fix broken condition

* Make memory_holes check optional & customizable

* Fix bounds

* Add a test with deliberately created memory holes

* Fix test value

* Remove duplicated tests + add memory hole value to some tests

* Add memory holes value + remove duplicated tests + fix typo

* Fix test values

* Add changelog entry

* Link PR in Changelog

* Mark breaking change in changelog

* fmt

* Fix test value

* Fix codecov-patch diff

* Add hint code

* Add integration test

* Add untracked file

* Add changelog entry

* Rename hint

* Fix test

* Fix test

* Add hint code + hint impl + unit test

* fmt

* Add integration test

* Add changelog entry

* Implement hint + add tests

* Add changelog entry

* Remove indent from hint string

* Add wasm import

* Update CHANGELOG.md

* Update CHANGELOG.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
whitelisted-hint Implementation of hint on whitelist directory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants