Skip to content

Commit 3e9307d

Browse files
authored
Merge branch 'main' into update-documentation
2 parents 76a7235 + d7f8352 commit 3e9307d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+4726
-1472
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/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
with:
9999
repository: lambdaclass/sequencer
100100
path: sequencer
101-
ref: replay
101+
ref: main-v0.14.0
102102

103103
- name: Restore RPC Calls
104104
id: restore-rpc-calls

.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: 95c7e85f65acbf536462ffb538b866ddafb7ce39
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: c12c6a72f2375413fc5ba04e50af87ef21096784
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)