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

Commit

Permalink
chore: merge branch main-v0.13.2 into main (resolve conflicts)
Browse files Browse the repository at this point in the history
  • Loading branch information
barak-b-starkware committed Jul 18, 2024
1 parent 5cff676 commit a03232e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions crates/blockifier/src/test_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,9 @@ pub const TEST_ERC20_CONTRACT_CLASS_HASH: &str = "0x1010";
pub const ERC20_CONTRACT_PATH: &str = "./ERC20/ERC20_Cairo0/ERC20_without_some_syscalls/ERC20/\
erc20_contract_without_some_syscalls_compiled.json";

<<<<<<< HEAD
#[derive(Clone, Hash, PartialEq, Eq, Copy, Debug)]
||||||| 7e872363
#[derive(Clone, Copy, Debug)]
=======
// TODO(Aviv, 14/7/2024): Move from test utils module, and use it in ContractClassVersionMismatch
// error.
#[derive(Clone, Copy, Debug)]
>>>>>>> origin/main-v0.13.2
#[derive(Clone, Hash, PartialEq, Eq, Copy, Debug)]
pub enum CairoVersion {
Cairo0,
Cairo1,
Expand Down

0 comments on commit a03232e

Please sign in to comment.