You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Parity will accept the transaction with higher gas price and the same nonce.
We're currently working on some UI improvements to indicate such errorneous state to the user #4958 and also give them couple of remedies like parity_removeTransaction RPC #4949
I've recently spoken to several users who did this, and were able to get our Parity backend into a bad state:
Submit a tx at an account's current nonce with a gas price too low to be mined.
Parity keeps that tx in its queue, and will reject subsequent txs with higher gas and the same nonce.
Either parity should accept same-nonce transactions that haven't been mined yet, or should provide a method to unqueue unmined transactions.
The text was updated successfully, but these errors were encountered: