Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Provide way to submit correction tx at same nonce #5010

Closed
danfinlay opened this issue Mar 23, 2017 · 3 comments
Closed

Provide way to submit correction tx at same nonce #5010

danfinlay opened this issue Mar 23, 2017 · 3 comments
Labels
M6-rpcapi 📣 RPC API. Z0-unconfirmed 🤔 Issue might be valid, but it’s not yet known.

Comments

@danfinlay
Copy link

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.

@tomusdrw
Copy link
Collaborator

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

@tomusdrw tomusdrw added Z0-unconfirmed 🤔 Issue might be valid, but it’s not yet known. M6-rpcapi 📣 RPC API. labels Mar 23, 2017
@danfinlay
Copy link
Author

Oh, good to know, thank you!

@5chdn
Copy link
Contributor

5chdn commented May 9, 2017

Closing as fixed as per patches in #4958 and #4949 .

@5chdn 5chdn closed this as completed May 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
M6-rpcapi 📣 RPC API. Z0-unconfirmed 🤔 Issue might be valid, but it’s not yet known.
Projects
None yet
Development

No branches or pull requests

3 participants