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
Based on the /address/assets API implementation of watcher service, it can be seen that the API is paginated, defaulting to 20 items per page. In withdraw action of Watcher app, this pagination isn't respected at all, and it's supposed that it returns all of the address assets (which is wrong).
Acceptance conditions
The API should be called continuously, until all of the tokens are fetched
Same as the current implementation, SWR should be used for data fetching
The text was updated successfully, but these errors were encountered:
Description
Based on the
/address/assets
API implementation of watcher service, it can be seen that the API is paginated, defaulting to 20 items per page. In withdraw action of Watcher app, this pagination isn't respected at all, and it's supposed that it returns all of the address assets (which is wrong).Acceptance conditions
SWR
should be used for data fetchingThe text was updated successfully, but these errors were encountered: