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 75f6280
Showing 1 changed file with 3 additions and 0 deletions.
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 75f6280

Please sign in to comment.