Commit 53371a9
Update cairo-lang to 2.14.0 (#1471)
* update cairo-lang to 2.14.0
* fix tests
* remove unwanted files
* fix patch
* remove unused dependency
* change replay and sequencer versions
* fix eval_diff in sierra-emu
* fix trivial case
* fix clippy
* clippy
* fix tests
* add more tests with bounded_ints
* Handle cmpi for bounded ints properly
* Fix clippy
* add more tests with felts
* add documentation to the libfunc
* fmt
* simplify implementation
* remove unwanted changes
* correct if condition
* bring back value width comparison
* roll back change
* reviews
* change tests
* change downcast_felt test
* better comment
Co-authored-by: Gabriel Bosio <38794644+gabrielbosio@users.noreply.github.com>
* increment range check in trivial case
* fmt
* simplify eval_diff implementation and add docs
* correct the starknet-blocks dependency comments
* clippy
* clarify comment
* rename test
* update sequencer and replay commits in starknet-blocks.yml
---------
Co-authored-by: Diego Civini <diego.civini@lambdaclass.com>
Co-authored-by: Gabriel Bosio <38794644+gabrielbosio@users.noreply.github.com>1 parent 941149c commit 53371a9
File tree
42 files changed
+795
-405
lines changed- .github/workflows
- benches
- binaries
- cairo-native-bin-utils
- src
- cairo-native-dump
- src
- cairo-native-run
- src
- cairo-native-test/src
- scarb-native-test/src
- debug_utils
- cairo-native-stress/src
- sierra-emu
- examples
- src
- vm
- tests
- examples
- src
- executor
- libfuncs
- metadata
- utils
- tests
- tests/starknet
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
42 files changed
+795
-405
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments