Skip to content

Commit

Permalink
Implement TestLessThanOrEqualAddress y EvalCircuit Hints (#1843)
Browse files Browse the repository at this point in the history
* add TestLessThanOrEqual match case + start implementing EvalCircuit Hint

* add eval circuit functionallity

* Add support for circuit builtins in cairo-run

* possible fix to segment error in EvalCircuit Hint

* remove unwanted files

* format

* fix NoStopPointer issue

* tests passing

* tests passing

* default mod_builtins feature

* format + update changelog

* ignore circuit case if mod_builtin feature is not active

* add mod_builtin feature to make run

* format

* fix tests

* rewrite a little

* format

* stylling

* stylling

* reference

* cargo lock

* remove unwanted files

* change test

* format

* better error handling

* better error handling

* better error handling

* fix

* fix CHANGELOG

* fix unwraps

* fix unwraps

* fix unwraps

* clippy

---------

Co-authored-by: Julián González Calderón <[email protected]>
Co-authored-by: Pedro Fontana <[email protected]>
  • Loading branch information
3 people authored Nov 19, 2024
1 parent be5cb9a commit 1e2d042
Show file tree
Hide file tree
Showing 12 changed files with 767 additions and 298 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Cairo-VM Changelog

#### Upcoming Changes
* feat: add `EvalCircuit` and `TestLessThanOrEqualAddress` hints [#1843](https://github.com/lambdaclass/cairo-vm/pull/1843)

* fix: [#1873](https://github.com/lambdaclass/cairo-vm/pull/1873)
* Fix broken num-prime `is_prime` call
* fix: [#1868](https://github.com/lambdaclass/cairo-vm/pull/1855):
Expand Down
Loading

0 comments on commit 1e2d042

Please sign in to comment.