Skip to content

Commit

Permalink
Merge pull request #101 from lambdaclass/improve-benches
Browse files Browse the repository at this point in the history
Minor improvements
  • Loading branch information
gabrielbosio authored Dec 4, 2024
2 parents 87366d5 + 1f5bcb4 commit cccbe75
Show file tree
Hide file tree
Showing 8 changed files with 167 additions and 64 deletions.
102 changes: 51 additions & 51 deletions Cargo.lock

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

11 changes: 4 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +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", branch = "replay" } # main
blockifier = { git = "https://github.com/lambdaclass/sequencer.git", branch = "replay", features = ["cairo_native"] } # main
starknet_gateway = { git = "https://github.com/lambdaclass/sequencer.git", branch = "replay" } # main
blockifier_reexecution = { git = "https://github.com/lambdaclass/sequencer.git", branch = "replay" } # main

[patch.'https://github.com/lambdaclass/cairo_native']
cairo-native = "=0.2.4"
starknet_api = { git = "https://github.com/lambdaclass/sequencer.git", rev = "bfc5b6b5475d359b8fc910516e026d972be5d02f" } # replay
blockifier = { git = "https://github.com/lambdaclass/sequencer.git", rev = "bfc5b6b5475d359b8fc910516e026d972be5d02f", features = ["cairo_native"] } # replay
starknet_gateway = { git = "https://github.com/lambdaclass/sequencer.git", rev = "bfc5b6b5475d359b8fc910516e026d972be5d02f" } # replay
blockifier_reexecution = { git = "https://github.com/lambdaclass/sequencer.git", rev = "bfc5b6b5475d359b8fc910516e026d972be5d02f" } # replay
Loading

0 comments on commit cccbe75

Please sign in to comment.