onflow / flow-evm-gateway

FlowEVM Gateway implements an Ethereum-equivalent JSON-RPC API for EVM clients to use
https://developers.flow.com/evm/about
Apache License 2.0
11 stars 9 forks source link

`eth_getLogs` does not validate the `topics` length #422

Closed m-Peter closed 1 month ago

m-Peter commented 1 month ago

According to Geth, the maximum number of topics in the eth_getLogs endpoint, and related log filtering endpoints is 4.