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
As a developer, I want to use the latest RPC used by other clients so that mobile will stay updated with any RPC changes.
Description
The existing wallet_filterActivityAsync RPC is deprecated and the mobile has to update to the new wallet_startActivityFilterSession RPC
This issue involves adding the wallet_getMoreForActivityFilterSession RPC to fetch more activities as the user scrolls and the wallet_stopActivityFilterSession RPC to stop the session when the user moves away from the activity tab
Acceptance Criteria
The activity works as before
The text was updated successfully, but these errors were encountered:
Feature Issue
User Story
Description
wallet_filterActivityAsync
RPC is deprecated and the mobile has to update to the newwallet_startActivityFilterSession
RPCwallet_getMoreForActivityFilterSession
RPC to fetch more activities as the user scrolls and thewallet_stopActivityFilterSession
RPC to stop the session when the user moves away from the activity tabAcceptance Criteria
The activity works as before
The text was updated successfully, but these errors were encountered: