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

process hangs when using websocket connection to node #46

Closed
TripleSpeeder opened this issue Dec 10, 2019 · 1 comment
Closed

process hangs when using websocket connection to node #46

TripleSpeeder opened this issue Dec 10, 2019 · 1 comment
Labels
bug Something isn't working released

Comments

@TripleSpeeder
Copy link
Owner

Using http(s):

[michael@stingray ens-updater]$ bin/ens-updater.js getAddress triplespeeder.eth --web3 http://fullnode.dappnode:8545 -v
Checking connectivity of web3 node at http://fullnode.dappnode:8545...
        Connection check successfull.
Setting up web3 provider...
Setting up web3...
Getting address...
0xc44E4c49Ffa5Db98CA52770dff3e371ECB01f2D9
[michael@stingray ens-updater]$ 

Using websocket:

[michael@stingray ens-updater]$ bin/ens-updater.js getAddress triplespeeder.eth --web3 ws://fullnode.dappnode:8546 -v
Checking connectivity of web3 node at ws://fullnode.dappnode:8546...
        Connection check successfull.
Setting up web3 provider...
Setting up web3...
Getting address...
0xc44E4c49Ffa5Db98CA52770dff3e371ECB01f2D9

... and does not return to prompt.

@TripleSpeeder TripleSpeeder added the bug Something isn't working label Dec 10, 2019
TripleSpeeder pushed a commit that referenced this issue Dec 10, 2019
## [1.5.1](v1.5.0...v1.5.1) (2019-12-10)

### Bug Fixes

* allow connecting to infura nodes ([68fa986](68fa986)), closes [#45](#45)
* process hangs when using websocket provider ([85a26ef](85a26ef)), closes [#46](#46)
@TripleSpeeder
Copy link
Owner Author

🎉 This issue has been resolved in version 1.5.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

No branches or pull requests

1 participant