go-ethereum/eth/filters
Tanvir e0989cdff4 graphql: respect rpc.rangelimit in Logs query
Add `RangeLimit()` getter to `FilterSystem` and use it in GraphQL's `Logs` resolver instead of hardcoded 0. Fixes the bypass of `--rpc.rangelimit` protection on the GraphQL endpoint.
2026-04-15 15:25:19 +08:00
..
api.go eth/filters: check history pruning cutoff in GetFilterLogs (#33823) 2026-03-13 13:26:20 +01:00
api_test.go eth/filters, cmd: add config of eth_getLogs address limit (#32327) 2025-09-19 00:53:40 +02:00
filter.go eth/filters: return -32602 when exceeding the block range limit (#34647) 2026-04-08 12:57:29 +02:00
filter_system.go graphql: respect rpc.rangelimit in Logs query 2026-04-15 15:25:19 +08:00
filter_system_test.go core/state, core/tracing: new state update hook (#33490) 2026-01-08 11:07:19 +08:00
filter_test.go eth/filters: return -32602 when exceeding the block range limit (#34647) 2026-04-08 12:57:29 +02:00