trueblocks-core icon indicating copy to clipboard operation
trueblocks-core copied to clipboard

Attach timestamp to various data

Open tjayrush opened this issue 3 years ago • 0 comments

Timestamp is not always part of the data -- for example chifra trace does not include timestamp (even though it includes block number).

When this code was first written, it would have taken an entire round-trip RPC call to add this data to a trace, but since then, we've implemented the timestamp database which means we can probably attach this data for nearly no cost.

Check other data types (particularly the receipt and log data) because they also probably do not have timestamps.

Timestamps are super useful for filtering by date and would be a good addition to any data.

tjayrush avatar Sep 06 '22 19:09 tjayrush