harmony-dashboard icon indicating copy to clipboard operation
harmony-dashboard copied to clipboard

account page only display 4000 transactions

Open LeoHChen opened this issue 4 years ago • 3 comments

https://explorer.harmony.one/#/address/one1ysack4ympjqrycww3ptygs8yrmwtna7fxlgsnk

On this page, we can only see 4000 tx on this address. And this page display only old tx.

image

LeoHChen avatar May 07 '20 05:05 LeoHChen

On the explorer home page, there apparently more tx ongoing.

image

LeoHChen avatar May 07 '20 05:05 LeoHChen

I am too having this same problem, but my account has less than 200 txs (i don't see yesterday txs por example): https://explorer.harmony.one/#/address/one1q563tnpv4tnh7l30p2wy3gnu3akhd6va97w7ku

image

@potvik is it you who is working with the issues on blockexplorer now or @denniswon? I see you both are tagged.

yelllowsin avatar Jun 23 '20 12:06 yelllowsin

Backend api is updated. @potvik will make the corresponding frontend change.

Please use "/txs-new" as "/txs" is deprecated. same for /staking-txs. use /staking-txs-new instead Same for "/blocks" api. use "/blocks-new" instead.

Refer to harmony-one/harmony-dashboard-backend/src/explorer/index.ts in the backend repo

denniswon avatar Jun 26 '20 10:06 denniswon