qubic/explorer-frontend

Address explorer should display all the transactions where the address is source or destination

Opened this issue · 1 comments

Address explorer should display all the transactions associated to the address being viewed and not only transfers as it currently does.

I have a scenario as example:

  1. I navigate to a tick https://betaexplorer.qubic.org/network/tick/15681011 and see a transaction with amount 0.
  2. I expand the transaction and then I click in the source field https://betaexplorer.qubic.org/network/address/LPGPVYFJNATDWDXTOUWIBPCBNCDDAYSICXJCQSZGLESSFGEOIMYCGUFFSXRF
  3. I don't find in the address page the transaction I see in the tick page and it's not indicated anywhere that is just displaying transactions that generated a transfer. As a end user, this looks like a bug, missing data in the address page.

Address page should display all the transaction. It can also include the same filter per transactions types as suggested in Figma for the tick page
image
I understand if I'm using the wallet product and I want to see the transactions, it makes sense to display only the ones where money flows, it's a different case. But the explorer should display everything.

Please see issue #159 that is related to the same screen, maybe can be worked together.

Blocked because we need this qubic/go-archiver#63 to be implemented