Skip to content
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: Remove deprecated RPCs and use activity filter session RPC #21596

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

smohamedjavid
Copy link
Member

fixes #21583

Summary

This PR:

  • Removes the usage of deprecated wallet_filterActivityAsync RPC and updates it to wallet_startActivityFilterSession with other supporting activity filter session RPCs
  • Removes deprecated wallet_checkRecentHistoryForChainIDs RPC as we no longer support past transaction history

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.

Platforms

  • Android
  • iOS

Steps to test

  • Open Status
  • ...
  • Step 3, etc.

status: WIP

@smohamedjavid smohamedjavid self-assigned this Nov 6, 2024
@status-im-auto
Copy link
Member

status-im-auto commented Nov 6, 2024

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
540d649 #1 2024-11-06 21:15:53 ~2 min tests 📄log
540d649 #1 2024-11-06 21:16:42 ~3 min ios 📄log
✔️ 540d649 #1 2024-11-06 21:20:06 ~6 min android-e2e 🤖apk 📲
✔️ 540d649 #1 2024-11-06 21:20:58 ~7 min android 🤖apk 📲
e3409e6 #2 2024-11-07 19:55:12 ~2 min ios 📄log
✔️ e3409e6 #2 2024-11-07 19:57:34 ~4 min tests 📄log
✔️ e3409e6 #2 2024-11-07 20:01:48 ~9 min android-e2e 🤖apk 📲
✔️ e3409e6 #2 2024-11-07 20:02:19 ~9 min android 🤖apk 📲

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: CONTRIBUTOR
Development

Successfully merging this pull request may close these issues.

Wallet Activity: Use wallet_startActivityFilterSession RPC instead of wallet_filterActivityAsync
2 participants