This implements eth.LogFilter.Matches. As noted in the comments, this implicitly ignores block tags, since otherwise the
method needs to take in state about the current value of "latest", and as far as I can tell from my testing and looking at client code tags seem to be ignored with respect to filters.
This implements eth.LogFilter.Matches. As noted in the comments, this implicitly ignores block tags, since otherwise the method needs to take in state about the current value of
"latest"
, and as far as I can tell from my testing and looking at client code tags seem to be ignored with respect to filters.