Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement TestLessThanOrEqualAddress y EvalCircuit Hints (#1843)
* 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