Skip to content

Commit

Permalink
add patch
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Oct 28, 2024
1 parent 4c86d9f commit 5354299
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ cairo-native = { git = "https://github.com/lambdaclass/cairo_native", rev = "bb4
starknet_api = { git = "https://github.com/lambdaclass/sequencer", branch = "native_aot_builtincosts_entry_points"}
blockifier = { git = "https://github.com/lambdaclass/sequencer", branch = "native_aot_builtincosts_entry_points"}
starknet_gateway = { git = "https://github.com/lambdaclass/sequencer", branch = "native_aot_builtincosts_entry_points"}

[patch.'https://github.com/lambdaclass/cairo_native']
cairo-native = { git = "https://github.com/lambdaclass//cairo_native.git", rev = "bb431f21cfd9cf8c9708dee986a8e356ec33a770" }
1 change: 1 addition & 0 deletions replay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ serde_json = { workspace = true, optional = true }
serde_with = { workspace = true, optional = true }
# error handling
anyhow = "1.0"
dotenvy = "0.15.7"
1 change: 1 addition & 0 deletions replay/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Caches all rpc data before the benchmark runs to provide accurate results"
}

fn main() {
dotenvy::dotenv().ok();
set_global_subscriber();

let cli = ReplayCLI::parse();
Expand Down

0 comments on commit 5354299

Please sign in to comment.