Skip to content

Commit 53371a9

Browse files
FrancoGiachettaDiegoCivigabrielbosio
authored
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

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

.github/workflows/starknet-blocks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
with:
3333
repository: lambdaclass/starknet-replay
3434
path: starknet-replay
35-
# https://github.com/lambdaclass/starknet-replay/pull/197
36-
ref: 6932d84ef234a83139fe807bf0c840fc7cbcc5d5
35+
# https://github.com/lambdaclass/starknet-replay/pull/213
36+
ref: 4d63d69d2ab01ce8ba83eb785cb87b3c86c07fdc
3737
# We need native to use the linux deps ci action
3838
- name: Checkout Native
3939
uses: actions/checkout@v4
@@ -44,8 +44,8 @@ jobs:
4444
with:
4545
repository: lambdaclass/sequencer
4646
path: sequencer
47-
# https://github.com/lambdaclass/sequencer/pull/79
48-
ref: 096d0c4baf87eb41dc4a6facad75a17170c3a967
47+
# https://github.com/lambdaclass/sequencer/pull/81
48+
ref: bc3349ec0099d0e2a968c52889c9ac5cfd441e76
4949

5050
- name: Restore RPC Calls
5151
id: restore-rpc-calls

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ cairo-*.tar
3131
*.mlir
3232
/*.info
3333
.aot-cache
34+
**/*.proptest-regressions
3435

3536
*.ipynb
3637
cairo-native-stress-logs.jsonl

0 commit comments

Comments
 (0)