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

Client doesn't save/backup trade state #10

Open
f321x opened this issue Aug 26, 2024 · 1 comment
Open

Client doesn't save/backup trade state #10

f321x opened this issue Aug 26, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@f321x
Copy link
Collaborator

f321x commented Aug 26, 2024

The current client implementation does not save any state in a db (purely in memory), this would cause a running trade to fail if the trader closes the application. To make it practical for use it would be necessary to save state so the trade can be continued later (e.g. after waiting for a taker to accept the offer).
This could be done by integrating with existing robosats infrastructure or creating API endpoints on the coordinator to store and request data encrypted. Browser cache is probably impossible as the Tor browser deletes most of the cache upon restart.

@f321x f321x added the enhancement New feature or request label Aug 26, 2024
@f321x f321x added this to the v0.1 milestone Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants
@f321x and others