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

UI bug: stuck pending card on tx history panel when transaction is replaced #837

Open
1 of 2 tasks
fionnachan opened this issue May 16, 2023 · 2 comments
Open
1 of 2 tasks
Assignees

Comments

@fionnachan
Copy link
Member

fionnachan commented May 16, 2023

Tasks

Preview Give feedback

image

@fionnachan fionnachan changed the title Stuck pending card on tx history panel if transaction is replaced UI bug: stuck pending card on tx history panel when transaction is replaced May 25, 2023
@fionnachan fionnachan self-assigned this Jun 5, 2023
@fionnachan
Copy link
Member Author

check nonce and if the pending txs have a lower nonce than the latest tx, clear them

@fionnachan
Copy link
Member Author

we currently don't store nonce / transaction count in the Transaction object in local storage
if we want to compare the nonce we'll have to add it to the Transaction object from useArbTokenBridge

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.

1 participant