-
Notifications
You must be signed in to change notification settings - Fork 238
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
newPendingTransaction always stopped, and sendTransaction #424
Comments
We have the same, we can send transaction, which is visible on the network, but it fails, and eth_getTransactionReceipt doesn't give any reply, so all transactions are lost in space. Is there any suggestions? |
Same here: |
I'm running into the same problem. I'm listening to pending Swap event logs on MMF router and it will randomly pause receiving new events. |
these issues are with the websocket subscribe api, right? |
Correct. |
similar issue #500 |
Hello, i have try to install my full node to a server. I do with quicksync snapshot, and my nodes is run normally.
I tried to listen mempool or newPendingTransaction, then 0-60s is normally. But sometimes will stuck and cant connect again. I try to unsubscribe after subscribe newPendingTransaction, but still same. I see the logs, still normal.
Someone get problem like me too? or maybe this bugs from ethermint?
Also, i try to sending to my node, with sendTransaction. Transaction send, but for waiting receipt is too loong. I have try high gas, and lower gas. but i got same for both result/output.
Sorry for disturb, or my question is weird. I just want to ask and know. Thanks
The text was updated successfully, but these errors were encountered: