Skip to content

Refactor fetch history to allow concurrency while mounting hydrating the transaction list #514

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

Closed
alexruzenhack opened this issue Aug 5, 2024 · 0 comments · Fixed by #569
Assignees
Labels
enhancement New feature or request

Comments

@alexruzenhack
Copy link
Contributor

alexruzenhack commented Aug 5, 2024

The fetchHistory on sagas/nanoContract has a loop with async calls to isAddressMine and getTxBalanceFn, we should find a solution to call the loop allowing concurrency but maintaining the transactions order in the end.

Origin: #512

Consulting resources:

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
Archived in project
1 participant