extension icon indicating copy to clipboard operation
extension copied to clipboard

Nonce issue in wallet address with nonce gap

Open 314159265359879 opened this issue 1 year ago • 1 comments

The user mentioned using both desktop and extension. Having some issues with pending transactions, after some time several of those dropped and they were able to create transactions again that did get processed. Today when they tried to create a new transaction it was picking a nonce of 39 based on the pending transaction with the highest nonce (38). It didn't detect a nonce gap.

The correct nonce for the next transaction was 27, the user set it manually.

image

314159265359879 avatar Feb 26 '23 17:02 314159265359879

The current nonce API detects nonce gaps and will suggest them as "nextNonce" when detected. A user does have to create new transactions to fill such a gap.

314159265359879 avatar Feb 14 '24 20:02 314159265359879