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

876: Allow pending transactions to be saved in localStorage (and big refactor) #890

Merged
14 commits merged into from
Apr 2, 2024

Conversation

ghost
Copy link

@ghost ghost commented Mar 27, 2024

Fixes #876

I had to do a big refactor regarding everything around transactions. The handling of it was spread around multiple files so I consolidated it to the transactions store.

Also I got some import cycle errors so I had to rewrite some functions that used createAsyncThunk.

Some testing of the approving, wrapping and taking orders would be appreciated.

Some other issues that I found but is beyond the scope of this ticket:
#888
#889

@ghost ghost changed the title 876: Allow pending transactions to be saved in localStorage 876: Allow pending transactions to be saved in localStorage (and big refactor) Mar 27, 2024
@ghost ghost merged commit 9daed24 into develop Apr 2, 2024
2 checks passed
@ghost ghost deleted the feature/876 branch April 2, 2024 19:43
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow pending transactions to be saved in localStorage
1 participant