Skip to content

Commit

Permalink
Bump blockifier version for Starknet v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
omerfirmak committed Jul 20, 2023
1 parent cbbfd20 commit a81e79d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions vm/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ edition = "2021"
[dependencies]
serde = "1.0.160"
serde_json = { version = "1.0.96", features = ["raw_value"] }
blockifier = {git = "https://github.com/starkware-libs/blockifier", rev = "v0.1.0-rc0"}
starknet_api = { git = "https://github.com/starkware-libs/starknet-api", rev = "a4c78ff" }
cairo-vm = "0.6"
cairo-lang-casm = "2.0.0"
cairo-lang-starknet = "2.0.0"
blockifier = {git = "https://github.com/starkware-libs/blockifier", rev = "74e7e97"}
starknet_api = { git = "https://github.com/starkware-libs/starknet-api", rev = "8f620bc" }
cairo-vm = "0.8.2"
cairo-lang-casm = "2.1.0-rc0"
cairo-lang-starknet = "2.1.0-rc0"

starknet = { rev = "starknet-core/v0.4.0", git = "https://github.com/xJonathanLEI/starknet-rs" }

Expand Down
2 changes: 1 addition & 1 deletion vm/rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ fn build_block_context(
N_STEPS_FEE_WEIGHT * 10.0,
),
(KECCAK_BUILTIN_NAME.to_string(), 0.0),
]),
]).into(),
invoke_tx_max_n_steps: 1_000_000,
validate_max_n_steps: 1_000_000,
max_recursion_depth: 50,
Expand Down

0 comments on commit a81e79d

Please sign in to comment.