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

[React Hooks] Reload caching after sending a transaction #10

Open
dasanra opened this issue Sep 16, 2024 · 0 comments · May be fixed by #11
Open

[React Hooks] Reload caching after sending a transaction #10

dasanra opened this issue Sep 16, 2024 · 0 comments · May be fixed by #11
Assignees

Comments

@dasanra
Copy link
Collaborator

dasanra commented Sep 16, 2024

Context / issue

Methods to fetch transaction take long to reload after a transaction is executed. Caching makes them return that a transaction is still in the queue after is executed.

Proposed solution

Force a cache update once a transaction is sent onchain. It may be necessary a delay in the refetch to allow the service to index the transaction before updating the list.

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 a pull request may close this issue.

2 participants