Skip to content

Commit

Permalink
update to latest sequencer
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Dec 3, 2024
1 parent a513ac7 commit 091ca07
Show file tree
Hide file tree
Showing 12 changed files with 408 additions and 160 deletions.
116 changes: 98 additions & 18 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ cairo-lang-starknet = "2.9.0-dev.0"
cairo-lang-utils = "2.9.0-dev.0"
cairo-lang-starknet-classes = "2.9.0-dev.0"
cairo-lang-sierra = "2.9.0-dev.0"
cairo-native = { git = "https://github.com/lambdaclass/cairo_native", rev="5e60089288c461eca98bf3dbe03cc882778ff677"}
cairo-native = "0.2.4"
cairo-vm = "1.0.1"
blockifier = { package = "blockifier", git = "https://github.com/kkrt-labs/sequencer.git", rev="41fa336f05eaec38bfa53e0e43d19a608c0fef37", default-features = false, features = [
"testing",
blockifier = { package = "blockifier", git = "https://github.com/kkrt-labs/sequencer.git", rev="e5ed51d697f678ddf27f3b0a5752065a71474022", default-features = false, features = [
"testing", "cairo_native",
] }
starknet = "0.12"
starknet-crypto = "0.7"
starknet_api = { package = "starknet_api", git = "https://github.com/kkrt-labs/sequencer.git", rev="41fa336f05eaec38bfa53e0e43d19a608c0fef37" }
starknet_api = { package = "starknet_api", git = "https://github.com/starkware-libs/sequencer.git", rev="e5ed51d697f678ddf27f3b0a5752065a71474022" }

# Other
async-trait = "0.1"
Expand Down
Loading

0 comments on commit 091ca07

Please sign in to comment.