Skip to content

Commit

Permalink
feat(class): ⬆️ Updated to latest version of cairo-rs
Browse files Browse the repository at this point in the history
Fixes deserialization error of Cairo V0 program into Blockifier ContractClass #32
  • Loading branch information
Trantorian committed Feb 6, 2024
1 parent 4cd1c9c commit 3c9564f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/pallets/starknet/runtime_api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ pub extern crate alloc;
use alloc::string::String;
use alloc::vec::Vec;

use mp_simulations::{PlaceHolderErrorTypeForFailedStarknetExecution, SimulationFlags};
use mp_contract::ContractAbi;
use mp_simulations::{PlaceHolderErrorTypeForFailedStarknetExecution, SimulationFlags};
use sp_runtime::DispatchError;
use starknet_api::api_core::{ChainId, ClassHash, ContractAddress, EntryPointSelector, Nonce};
use starknet_api::block::{BlockNumber, BlockTimestamp};
Expand Down

0 comments on commit 3c9564f

Please sign in to comment.