anoma / namada-interface

Apache License 2.0
77 stars 105 forks source link

Namadillo: Use indexer pagination #916

Closed emccorson closed 2 months ago

emccorson commented 3 months ago

When fetching the list of proposals or the list of validators, we are currently not using the indexer's pagination. We need to fetch by page and show the pagination in the validators/proposals tables. Without this we are getting the wrong data (e.g. only the first page of validators).

pedrorezende commented 3 months ago

@emccorson for the V1, we've decided to get the full list of validators from the server, without pagination (#910). It will help us to avoid to implement sort, randomization and filtering in the indexer. This might change in the future, when we get the final number of validators