Skip to content

Commit

Permalink
Remove duplicate entries
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Apr 25, 2024
1 parent e80a6f7 commit aaf5c28
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
## Cairo-VM Changelog

#### Upcoming Changes

* feat: Add `--run_from_cairo_pie` to `cairo-vm-cli` + workflow [#1730](https://github.com/lambdaclass/cairo-vm/pull/1730)

* feat: Add support for cairo1 run with segements arena validation.
* Refactored the runner CASM code generation to user a more high level builder.
* Added segment merging of the dictionary segments.
* Added validation of the generated segment arena in cairo1 run.

* refactor: Add `lib.rs` to cairo1-run[#1714](https://github.com/lambdaclass/cairo-vm/pull/1714)

* feat: Implement `CairoPie::read_zip_file`[#1729](https://github.com/lambdaclass/cairo-vm/pull/1729)

* feat: Implement running from `CairoPie`[#1720](https://github.com/lambdaclass/cairo-vm/pull/1720)
* Add function `cairo_run_pie`
* Add `CairoPie` methods `run_validity_checks` & `check_pie_compatibility`
* Add `Program` method `from_stripped_program`

* feat: Add `--run_from_cairo_pie` to `cairo-vm-cli` + workflow [#1730](https://github.com/lambdaclass/cairo-vm/pull/1730)

* feat: Implement running from `CairoPie`[#1720](https://github.com/lambdaclass/cairo-vm/pull/1720)
* Add function `cairo_run_pie`
* Add `CairoPie` methods `run_validity_checks` & `check_pie_compatibility`
Expand Down

0 comments on commit aaf5c28

Please sign in to comment.