forked from cerc-io/plugeth
e38b9f1830
Currently, geth's will return `[]` for any `len(topics) > 4` log filter. The EVM only supports up to four logs, via LOG4 opcode, so larger criterias fail. This change makes the filter query exit early in those cases. |
||
---|---|---|
.. | ||
api_test.go | ||
api.go | ||
bench_test.go | ||
filter_system_test.go | ||
filter_system.go | ||
filter_test.go | ||
filter.go |