Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Nov 29, 2024
1 parent 5784d56 commit d7e28e8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 10 deletions.
18 changes: 18 additions & 0 deletions Cargo.lock

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

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

starknet_api = { path = "../sequencer/crates/starknet_api" } # main
blockifier = { path = "../sequencer/crates/blockifier", features = ["cairo_native"] } # main
starknet_gateway = { path = "../sequencer/crates/starknet_gateway" } # main
blockifier_reexecution = { path = "../sequencer/crates/blockifier_reexecution" } # main
starknet_api = { git = "https://github.com/lambdaclass/sequencer.git", branch = "update-main-2" } # main
blockifier = { git = "https://github.com/lambdaclass/sequencer.git", branch = "update-main-2", features = ["cairo_native"] } # main
starknet_gateway = { git = "https://github.com/lambdaclass/sequencer.git", branch = "update-main-2" } # main
blockifier_reexecution = { git = "https://github.com/lambdaclass/sequencer.git", branch = "update-main-2" } # main

# [patch.'https://github.com/lambdaclass/cairo_native']
# cairo-native = { git = "https://github.com/lambdaclass//cairo_native.git", rev = "76e83965d3bf1252eb6c68200a3accd5fd1ec004" }
2 changes: 1 addition & 1 deletion rpc-state-reader/src/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pub fn execute_tx_configurable_with_state(
block_info,
chain_info,
versioned_constants,
BouncerConfig::empty(),
BouncerConfig::max(),
);

// Get transaction before giving ownership of the reader
Expand Down

0 comments on commit d7e28e8

Please sign in to comment.