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

Track Received Tokens in Activity Tab #222

Open
0xAleksaOpacic opened this issue Feb 7, 2025 · 0 comments
Open

Track Received Tokens in Activity Tab #222

0xAleksaOpacic opened this issue Feb 7, 2025 · 0 comments
Labels
wallet extension Anything related to wallet extension

Comments

@0xAleksaOpacic
Copy link
Collaborator

Description:

Currently, the Activity tab tracks only outgoing transactions (sent transactions and top-ups). This issue is to implement tracking of received tokens when someone sends tokens to the smart account (native tokens + all other tokens) In this phase of wallet-extension we do not manage what tokens are tracked, all tokens are displayed

Acceptance Criteria:

  1. Display received transactions in the Activity tab and Receive Page
  2. Ensure received transactions are correctly categorized and formatted
  3. Align UI with Figma designs

Design Reference:

  1. Receive Page: Figma Link
  2. Receive Field in Activity List: Figma Link

Technical Notes

  1. Do not query RPC for received transactions due to performance concerns
  2. Investigate using indexer to fetch received transactions efficiently
  3. Consider alternative solutions like long polling or sockets if necessary
  4. Propose and implement the best approach

@0xAleksaOpacic 0xAleksaOpacic added good first issue Good for newcomers wallet extension Anything related to wallet extension and removed good first issue Good for newcomers labels Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wallet extension Anything related to wallet extension
Projects
None yet
Development

No branches or pull requests

1 participant