You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given an address with less than 10 transactions, the "+10" button is active nonetheless. It can be clicked deliberately often, leading to pages with "10", "20", etc. in the middle, but no transactions, for obvious reasons.
Suggestion: the "+10" button should only be active if more than 10 transactions exist for the given address.
The text was updated successfully, but these errors were encountered:
Yeah.
The current wallet server api does not tell how many addresses there are.
First call returns the latest 10.
From there, we could know there are less than 10, in that case hide the button.
But if there are 10, no way to know if there are only 10, 20 or 2000.
An extra data could give tx count as part of balance for instance, at the expanse of a significant query.
Would need some api change.
In the mean time, at least not showing the next button if there are less than 10 txns in the current page would mitigate.
Given an address with less than 10 transactions, the "+10" button is active nonetheless. It can be clicked deliberately often, leading to pages with "10", "20", etc. in the middle, but no transactions, for obvious reasons.
Suggestion: the "+10" button should only be active if more than 10 transactions exist for the given address.
The text was updated successfully, but these errors were encountered: