vegaprotocol / vegawallet-browser

A wallet for the Vega protocol implemented as a browser extension for Firefox and Chromium-based browsers.
https://vegaprotocol.github.io/vegawallet-browser/
MIT License
4 stars 1 forks source link

Keep the wallet logged in at all times #760

Closed dexturr closed 5 months ago

dexturr commented 8 months ago

The Spike

Background scripts are frequently killed, and we have no way of controlling this. This is in order to preserve battery life, so for the extension we are currently building we have observed that often users are logged out rather quickly.

This spike is to investigate what we can do to mitigate or eliminate the issue.

Questions we need to answer

Tasks

Acceptance criteria

Notes

Other issues to resolve:

JonRay15 commented 8 months ago

Needs at least some @emilbayes input on this