Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pefontana committed Dec 21, 2023
1 parent d211121 commit 24fc563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

#### Upcoming Changes

* feat(breaking): Replace `cairo-felt` crate with `stark-felt` [#1408](https://github.com/lambdaclass/cairo-vm/pull/1408)
* feat(BREAKING): Replace `cairo-felt` crate with `starknet-types-core` `Felt` [#1408](https://github.com/lambdaclass/cairo-vm/pull/1408)

* feat/BREAKING: Add Cairo 1 proof mode compilation and execution [#1517] (https://github.com/lambdaclass/cairo-vm/pull/1517)
* feat(BREAKING): Add Cairo 1 proof mode compilation and execution [#1517] (https://github.com/lambdaclass/cairo-vm/pull/1517)
* In the cairo1-run crate, now the Cairo 1 Programs are compiled and executed in proof-mode
* BREAKING: Remove `CairoRunner.proof_mode: bool` field and replace it with `CairoRunner.runner_mode: RunnerMode`

Expand Down

0 comments on commit 24fc563

Please sign in to comment.