Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Filter logs by address list does not work #609

Closed
olaf89 opened this issue Dec 14, 2018 · 1 comment
Closed

Filter logs by address list does not work #609

olaf89 opened this issue Dec 14, 2018 · 1 comment

Comments

@olaf89
Copy link

olaf89 commented Dec 14, 2018

  • I asked about this on gitter: [ ]
  • Link to my question on gitter:

Expected Behavior

eth_newFilter / eth_subscribe should return all logs that originates from one of addresses on address list filter as defined in spec
https://github.com/ethereum/wiki/wiki/JSON-RPC#parameters-38

Current Behavior

eth_newFilter / eth_subscribe does not return anything

It was fixed some time ago for getLogs, but its still broken for filters and subscriptions

@olaf89
Copy link
Author

olaf89 commented Dec 16, 2018

I think it was issue with provider engine and its fixed by updating to the latest version. Actually latest "stable" version (6.2.3) breaks my tests but the beta seem to works well.

Here is a commit that fixed this issue i found
MetaMask/web3-provider-engine@248468c

@olaf89 olaf89 closed this as completed Dec 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants