Skip to content

Commit

Permalink
fix test (incomplete)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Dec 9, 2024
1 parent 7d1be5c commit c2187cb
Show file tree
Hide file tree
Showing 3 changed files with 3,268 additions and 85 deletions.
93 changes: 37 additions & 56 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 @@ -14,7 +14,7 @@ serde_with = "3.11.0"
serde = "1.0.197"
cairo-native = "0.2.4"
# Sequencer Dependencies
starknet_api = { git = "https://github.com/lambdaclass/sequencer.git", rev = "64cebe240c8e050cdec6efbe28eb8bf50f00f5e0" } # replay
blockifier = { git = "https://github.com/lambdaclass/sequencer.git", rev = "64cebe240c8e050cdec6efbe28eb8bf50f00f5e0", features = ["cairo_native"] } # replay
starknet_gateway = { git = "https://github.com/lambdaclass/sequencer.git", rev = "64cebe240c8e050cdec6efbe28eb8bf50f00f5e0" } # replay
blockifier_reexecution = { git = "https://github.com/lambdaclass/sequencer.git", rev = "64cebe240c8e050cdec6efbe28eb8bf50f00f5e0" } # replay
starknet_api = { path = "../sequencer/crates/starknet_api" } # replay
blockifier = { path = "../sequencer/crates/blockifier", features = ["cairo_native"] } # replay
starknet_gateway = { path = "../sequencer/crates/starknet_gateway" } # replay
blockifier_reexecution = { path = "../sequencer/crates/blockifier_reexecution" } # replay
Loading

0 comments on commit c2187cb

Please sign in to comment.