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
* Add RunResources structure
* Modify changelog
* change data type of n_steps from u64 to usize
* Implement run resources functions
* Fix tests
* set comment about calculation in cairo_run
* Change CHangelog and remove option from RunResources
* Fix clippy
* Add clone trait to run resources
* Add debug and default traits to RunResources
* Fix error in while loop inside run_until_pc
* Add helper function for clarity in run_until_pc loop
* Add test for cairo 0 contracts
* Add tests with Cairo 1 contracts
* Move RunResources struct to vm::runners::cairo_runner::RunResources
* Update CHANGELOG.md
* Fix wasm and no-std compilation
---------
Co-authored-by: Pedro Fontana <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,12 @@
16
16
17
17
* fix: Handle the deserialization of serde_json::Number with scientific notation (e.g.: Number(1e27)) in felt_from_number function [#1188](https://github.com/lambdaclass/cairo-rs/pull/1188)
0 commit comments