-
Notifications
You must be signed in to change notification settings - Fork 20.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tx failed, transaction will be removed #519
Comments
This was found on develop commit 3ea99f9 |
In case helpful, here is a very short, standard log showing 2 instances of invalid nonce: http://pastebin.com/yMPZrFyj |
I had sent similar tx via frontend+ethereum.js and didn't see the balance updates, usually after |
Do you have sample sendTransaction data I can use to replicate this? Or does this happen with the most basic Txs? |
I've tried to fire some transactions myself but it I can't seem to reproduce the error you're having. Could you please provide me with same samples? Could you also retry using the conversion branch? |
I will try on conversion branch. With Go cli running, it is |
On conversion branch, looks like it still happens Here's more log which has quite a bit of data, including tx data, and hopefully helps: |
I think I've found the issue and fixed in c28116c Could you try again? |
looks fixed on e88a29a |
Hey guys, I got something similar on a transaction I made on a recent ICO |
swarm/api: Support If-None-Match conditional HTTP requests
* Revert "feat: use light_mode = false for block ccc (ethereum#519)" This reverts commit a51434d. * bump version
implement EIP-2929 for EIP-1559
I captured loglevel5:
2015/03/17 19:50:59 [MINER] TX (4146cbcd) failed. Transaction will be removed
http://pastebin.com/Vg5CzcSG
The failed is at the bottom.
When the tx is run again, it succeeds.
The text was updated successfully, but these errors were encountered: