Skip to content

Commit

Permalink
Add_missing_builtins_to_pie_metadata_serialiazation
Browse files Browse the repository at this point in the history
  • Loading branch information
YairVaknin-starkware committed Nov 5, 2024
1 parent 159f67d commit b6ce8c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

#### Upcoming Changes

* fix: [#1868](https://github.com/lambdaclass/cairo-vm/pull/1855):
* Adds logic to include the 3 new builtins in `builtin_segments` when serializing the output cairo pie's metadata.

#### [2.0.0-rc0] - 2024-10-22

* chore: bump `cairo-lang-` dependencies to 2.9.0-dev.0 [#1858](https://github.com/lambdaclass/cairo-vm/pull/1858/files)
Expand Down
3 changes: 3 additions & 0 deletions vm/src/vm/runners/cairo_pie.rs
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,9 @@ pub(super) mod serde_impl {
BuiltinName::ec_op,
BuiltinName::keccak,
BuiltinName::poseidon,
BuiltinName::range_check96,
BuiltinName::add_mod,
BuiltinName::mul_mod,
];

for name in BUILTIN_ORDERED_LIST {
Expand Down

0 comments on commit b6ce8c7

Please sign in to comment.