Skip to content

Commit

Permalink
Merge branch 'main' into remove-felt-to-from-biguint
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta authored Jan 23, 2024
2 parents 45001ae + 826e72c commit 518a5ec
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 56 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
* felt_to_biguint
* felt_to_bigint

* feat: Add `cairo_pie_output` flag to `cairo1-run` [#1581] (https://github.com/lambdaclass/cairo-vm/pull/1581)

* feat: Add `cairo_pie_output` flag to `cairo_vm_cli` [#1578] (https://github.com/lambdaclass/cairo-vm/pull/1578)
* Fix serialization of CairoPie to be fully compatible with the python version
* Add `CairoPie::write_zip_file`
Expand Down
2 changes: 2 additions & 0 deletions cairo1-run/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ The cairo1-run cli supports the following optional arguments:
* `--air_public_input <AIR_PUBLIC_INPUT>`: Receives the name of a file and outputs the AIR public inputs into it. Can only be used if proof_mode is also enabled.

* `--air_private_input <AIR_PRIVATE_INPUT>`: Receives the name of a file and outputs the AIR private inputs into it. Can only be used if proof_mode, trace_file & memory_file are also enabled.

* `--cairo_pie_output <CAIRO_PIE_OUTPUT>`: Receives the name of a file and outputs the Cairo PIE into it. Can only be used if proof_mode, is not enabled.
Loading

0 comments on commit 518a5ec

Please sign in to comment.