plugeth/eth
Delweng e38b9f1830
eth/filters: exit early if topics-filter has more than 4 topics (#28494)
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.
2023-11-10 08:10:03 +01:00
..
catalyst
downloader
ethconfig
fetcher
filters eth/filters: exit early if topics-filter has more than 4 topics (#28494) 2023-11-10 08:10:03 +01:00
gasprice
protocols
tracers
api_admin.go
api_backend.go
api_debug_test.go
api_debug.go
api_miner.go
api.go
backend.go
bloombits.go
handler_eth_test.go
handler_eth.go
handler_snap.go
handler_test.go
handler.go
peer.go
peerset.go
state_accessor.go
sync_test.go
sync.go