Skip to content

Commit

Permalink
feat: annotate files which have been taken from katana directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh Bajpai authored and Harsh Bajpai committed Sep 26, 2023
1 parent 5ca62c5 commit d7001aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/sequencer/src/serde/contract.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// This file has been taken from katana -> https://github.com/dojoengine/dojo/blob/main/crates/katana/core/src/db/serde/contract.rs

use std::collections::HashMap;
use std::sync::Arc;

Expand Down
2 changes: 2 additions & 0 deletions crates/sequencer/src/serde/program.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// This file has been taken from katana -> https://github.com/dojoengine/dojo/blob/main/crates/katana/core/src/db/serde/program.rs

use std::collections::HashMap;
use std::sync::Arc;

Expand Down
2 changes: 2 additions & 0 deletions crates/sequencer/src/serde/utils.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// This file has been taken from katana -> https://github.com/dojoengine/dojo/blob/main/crates/katana/core/src/db/serde/utils.rs

use anyhow::Result;
use blockifier::execution::contract_class::{ContractClass, ContractClassV0};
use cairo_lang_starknet::casm_contract_class::CasmContractClass;
Expand Down

0 comments on commit d7001aa

Please sign in to comment.