-
Notifications
You must be signed in to change notification settings - Fork 241
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
WebSocket on Mainnet not listening to Events emitted #886
Comments
Hi @jingxuan98 , it might relate to this tendermint issue tendermint/tendermint#6729, we will check our mainnet node settings to ensure the value is setup properly. |
Ok thanks for the reply @JayT106 , btw just some add-ons that we face this issue with emitting even just a few events instead of 100 like the OP of tendermint/tendermint#6729. Hope the issue can be solved soon, thanks! |
@jingxuan98 I find it hard to reproduce the issue, I tried one case might no response at all is pass outer contract address instead of inner address, may I ask the contract address you subscribe with? |
@mmsqe basically in the test above I just deploy a simple ERC20 on mainnet using remix and listen to the transfer event and transfer the tokens among accounts to test that, the token contract address i use is 0x926f2e39eab3c828215d7bd807659af5672a11a6 |
Subscription might get cancell for slower client like ci fail when set smaller iterations, while current long-poll enhancement process more and much faster. |
fixed by #1239 |
Describe the bug
Baiscally I'm not able to listen and subscribe to mainnet Events Logs, but it works fine on testnet
It was working like 1 week ago when i started my node but now its not working
To Reproduce
Steps to reproduce the behavior:
go get
the packages and rungo run main.go
Expected behavior
Screenshots
![Screenshot 2023-02-20 at 12 23 19 AM](https://user-images.githubusercontent.com/43902263/219960865-9e3bbb61-6501-4e10-92d7-dcd8847bfff6.png)
Listening on Testnet
But for Mainnet its not listening
![Screenshot 2023-02-20 at 12 23 51 AM](https://user-images.githubusercontent.com/43902263/219960895-88c2ac75-99a6-4d1b-9406-660de16cc1ea.png)
Macbook Pro M2
Golang 1.19
The text was updated successfully, but these errors were encountered: