Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Aug 17, 2024
1 parent 7fad07a commit 6374e06
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions blocks/evm/src/logs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ pub fn insert_log(tables: &mut DatabaseChanges, clock: &Clock, log: &Log, transa
let data = bytes_to_hex(&log.data.to_vec());

// Missing
// - blob_gas_price
// - blob_gas_used
// - is blob gas information even available in the logs? or is it only available in the transaction receipt?
// - blob_gas_price?
// - blob_gas_used?

let keys = logs_keys(&clock, &tx_hash, &index);
let row = tables
Expand Down

0 comments on commit 6374e06

Please sign in to comment.