INFURA / go-ethlibs

Ethereum libraries in Go for interacting with Ethereum nodes
MIT License
161 stars 34 forks source link

Implement eth.LogFilter.Matches #33

Closed ryanschneider closed 4 years ago

ryanschneider commented 4 years ago

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.