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

Update sequencer #97

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
758f13e
update seq
FrancoGiachetta Nov 27, 2024
b0570c5
update
FrancoGiachetta Nov 28, 2024
cccecab
update
FrancoGiachetta Nov 28, 2024
eee9886
update
FrancoGiachetta Nov 28, 2024
228756d
update
FrancoGiachetta Nov 28, 2024
ebcdb2e
Cargo.toml
FrancoGiachetta Nov 28, 2024
d7f47e2
update
FrancoGiachetta Nov 28, 2024
506ca9a
format
FrancoGiachetta Nov 28, 2024
882b5ee
clippy
FrancoGiachetta Nov 28, 2024
d9c3a20
update main sequencer
FrancoGiachetta Nov 28, 2024
bcb0484
update main sequencer
FrancoGiachetta Nov 29, 2024
5f6542b
update Cargo.tomls
FrancoGiachetta Nov 29, 2024
15307a2
change to trasaction creation
FrancoGiachetta Nov 29, 2024
049873c
fix frozen
FrancoGiachetta Nov 29, 2024
54617b6
format
FrancoGiachetta Nov 29, 2024
5784d56
format
FrancoGiachetta Nov 29, 2024
d7e28e8
format
FrancoGiachetta Nov 29, 2024
5729de7
change native version
FrancoGiachetta Nov 29, 2024
9869547
fix test
FrancoGiachetta Nov 29, 2024
3f40de6
fix ci
FrancoGiachetta Nov 29, 2024
6102669
Fix ci.yml
JulianGCalderon Nov 29, 2024
b8cc563
fix test
FrancoGiachetta Dec 1, 2024
3a8524c
fix test
FrancoGiachetta Dec 1, 2024
fab80a2
format
FrancoGiachetta Dec 1, 2024
3b94a64
Update ci
FrancoGiachetta Dec 2, 2024
3bde418
clippy
FrancoGiachetta Dec 2, 2024
524b889
Merge branch 'update-sequencer' of github.com:lambdaclass/starknet-re…
FrancoGiachetta Dec 2, 2024
6153a93
clippy
FrancoGiachetta Dec 2, 2024
6d3f22b
fix state diffs
FrancoGiachetta Dec 2, 2024
a4486d6
fix state diffs
FrancoGiachetta Dec 2, 2024
50e6957
remove rpc call on declare
FrancoGiachetta Dec 2, 2024
a67d33f
remove rpc call on declare
FrancoGiachetta Dec 2, 2024
09c01c2
clippy
FrancoGiachetta Dec 2, 2024
ed77512
change sequencer to replay branch
FrancoGiachetta Dec 2, 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
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
MLIR_SYS_190_PREFIX: /usr/lib/llvm-19/
LLVM_SYS_191_PREFIX: /usr/lib/llvm-19/
TABLEGEN_190_PREFIX: /usr/lib/llvm-19/
CAIRO_NATIVE_RUNTIME_LIBRARY: libcairo_native_runtime.a
steps:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
Expand Down
Loading
Loading