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

[Bug]: Transactions - Pending transactions add up transactions with same nonce (speed up/cancel) #24552

Open
seaona opened this issue May 16, 2024 · 0 comments
Labels
Sev3-low Low severity; minimal to no impact upon users team-transactions Transactions team type-bug

Comments

@seaona
Copy link
Contributor

seaona commented May 16, 2024

Describe the bug

Whenever I am performing a tx when I have another one pending, I can see the Information display saying I have a pending tx. However, if I have speed up/cancelled that transaction I see how the number of pending transactions increases, even though the speed up/cancel tx's all have the same nonce, meaning just 1 is actually pending

Expected behavior

Possibly transactions with the same nonce should count as 1 pending tx instead of adding up to the queue? Similarly as what we do in the Activity list (all same nonce tx's are consolidated into 1)

Screenshots/Recordings

pending-tx-count.mp4

Steps to reproduce

  1. Start a tx with low nonce
  2. Trigger speed up/cancel several times
  3. Start a new tx
  4. See as many pending tx's as performed in step n1 + n2

Error messages or log output

No response

Version

11.15.4 prod might be earlier too

Build type

None

Browser

Chrome

Operating system

Linux

Hardware wallet

No response

Additional context

No response

Severity

No response

@seaona seaona added type-bug team-transactions Transactions team Sev3-low Low severity; minimal to no impact upon users labels May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Sev3-low Low severity; minimal to no impact upon users team-transactions Transactions team type-bug
Projects
Status: To be fixed
Status: To be fixed
Development

No branches or pull requests

1 participant