explorer icon indicating copy to clipboard operation
explorer copied to clipboard

Downloading .csv for an address downloads incomplete data if history is <30 transactions

Open 314159265359879 opened this issue 10 months ago • 2 comments

Describe the bug The export as .csv function will download the last 30 entries per default. It will only include more if you click "Load more transactions" to reveal additional transactions.

Any address will do to reproduce.

image

image

To Reproduce Steps to reproduce the behavior:

  1. Go to explorer.hiro.so
  2. visit any address with more than 30 transactions for example: https://explorer.hiro.so/address/SP2YADQRAJ4468KEX4CYD4MQPF0S6QYFT5BRA22J0?chain=mainnet
  3. click export as csv
  4. view the csv and see only the last 30 transactions.

Expected behaviour The expected behaviour is that users can specify the entries they want to include (for example by year for tax purposes) or to get the complete history of the address.

314159265359879 avatar Sep 25 '23 17:09 314159265359879

Perhaps a filter option can be added here to display "Last years" history, or 2022 history etc (from date X - to date Y). for tax purposes: image

Users don't expect the csv export to only contain entries currently displayed on screen, rather that they get the complete history.

314159265359879 avatar Feb 15 '24 19:02 314159265359879

Adding filters is a good idea, To start with we should fix the issues with the download action: it has a bug where it can only download the tx that are shown on the page (30 tx) and it doesn't show FT tx.

Until we fix it the workaround is using https://fatstx.github.io/transactions

andresgalante avatar Feb 16 '24 14:02 andresgalante