go-ethereum/eth/filters
Ceyhun Onur 038ff766ff
eth/filters: fix error when blockHash is used with fromBlock/toBlock (#31877)
This introduces an error when the filter has both `blockHash` and
`fromBlock`/`toBlock`, since these are mutually exclusive. Seems the
tests were actually returning `not found` error, which went undetected
since there was no check on the actual returned error in the test.
2025-08-01 17:14:30 +02:00
..
api.go eth/filters: fix error when blockHash is used with fromBlock/toBlock (#31877) 2025-08-01 17:14:30 +02:00
api_test.go eth/filters: add address limit to filters (#31876) 2025-07-01 08:13:19 +02:00
filter.go eth/filters: fix error when blockHash is used with fromBlock/toBlock (#31877) 2025-08-01 17:14:30 +02:00
filter_system.go eth: fix typos and outdated comments (#32324) 2025-08-01 20:00:00 +08:00
filter_system_test.go eth/filters: fix error when blockHash is used with fromBlock/toBlock (#31877) 2025-08-01 17:14:30 +02:00
filter_test.go core/types: blockTimestamp in logs is hex-encoded (#32129) 2025-07-01 16:53:10 +02:00