You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Load initial_gas & account for segment arena pointer
* Remove initial_gas arg from create_entry_code
* Account for gas builtin when serializing input
* Load initial_gas even if no args
* Remove debug code
* Add test for reported case
* remove program added by accident
* Improve comment
* Add CHANGELOG entry
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
#### Upcoming Changes
4
4
5
+
* fix: Handle `GasBuiltin` in cairo1-run crate [#1789](https://github.com/lambdaclass/cairo-vm/pull/1789)
6
+
* Load `initial_gas` into vm instead of creating it via instructions.
7
+
* Fix bug affecting programs with input arguments and gas builtin.
8
+
5
9
* fix: Change (de)serialization of CairoPie's `OutputBuiltinAdditionalData`'s `PublicMemoryPage` to vectors of length 2. [#1781](https://github.com/lambdaclass/cairo-vm/pull/1781)
6
10
7
11
* fix: Fixed deserialization issue when signature additional data is empty, and the name of the builtin range_check96 [#1785](https://github.com/lambdaclass/cairo-vm/pull/1785)
0 commit comments