Skip to content

Commit

Permalink
feat(tracer): remove contract size struct
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Sep 14, 2023
1 parent 02be392 commit 3b52982
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions crates/rundler/src/common/tracer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ pub struct StorageAccess {
pub slots: Vec<U256>,
}

#[derive(Clone, Debug, Deserialize, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct ContractSize {
pub contract_size: u64,
pub opcode: Opcode,
}

#[derive(Clone, Debug, Deserialize, Serialize)]
pub struct AssociatedSlotsByAddress(HashMap<Address, BTreeSet<U256>>);

Expand Down

0 comments on commit 3b52982

Please sign in to comment.