This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
Duplicated transaction displayed in Batch details screen #260
Labels
type: bug
Something isn't working
Summary of Bug
Hey people, looks like I found something weird in the testnet explorer.
I was double-checking the airdrop payments and figured out that some transactions were listed duplicated in the explorer website.
the block is this one: https://explorer.testnet.hermez.io/batch/6236
the duplicated transactions are: 0x02213bd36479cf0028428ca9f1441d3b37a026039c4c466af64e490f51763a0a2d and 0x02aa79146d7b1bd06803c6d911a538c7a83eacc219a80292d27dbcc9f39f44e677
I've already double-checked the API called by the front end, this is the URL being called to retrieve the transaction history: https://api.testnet.hermez.io/v1/transactions-history?batchNum=6236&order=DESC&limit=20
Accordingly to the API response, the transactions are not duplicated in the response, so I'm suspecting something is happening in the front-end logic.
Steps to Reproduce
Access this url: https://explorer.testnet.hermez.io/batch/6236
Check the transaction list, there will be two lines for the transactions 0x02213bd36479cf0028428ca9f1441d3b37a026039c4c466af64e490f51763a0a2d and 0x02aa79146d7b1bd06803c6d911a538c7a83eacc219a80292d27dbcc9f39f44e677
Browser information
Chrome
Desktop/Windows 10
Additional Information & Screenshots:
The text was updated successfully, but these errors were encountered: