-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
occasionally transactions are submitted but not broadcast #2084
Comments
Hello! Thanks for raising this issue. Let me just restate your problem to make sure I understand it fully: So you're facing a situation where occasionally, transactions are submitted through the BSC node but it's not included in the block, even though the logs say that it's submitted. Am I understanding it correctly? Few questions to get more clarity:
Can I also get the following details:
If possible, please show the debugging logs as well. Thanks! |
I've had the same problem many times
[Eth.Miner] [Eth.TxPool] [Eth.GPO] [Node] [Node.P2P] [Node.LogConfig] ` |
Have same issue on 1.2.15/1.3.7. Pending TXs are rebroadcasted normally using bscscan |
Same issue here, Geth 1.3.7 on Windows
Config is default After some more digging we find that estimated transaction fee is too low. |
Hey guys, try setting |
Details:
|
Maybe this PR from go-ethereum could solve the issue? |
@terianil Thanks for pointing out! I'll look into it. By the way, did you still face the same issue after disabling |
This issue wasn't resolved. Setting NoLocals = false doesn't fix the issue. Why was this closed? |
It's closed because there's a PR to fix it already. Let's wait for the next release and try it again. |
System information
Geth version:
geth_linux version 1.3.5-fe928d47-20231208
OS & Version: Linux
Expected behaviour
Sent transactions are broadcasted properly.
Actual behaviour
Once every several months we have issues with broadcasting transactions.
It has happened across multiple versions of 1.2.x and now we've noticed that issue on 1.3.5.
After 3 days of proper work and multiple transactions being sent BSC stopped broadcasting transactions.
In logs transaction submission is visible, but nothing more happens:
I was able to send the same transactions (RAW hex) through our other nodes (as well as using bscscan.com). So it's not a wrong gas price estimation.
After restarting geth - everything works fine again - transactions are sent and broadcasted correctly.
Before restart geth had 66 connected peers (and the same number after restart), so it's probably not a connection problem.
The text was updated successfully, but these errors were encountered: