-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Hash returned but not broadcasting #1438
Comments
Check if your nonce is too high? |
I have checked that and its correct. We also started with a new wallet to see if that would help so the nonce would start at the beginning and that did not work either. Its been 17 hours and it has not broadcasted yet. |
This is happening to me as well. |
This is happening to me as well. |
This is happening to me as well. :( |
@kilmas & @i-am-vivek could you provide a code example too? |
I can add some additional information. When I first started working with Web3.js I was ignorant to a lot of how Ethereum transactions worked. What was happening was my transaction was being broadcast but the node I was broadcasting to was not adding the transaction in the transaction pool. This can happen for a number of reasons:
In summary, none of these is caused by a bug with Web3.js. My solution was writing a more robust version of what I was trying to accomplish and to monitor gas prices closely so that my transactions were not under gassed. I'm not ruling out a possible bug with Web3.js, but because the three things I listed above are much more likely to be the cause of this occurring, I think @nivida would need a very detailed example to even start working on this. |
@cj-zeiger Thanks! |
Hey, |
@i-am-vivek It was a problem of the node. Hopefully, you're coming back to the Web3.js library ;) |
We are receiving a hash back from sendRawTransaction but the transaction is never broadcasting to the network or if it does it could take 24 hours. Is this normal? Should we be getting a hash back if it has not broadcasted yet?
Thanks
The text was updated successfully, but these errors were encountered: