-
Notifications
You must be signed in to change notification settings - Fork 984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Wallet Activity: A more reliable update #21596
base: develop
Are you sure you want to change the base?
Conversation
Jenkins BuildsClick to see older builds (8)
|
540d649
to
e3409e6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good to me, will link and test it with status-go changes once that is ready
e3409e6
to
84a725e
Compare
how do they depend on it? the transaction RPC flow is basically about send, swap, bridge transactions — it doesn't affect how the filtering of activities is done |
@alwx it looks new activity filter rpc works with new send transaction rpc. to test it we need new flow to be done. |
@alwx - The new activities we will integrate into the client are locally generated by status-go in the latest transaction RPCs/Flow, not in the deprecated ones we use now. |
84a725e
to
792fd0c
Compare
…d bridge, swap and approval types status-im/status-go@906c50b...27f2b93 Signed-off-by: Mohamed Javid <[email protected]>
792fd0c
to
6cfce43
Compare
fixes #21583
Summary
This PR:
wallet_filterActivityAsync
RPC and updates it towallet_startActivityFilterSessionV2
with other supporting activity filter session RPCswallet_checkRecentHistoryForChainIDs
RPC as we no longer support past transaction historyActivities.mp4
Review notes
This PR will be open to review or testing once we move to the new transaction RPC flow, as the activities depend on it.
Testing notes
The activities are shown only for the accounts where the activity originated from
Platforms
Steps to test
Prerequisites: A wallet account with some tokens
status: WIP