Transactions table should populate recent transactions first #1363
Labels
bug
Something isn't working
idb
idb access, schema, or interface
performance
Related to speed improvements
refactor
Improving existing system with new design
ui
Related to user interface or ux design
On the minifront transactions table, transaction info is streamed to the page.
They populate in essentially random order: they stream in lexical order of their key, which is a base64 encoding of their transaction hash.
Ideally, the most recent transactions known would populate first, and earlier transactions would load as the user scrolls down the page.
The text was updated successfully, but these errors were encountered: