openethereum / parity-ethereum

The fast, light, and robust client for Ethereum-like networks.
Other
6.83k stars 1.69k forks source link

There is a Pending txn with a lower account nonce #11712

Closed mtb-pro closed 4 years ago

mtb-pro commented 4 years ago

My parity is executed with the following command parity --tx-queue-size 500000 --tx-queue-mem-limit=0 --tx-queue-per-sender 2000

My trancations are pending for a long time https://etherscan.io/txsPending?a=0x9ce7456ec06b1457c91bd4619a08dbe8adc926fd&m=hf

error : There is a Pending txn with a lower account nonce. This txn can only be executed after confirmation of the earlie how to set setting for send transactions with the same priority? And I want to use the queue

vorot93 commented 4 years ago

Please try with OpenEthereum v3.0.0.

mtb-pro commented 4 years ago

how to disable nonce ordering? Transaction with low gasPrice makes all the other transactions hang on the pending state

adria0 commented 4 years ago

how to disable nonce ordering? Transaction with low gasPrice makes all the other transactions hang on the pending state

@mtb-pro, nonce ordering is part of the core ethereum protocol and cannot be disabled.