Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cairo 2.9.0-dev (native v0.2.3 branch) #877

Merged
merged 36 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from 34 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
76a704e
update to cairo 2.9.0-dev
edg-l Oct 23, 2024
88d5e17
compile
edg-l Oct 23, 2024
564f7e2
avoid semver auto update
edg-l Oct 23, 2024
83fdd99
Implement get_class_hash_at syscall (#880)
edg-l Oct 24, 2024
d9358fe
int range
edg-l Oct 24, 2024
87473e5
fix
edg-l Oct 25, 2024
8b66119
Merge branch 'main' into update_2_9
edg-l Oct 28, 2024
aa9d7bb
Merge branch 'main' into update_2_9
edg-l Oct 29, 2024
26e1c67
Merge branch 'main' into update_2_9
edg-l Nov 4, 2024
8ca6101
Merge branch 'main' into update_2_9
pefontana Nov 8, 2024
4a7fab2
Merge branch 'main' into update_2_9
edg-l Nov 14, 2024
983fb76
upd
edg-l Nov 14, 2024
8395cf6
add fixes
edg-l Nov 14, 2024
f9c7dab
fix test
edg-l Nov 14, 2024
8955c39
fi
edg-l Nov 14, 2024
f038b75
Version 0.2.2-alpha.0
edg-l Nov 14, 2024
66b7882
fix
edg-l Nov 14, 2024
8b24779
ci
edg-l Nov 14, 2024
103d98e
upd replay
edg-l Nov 14, 2024
3659bb7
fix
edg-l Nov 14, 2024
0bc6f40
fix
edg-l Nov 14, 2024
ff692f3
conflict
edg-l Nov 19, 2024
2f8b841
fixes
edg-l Nov 19, 2024
ead5479
seq rev
edg-l Nov 19, 2024
a30ff78
Merge remote-tracking branch 'origin/main' into update_2_9
edg-l Nov 19, 2024
f46e515
version 0.2.3
edg-l Nov 19, 2024
8c11c5d
update ci
edg-l Nov 19, 2024
ca7d777
fix
edg-l Nov 19, 2024
b2fa1f9
Merge branch 'main' into update_2_9
edg-l Nov 19, 2024
c9b0fb7
readme
edg-l Nov 19, 2024
7af2e3f
Merge branch 'main' into update_2_9
edg-l Nov 20, 2024
8643c3e
Merge branch 'main' into update_2_9
edg-l Nov 20, 2024
6b91233
Update examples/erc20.rs
edg-l Nov 20, 2024
012f931
Update examples/starknet.rs
edg-l Nov 20, 2024
417fc38
edits
edg-l Nov 20, 2024
5dcd7f6
native panic
edg-l Nov 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading