Skip to content
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

Using http provider make TimeNode silently fail #184

Open
kosecki123 opened this issue Feb 12, 2019 · 0 comments
Open

Using http provider make TimeNode silently fail #184

kosecki123 opened this issue Feb 12, 2019 · 0 comments

Comments

@kosecki123
Copy link
Contributor

web3 1.0 introduced eth_subscribe api for watching events, this API is not compatible with http providers and requires a web socket provider.

Currently, the compatibility check doesn't account for that making the TimeNode to silently fails and thus not discover incoming transactions.

The immediate fix is to enable websocket endpoint on your node and use it to connect.

@kosecki123 kosecki123 changed the title Using https provider make TimeNode silently fail Using http provider make TimeNode silently fail Feb 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant