-
Notifications
You must be signed in to change notification settings - Fork 1.7k
eth_sendTransaction is dropping transactions #2547
Comments
I experience the same issue when using |
+1, sometimes transactions are not going through. here is some snip from gitter:
|
I confirm this bug, it looks like parity add own transaction to common queue and limit works here. |
+1 from me as well, happens on both chains it seems. |
This is not fixed with 1.3.6. Still getting "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee." for local transactions. |
@trapp could you run with |
Not sure if I'm having the exact same problem but my contract transactions are not making it to the blockchain - the contract executed a few hundred fine over the past few weeks but suddenly they hang in the pending transactions queue for awhile and then disappear without a trace. I ran with
Also:
This is the just-released parity 1.3.7. I was having the same problem with 1.3.6 but I would at least get a hash returned on getTransaction for a little while after submitting the transaction, with a null blockHash and blockNumber - then a few minutes later the same getTransaction call would just return nill. Please let me know if there's any other information I can provide or maybe something I am doing wrong. If it's just a matter of not enough gas, I should get some error, right? This just disappears without a trace. |
Also, if this helps - I just submitted a new transaction, this time running with
However......
If this is the wrong issue for this I apologise, I can happily start a new one. |
My transactions never appear on the blockchain either, using latest version of parity. resyncing now to see if that would help. |
I'm running 1.3.5 with these options: --cache-size-db 8192 --tx-gas-limit 500000 --gas-floor-target 1000000 --gasprice 50000000000 --gas-cap 1500000
Mining works fin, but when I try to sent say 10 transactions in a row, few at the beginning are sent ok. Then parity replies with that message:
"There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."
I increased gasprice to 200000000000, queue size to 64000 and tried different queuing strategies with no luck: There are always dropped transactions in pack of 10 transactions sent.
The text was updated successfully, but these errors were encountered: