internet-sicherheit / ethereum-cache-creator

GNU General Public License v3.0
0 stars 0 forks source link

Add timestamp to transactions #29

Closed kiview closed 4 years ago

kiview commented 4 years ago

Currently we get an ordered list of transactions, however, without the timestamp, it is hard to do a qualitative analysis of this data.

We need to add the timestamp of the transactions to the written file. Best implementation would probably be a UNIX timestamp.

Do we receive multiple different timestamps when accessing the data via web3?

Mschnuff commented 4 years ago

Will be fixed by https://github.com/internet-sicherheit/ethereum-cache-creator/pull/34