DeltaBalances / DeltaBalances.github.io

The Ethereum decentralized exchange assistant. Check token balances, transaction details & trade history.
https://deltabalances.github.io/
GNU General Public License v3.0
169 stars 67 forks source link

Address history not showing dates for any trade #14

Closed coinaisseur closed 6 years ago

coinaisseur commented 6 years ago

Good afternoon,

I'm using Delta Balances to export my daily trade history. When finished, dates don't show either on the Trades page or in the CSV export, instead showing "??" for all dates. I could live with that, but in the CSV export, the Block column just disappears entirely, so I have no way of knowing when any trade took place. Please see the attached screenshot.

Thanks for your help! db_issue1

DeltaBalances commented 6 years ago

Dates are retrieved from etherscan based on the block numbers, and lately etherscan sometimes becomes unresponsive (cryptokitties?). If you try again a little later it will probably work again.

Nevertheless, I just added the block number to the default csv export.

coinaisseur commented 6 years ago

@DeltaBalances Yeah, the issue started with CryptoKitties. Anyways, I can get away with the block number; after all, I just need a way to sort trades from newest to oldest. Thank you a lot for your help.