Skip to content

Commit

Permalink
cairo 2.9.0-dev (native v0.2.3 branch) (#877)
Browse files Browse the repository at this point in the history
* update to cairo 2.9.0-dev

* compile

* avoid semver auto update

* Implement get_class_hash_at syscall (#880)

* implement get_class_hash_at syscall

* fix

* int range

* upd

* add fixes

* fix test

* fi

* Version 0.2.2-alpha.0

* fix

* ci

* upd replay

* fix

* fix

* fixes

* seq rev

* version 0.2.3

* update ci

* fix

* readme

* Update examples/erc20.rs

Co-authored-by: MrAzteca <[email protected]>

* Update examples/starknet.rs

Co-authored-by: MrAzteca <[email protected]>

* edits

* native panic

---------

Co-authored-by: Pedro Fontana <[email protected]>
Co-authored-by: MrAzteca <[email protected]>
  • Loading branch information
3 people authored Nov 20, 2024
1 parent 3830367 commit 5e60089
Show file tree
Hide file tree
Showing 28 changed files with 754 additions and 127 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
RANGE_SIZE: 25
SEQUENCER_REV: 93b6da848802297626556950a0c715952aca552d
SEQUENCER_REV: 8d3e6b5515e7b62e7ab173026b2c81c750dbb853

jobs:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/starknet-blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
components: clippy
- uses: Swatinem/rust-cache@v2
with:
key: "ref-3da09d1b6f3d5c089900f5521cf05b6444893e61"
key: "ref-16302c859b1aacc019eea154a58eddc7b32050c1"

- name: Check and free hdd space left
if: ${{ matrix.runner == 'native' }}
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: lambdaclass/starknet-replay
ref: 3da09d1b6f3d5c089900f5521cf05b6444893e61
ref: 16302c859b1aacc019eea154a58eddc7b32050c1
path: replay

- name: Install Starknet Replay deps
Expand Down
Loading

0 comments on commit 5e60089

Please sign in to comment.