Skip to content

Commit

Permalink
Bump blockifier and align fees with 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
omerfirmak committed Dec 13, 2023
1 parent 128249c commit 1dc2a31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.171"
serde_json = { version = "1.0.96", features = ["raw_value"] }
blockifier = "=0.4.0-rc9.2"
blockifier = "=0.4.0"
starknet_api = "0.6.0-rc3"
cairo-vm = "=0.8.2"
cairo-lang-casm = "2.4.0-rc6"
cairo-lang-starknet = "2.4.0-rc6"
cairo-vm = "=0.8.3"
cairo-lang-casm = "=2.4.0"
cairo-lang-starknet = "=2.4.0"
indexmap = "2.1.0"
cached = "0.44.0"
once_cell = "1.18.0"
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 @@ -58,7 +58,7 @@ extern "C" {
fn JunoAppendActualFee(reader_handle: usize, ptr: *const c_uchar);
}

const N_STEPS_FEE_WEIGHT: f64 = 0.01;
const N_STEPS_FEE_WEIGHT: f64 = 0.005;

#[no_mangle]
pub extern "C" fn cairoVMCall(
Expand Down

0 comments on commit 1dc2a31

Please sign in to comment.