trezor / blockbook

:blue_book: Trezor address/account balance backend
https://trezor.io
GNU Affero General Public License v3.0
647 stars 644 forks source link

Get address pagination issue #1013

Open qn-srikanth opened 8 months ago

qn-srikanth commented 8 months ago

On some inputs, totalPages responds with -1.

Screenshot 2023-12-19 at 11 24 36 AM


Examples

from : 776355 pageSize : 50 page: 1

from : 776355 pageSize : 50 page: 1

from : 776355 pageSize : 50 page: 1


Is this expected ?

martinboehm commented 7 months ago

Total pages is set to -1 when there is some filtering on and Blockbook does not know the total number of filtered results.