aptos-labs / explorer

https://explorer.aptoslabs.com/
97 stars 101 forks source link

Search does not return all of results for an account #792

Open ying-w opened 1 month ago

ying-w commented 1 month ago

When looking up address 0x6e57ae098ab06ecc491d688a255b64b61dd52dbb58d2cce46e7def6013ffc2cd clicking on >| goes to page 8202 but has txns before that (ex)

Later on, this changed so that it now goes to page 8246

Speculation

If we have an account with a lot of recent transactions (cached) and old transactions (pull from archive full node) would it occur that response we get is only from cache rather than all?

gregnazario commented 1 month ago

This is because when you first go to the page, it'll cache the number of pages. If you do a hard refresh, it'll get the new transactions, and show them.

This happens when a lot of transactions occur in quick succession

gregnazario commented 2 weeks ago

This has been changed to only show the latest 10k. Anything past that times out for now