-
Notifications
You must be signed in to change notification settings - Fork 5k
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
subscribe(“logs”) don't support address list? #1195
Comments
Good point. Actually it supports only one. Could you test the raw subscribe endpoint, whether it supports arrays as well? If so we can make that in 1.0 possible |
The same problem here with the getPastLogs and the corresponding JSON-RPC doc is describing itself to support it. https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_getlogs I hope that I could check the JSON-RPC actually supports it in the near future. |
Is there a rough ETA on subscribe working with an array of addresses in 1.0? Trying to decide if I should rewrite a good amount of code back to 0.20 or wait until this is added. |
@mikemcdonald @joojis can you please test the latest 1.0 branch and see if you can receive logs from multiple addresses? Sorry for the delay! |
Looks great, thanks again! |
@frozeman what version of the npm package is this change available with? |
@swarupdonepudi since 1.0.0-beta.28 |
as web3.js document it support subscribe(“logs”) by address array
So how to listen to multiple addresses?
The text was updated successfully, but these errors were encountered: