You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To summarize: we were interpreting the nested arrays in topic lists as full variants of the topic list, rather than options for the topic at the nested array position.
How can it be fixed?
Several methods, validators etc. need to be updated to follow the spec here:
The text was updated successfully, but these errors were encountered:
dylanjw
changed the title
nested topic arrays should be interpreted as positional match options against log topics
nested topic arrays should be interpreted as match options for the topic at the nested array position
Jul 31, 2018
What was wrong?
See review comment here: https://github.com/ethereum/web3.py/pull/976/files/bec2e4e082c2ac58fd38063dec5f5a22641bc3cc
To summarize: we were interpreting the nested arrays in topic lists as full variants of the topic list, rather than options for the topic at the nested array position.
How can it be fixed?
Several methods, validators etc. need to be updated to follow the spec here:
https://github.com/ethereum/wiki/wiki/JSON-RPC#a-note-on-specifying-topic-filters
The text was updated successfully, but these errors were encountered: