Skip to content

Commit

Permalink
Add lockfile support for the AotContractExecutor. (#1075)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Feb 4, 2025
1 parent 9fae227 commit 066cda5
Show file tree
Hide file tree
Showing 6 changed files with 225 additions and 193 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/starknet-blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
repository: lambdaclass/starknet-replay
path: starknet-replay
ref: 313a19cce2e930cbd644606aa732b6408fcf2246
ref: b4b7dbf1bb5313301515882d7e228616f3f70e48
# We need native to use the linux deps ci action
- name: Checkout Native
uses: actions/checkout@v4
Expand All @@ -43,7 +43,7 @@ jobs:
with:
repository: lambdaclass/sequencer
path: sequencer
ref: f9b0f034e55c63103c11248b59b7f85da6eaef65
ref: 9487df3ada00d03bbd9fc39331c4ec1ac0994954

- name: Cache RPC Calls
uses: actions/cache@v4
Expand Down
Loading

0 comments on commit 066cda5

Please sign in to comment.