-
Notifications
You must be signed in to change notification settings - Fork 20.4k
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
rpc filter issues #669
Comments
@debris Please split these into discrete issues so they can be addressed. For example, addressing your 3rd point, can you describe how you determine this? I have a unit test that appears to disagree with you at Lines 1370 to 1391 in 6284604
|
For issue 1, " Filtering events, by passing an address does not work." It seems that passing an address works fine. Unit tests here: Lines 1258 to 1368 in 6284604
Is the issue that the address isn't being respected when registering or filtering the logs? |
@tgerring ok, I will split |
yes |
the address issue is a duplicate of #629 |
yes, i will not split this one |
@tgerring I've pulled latest develop and it's working. Thanks |
I will close this issue and create new only for 2nd. |
Tested on mac 10.9, 7c0a18e
Note
You can use eth-event-tests repository to reproduce these issues faster
overview
I've been playing with go rpc filters recently, and found few issues:
earliest
asfromBlock
doesn't work, but it should. Details in earliest_issueaddress_issue
request:
response:
mining_issue
earliest_issue
earliest
asfromBlock
doesn't work, but it should. See wikiThe text was updated successfully, but these errors were encountered: