Commit 2f21e8a
Update cairo-lang to 2.11.1 (#1136)
* update cairo-lang and prepare for adding the new features
* format
* replace enum for struct in contract result
* update some cairo code from tests
* update cairo code in tests
* fix execution result branching
* fix branching
* fix branching
* remove cairo program
* Prepare for release v0.3.4 (#1135)
* prepare for release
* fix cargo.lock
* pin cairo-vm version
* Try to fix release ci binary generation again (#1140)
* Remove dict double pointer in `cairo_native__dict_get` (#1134)
* Remove Rc::make_mut
* Remove the clone impl
* Remove dup_fn field from FeltDict struct
This commits builds correctly, but tests won't pass because we must
adapt the compilation sierra compilation to take it into account
* Adapt compiler to new signature
* Add comment
* Remove dup from Felt252DictOverrides
* remove doble pointer from dict
---------
Co-authored-by: Julián González Calderón <[email protected]>
Co-authored-by: Edgar Luque <[email protected]>
Co-authored-by: Edgar <[email protected]>
* pin vm
* Update alexandria
* Fix int_range_try_new test
* Revert execution_result.rs
* Find correct entrypoint
* Remove duplicated comment
* Update imports to user starknet directly
* Update gas usage
As the gas change is small, and non of the tests comparing to the cairo
vm failed, we can safely assume that the gas changes can be attributed
to the code generation
* Remove deprecated usage
* Update starknet-blocks refs
* Update leftover references to 2.11.1
* Update patch command for starknet-blocks CI
* pin some cairo-lang dependencies
* Prepare for release v0.3.4 (#1135)
* prepare for release
* fix cargo.lock
* pin cairo-vm version
* Implement compilation filter for failing tests (#1146)
* Replace todos with errors (#1147)
---------
Co-authored-by: Edgar <[email protected]>
Co-authored-by: Julián González Calderón <[email protected]>
Co-authored-by: Edgar Luque <[email protected]>1 parent 63ce97f commit 2f21e8a
File tree
29 files changed
+637
-643
lines changed- .github/workflows
- src
- bin
- executor
- libfuncs
- types
- tests
- alexandria
- cases
- tests/starknet
- programs
29 files changed
+637
-643
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
| 294 | + | |
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments