MetaMask / metamask-extension

:globe_with_meridians: :electric_plug: The MetaMask browser extension enables browsing Ethereum blockchain enabled websites
https://metamask.io
Other
12.03k stars 4.91k forks source link

"Retry" button should only be available on earliest "submitted/pending" transaction. #5301

Closed danfinlay closed 6 years ago

danfinlay commented 6 years ago

Seems like we have a user who was increasing price on a later (blocked) transaction.

This issue can be closed by verifying/ensuring that we only have our "Retry/Speed up" button on the earliest (nonce) pending transaction in the queue.

alextsg commented 6 years ago

Testing on ganache I'm seeing the speed up button on only the earliest transaction:

image

bdresser commented 6 years ago

yep this was fixed in https://github.com/MetaMask/metamask-extension/pull/4926