harmony-one / harmony-dashboard

Harmony Explorer Front-end
https://explorer.harmony.one
21 stars 21 forks source link

account page only display 4000 transactions #89

Open LeoHChen opened 4 years ago

LeoHChen commented 4 years ago

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 commented 4 years ago

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

image

yelllowsin commented 4 years ago

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.

denniswon commented 4 years ago

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