Skip to content

Commit

Permalink
feat!: add DA fields to Ex
Browse files Browse the repository at this point in the history
ecutionResources (#181)

feat!: add DA fields to Ex
ecutionResources
  • Loading branch information
ShahakShama authored Feb 29, 2024
1 parent c30ead2 commit ee5c9f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,8 @@ pub struct ExecutionResources {
pub steps: u64,
pub builtin_instance_counter: HashMap<Builtin, u64>,
pub memory_holes: u64,
pub da_l1_gas_consumed: u64,
pub da_l1_data_gas_consumed: u64,
}

#[derive(Hash, Debug, Deserialize, Serialize, Clone, Eq, PartialEq)]
Expand Down

0 comments on commit ee5c9f1

Please sign in to comment.