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

deltabalances: reporting one fiscal year runs infinitely #17

Closed lotstep closed 6 years ago

lotstep commented 6 years ago

Could the logic be implemented faster ?:

  1. read all ED-TX in the walletadress
  2. read precisely the TX in the wallet
  3. write the TX information on the screen

So it should be able to analyze one year of TX in minutes.

DeltaBalances commented 6 years ago

When someone matches your maker order, there is no trace of it left in your wallet's transactions (try finding one on etherscan). The only way to find those is to get all etherdelta trades and filter for your address.

Maybe try searching in ranges of about 30 days and combining the 10 exports.