-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Current
When viewing the Transactions per identity, the web wallet is fetching at once all the transactions from the current epoch, using start tick and end tick parameters available in the identity transfer services.
When they are many transfers for an identity, this affect the performance of the app.
Expected
The transfer per identity service has been enriched to support pagination (see qubic/go-archiver#95) so we can already make use of it in the transactions list in the wallet to fetch the results per pages.
The pages are displayed at the bottom of the screen so the user can jump to different pages.
Integration Team also provided the following details:
"The interface is similar to the current one. you need to provide the tick range (but you can choose a very large one). One result set is limited to 100 items per page.
paging parameters are optional, so it's backwards compatible.
In case you don't need the tick ranges anymore we can remove them"
Metadata
Metadata
Assignees
Labels
Type
Projects
Status