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

Handle Blockchain Actions in Background Script #225

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

Handle Blockchain Actions in Background Script #225

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

Comments

@0xAleksaOpacic
Copy link
Collaborator

Description:

Currently, blockchain actions are executed within the extension’s UI context. If the extension is closed during execution, the action stops, leading to issues like missing activities in the Activity tab.

We need to extend the background script to handle these actions persistently, ensuring they continue executing even if the extension is closed

Acceptance Criteria:

  1. Move blockchain actions handling to the background script
  2. Ensure actions continue executing even if the extension is closed
  3. Activity tab updates correctly after actions complete
  4. Maintain expected behavior across all blockchain interactions

How to reproduce

  1. Click top-up button
  2. Close extension immediately
  3. Reopen and check activity tab
Screen.Recording.2025-02-07.at.15.50.24.mov
@0xAleksaOpacic 0xAleksaOpacic added the wallet extension Anything related to wallet extension label Feb 7, 2025
@0xAleksaOpacic 0xAleksaOpacic self-assigned this 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