Skip to content

Commit

Permalink
Revert blockifier update
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechos committed Oct 26, 2023
1 parent d3603c4 commit b295d37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vm/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
serde = "1.0.171"
serde_json = { version = "1.0.96", features = ["raw_value"] }
blockifier = {git = "https://github.com/starkware-libs/blockifier", rev = "4fe4a667c024caa"}
blockifier = {git = "https://github.com/starkware-libs/blockifier", rev = "e7cc94f"}
starknet_api = { git = "https://github.com/starkware-libs/starknet-api", rev = "8f620bc" }
cairo-vm = "0.8.2"
cairo-lang-casm = "2.1.0"
Expand Down
3 changes: 1 addition & 2 deletions vm/rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use blockifier::{
block_context::BlockContext,
execution::{
contract_class::{ContractClass, ContractClassV1},
entry_point::{CallEntryPoint, CallType, EntryPointExecutionContext, ExecutionResources}, common_hints::ExecutionMode,
entry_point::{CallEntryPoint, CallType, EntryPointExecutionContext, ExecutionResources},
},
fee::fee_utils::calculate_tx_fee,
state::cached_state::CachedState,
Expand Down Expand Up @@ -103,7 +103,6 @@ pub extern "C" fn cairoVMCall(
),
AccountTransactionContext::default(),
4_000_000,
ExecutionMode::Execute,
);
let call_info = entry_point.execute(&mut state, &mut resources, &mut context);

Expand Down

0 comments on commit b295d37

Please sign in to comment.