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

Update cairo-lang version to 2.5.3 #1596

Merged
merged 29 commits into from
Feb 10, 2024
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
37f7ab7
Update cairo-lang version to 2.5.3
pefontana Feb 1, 2024
aef6045
Merge branch 'main' into cairo-lang-2.5.3
pefontana Feb 1, 2024
b4b17ea
Fix cairo programs
pefontana Feb 1, 2024
c78c1fe
Update rust changes
pefontana Feb 1, 2024
8abfbbe
update CHANGELOG.md
pefontana Feb 1, 2024
2f7b860
typo
pefontana Feb 1, 2024
ecd4de2
Fix array_append.cairo program
pefontana Feb 1, 2024
24386d1
Merge branch 'main' into cairo-lang-2.5.3
Feb 7, 2024
0ea36bd
Update rust version to 1.74.1
Feb 7, 2024
0f6bf95
Merge branch 'main' into rustv-1.74.1
pefontana Feb 8, 2024
a210bf6
Merge branch 'main' into rustv-1.74.1
pefontana Feb 8, 2024
37ede17
Merge branch 'main' into rustv-1.74.1
pefontana Feb 9, 2024
8dc589b
cargo fmt -all
Feb 9, 2024
8c0737a
Update Makefile
Feb 9, 2024
fe0c8db
cargo clippy --fix
Feb 9, 2024
dc0155f
fix cargo clippy
Feb 9, 2024
09d82c8
restore fuzzer/Cargo.lock
Feb 9, 2024
ab6c7c7
Makefile
Feb 9, 2024
c7c8084
Merge branch 'rustv-1.74.1' into cairo-lang-2.5.3
Feb 9, 2024
9cce025
Merge branch 'main' into cairo-lang-2.5.3
Feb 9, 2024
ac35900
restore cairo1-run
Feb 9, 2024
d3c9836
restore cairo programs
Feb 9, 2024
2f169d4
Restore Makefile
Feb 9, 2024
44b4a94
Restore cairo1-run/Makefile
Feb 9, 2024
4212f1e
restore vm/src/tests/cairo_1_run_from_entrypoint_tests.rs
Feb 9, 2024
1230583
Revert "restore cairo programs"
Feb 9, 2024
2942f6d
Update cairo1-run crate
Feb 9, 2024
8592b93
Revert "restore vm/src/tests/cairo_1_run_from_entrypoint_tests.rs"
Feb 9, 2024
e6bd158
fix uint256_div_mod entrypoint
Feb 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading