Skip to content

Commit

Permalink
fix sequencer
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Oct 18, 2024
1 parent d47f646 commit 6d04f6a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ resolver = "2"
[workspace.dependencies]
thiserror = "1.0.64"
starknet-types-core = "0.1.7"
starknet_api = { git = "https://github.com/lambdaclass/sequencer", branch = "native2.8.x" }
blockifier = { git = "https://github.com/lambdaclass/sequencer", branch = "native2.8.x" }
# branch native2.8.x
starknet_api = { git = "https://github.com/lambdaclass/sequencer", rev = "1169f649c863f0b23e890ce36cbac047b2c88da1"}
blockifier = { git = "https://github.com/lambdaclass/sequencer", rev = "1169f649c863f0b23e890ce36cbac047b2c88da1"}
cairo-native = { git = "https://github.com/lambdaclass/cairo_native" }
tracing = "0.1.40"
serde_json = "1.0.128"
serde_json = "1.0.129"
serde_with = "3.11.0"
serde = "1.0.210"

[patch.'https://github.com/lambdaclass/cairo_native']
cairo-native = { git = 'https://github.com/lambdaclass//cairo_native.git', rev = "b5769e4f6ba914b36eef68e0b1f71c791d7d075c" }
cairo-native = { git = 'https://github.com/lambdaclass//cairo_native.git', rev = "0e251c56b8bb0c9c74c6de24575b21a5df2ba881" }

0 comments on commit 6d04f6a

Please sign in to comment.