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
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:
Move blockchain actions handling to the background script
Ensure actions continue executing even if the extension is closed
Activity tab updates correctly after actions complete
Maintain expected behavior across all blockchain interactions
How to reproduce
Click top-up button
Close extension immediately
Reopen and check activity tab
Screen.Recording.2025-02-07.at.15.50.24.mov
The text was updated successfully, but these errors were encountered:
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:
How to reproduce
Screen.Recording.2025-02-07.at.15.50.24.mov
The text was updated successfully, but these errors were encountered: