We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: