Skip to content

Commit

Permalink
Update cairo-lang version to 2.5.3 (#1596)
Browse files Browse the repository at this point in the history
* Update cairo-lang version to 2.5.3

* Fix cairo programs

* Update rust changes

* update CHANGELOG.md

* typo

* Fix array_append.cairo program

* Update rust version to 1.74.1

* cargo fmt -all

* Update Makefile

* cargo clippy --fix

* fix cargo clippy

* restore fuzzer/Cargo.lock

* restore cairo1-run

* restore cairo programs

* Restore Makefile

* Restore cairo1-run/Makefile

* restore vm/src/tests/cairo_1_run_from_entrypoint_tests.rs

* Revert "restore cairo programs"

This reverts commit d3c9836.

* Update cairo1-run crate

* Revert "restore vm/src/tests/cairo_1_run_from_entrypoint_tests.rs"

This reverts commit 4212f1e.

* fix uint256_div_mod entrypoint

---------

Co-authored-by: Pedro Fontana <peter@Pedros-MacBook-Pro.local>
  • Loading branch information
pefontana and Pedro Fontana authored Feb 10, 2024
1 parent f2ddc90 commit 1f98fef
Show file tree
Hide file tree
Showing 10 changed files with 587 additions and 296 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#### Upcoming Changes

* chore: bump `cairo-lang-` dependencies to 2.5.3 [#1596](https://github.com/lambdaclass/cairo-vm/pull/1596)

* refactor: Refactor `cairo1-run` crate [#1601](https://github.com/lambdaclass/cairo-vm/pull/1601)
* Add function `cairo_run_program` & struct `Cairo1RunConfig` in `cairo1-run::cairo_run` module.
* Function `serialize_output` & structs `FuncArg` and `Error` in crate `cairo1-run` are now public.
Expand Down
Loading

0 comments on commit 1f98fef

Please sign in to comment.