Skip to content

Commit 4d1b5fc

Browse files
azteca1998FrancoGiachettaedg-l
authored andcommitted
Add lockfile support for the AotContractExecutor. (#1075)
* Add lockfile support for the `AotContractExecutor`. * Remove some unwraps. * Fix clippy. * update replay and sequencer versions in blocks workflow * update replay's version in blocks workflow * format * update sequencer and replay versions in blocks workflow --------- Co-authored-by: FrancoGiachetta <[email protected]> Co-authored-by: Edgar <[email protected]>
1 parent 4408d3d commit 4d1b5fc

File tree

6 files changed

+225
-193
lines changed

6 files changed

+225
-193
lines changed

.github/workflows/starknet-blocks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
repository: lambdaclass/starknet-replay
3434
path: starknet-replay
35-
ref: 313a19cce2e930cbd644606aa732b6408fcf2246
35+
ref: b4b7dbf1bb5313301515882d7e228616f3f70e48
3636
# We need native to use the linux deps ci action
3737
- name: Checkout Native
3838
uses: actions/checkout@v4
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
repository: lambdaclass/sequencer
4545
path: sequencer
46-
ref: f9b0f034e55c63103c11248b59b7f85da6eaef65
46+
ref: 9487df3ada00d03bbd9fc39331c4ec1ac0994954
4747

4848
- name: Cache RPC Calls
4949
uses: actions/cache@v4

0 commit comments

Comments
 (0)