Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
fix: os resources (#1465)
Browse files Browse the repository at this point in the history
Co-Authored-By: Gilad Chase <gilad@starkware.com>
  • Loading branch information
giladchase and Gilad Chase committed Feb 8, 2024
1 parent afb38aa commit d778e7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/blockifier/resources/versioned_constants.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
"range_check_builtin": 83
},
"n_memory_holes": 0,
"n_steps": 3796
"n_steps": 3792
},
"calldata_factor": {
"builtin_instance_counter": {
Expand Down
4 changes: 2 additions & 2 deletions crates/blockifier/src/transaction/transactions_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1174,8 +1174,8 @@ fn test_declare_tx(
}

#[rstest]
#[case(83, 3809, CairoVersion::Cairo0)]
#[case(85, 3865, CairoVersion::Cairo1)]
#[case(83, 3805, CairoVersion::Cairo0)]
#[case(85, 3861, CairoVersion::Cairo1)]
fn test_deploy_account_tx(
#[case] expected_range_check_builtin: usize,
#[case] expected_n_steps_resource: usize,
Expand Down

0 comments on commit d778e7f

Please sign in to comment.