Skip to content

Commit 8859af8

Browse files
Bump Cairo and Rust dependencies (#1361)
* Bump toolchain * Bump cairo deps * Update debug functions * Update lock * Update sierra emu * Add unimplemented errors * Fix clippy errors * Fix clippy * Fix CAIRO_2_VERSIOn * Update patch with diff * Apply patch with `patch` instead of `git apply` * Update patch to remove contract * Fix gas usage * Add comment to corelib.patch * Update gas usage in integration tests * Add -p0 option * Use make deps for the sierra-emu CI * Update starknet-blocks revs * Pin dependencies * Add ref links
1 parent 88a5f54 commit 8859af8

File tree

24 files changed

+1288
-297
lines changed

24 files changed

+1288
-297
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ jobs:
352352
uses: Swatinem/rust-cache@v2
353353
- name: Install dependencies
354354
run: |
355-
make build-cairo-2-compiler
355+
make deps
356356
cd ./debug_utils/sierra-emu
357357
make corelib
358358
- name: Build

.github/workflows/starknet-blocks.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
with:
3333
repository: lambdaclass/starknet-replay
3434
path: starknet-replay
35-
ref: 208af485470515f8a1e826384f3e94842a65c5b0
35+
# https://github.com/lambdaclass/starknet-replay/pull/185
36+
ref: 9b9d486bdf9173a2bfd90d78f43ffb0ca2d27fcc
3637
# We need native to use the linux deps ci action
3738
- name: Checkout Native
3839
uses: actions/checkout@v4
@@ -43,7 +44,8 @@ jobs:
4344
with:
4445
repository: lambdaclass/sequencer
4546
path: sequencer
46-
ref: 0f69d1a56b949eccced10e3303109eb82ee92ec8
47+
# https://github.com/lambdaclass/sequencer/pull/73
48+
ref: fe5d445ad6da8bbbd82b044e9115add4aea910af
4749
- name: Cache RPC Calls
4850
uses: actions/cache@v4.2.0
4951
with:

0 commit comments

Comments
 (0)