go-ethereum/eth/filters
CertiK a1b8e4880d
Some checks are pending
/ Linux Build (push) Waiting to run
/ Linux Build (arm) (push) Waiting to run
/ Windows Build (push) Waiting to run
/ Docker Image (push) Waiting to run
eth/filters: terminate pending tx subscription on error (#32794)
Fixes issue #32793. When the pending tx subscription ends, the filter
is removed from `api.filters`, but it is not terminated. There is no other 
way to terminate it, so the subscription will leak, and potentially block
the producer side.
2025-10-09 11:34:30 +02:00
..
api.go eth/filters: terminate pending tx subscription on error (#32794) 2025-10-09 11:34:30 +02: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: fix error when blockHash is used with fromBlock/toBlock (#31877) 2025-08-01 17:14:30 +02:00
filter_system.go eth/filters, cmd: add config of eth_getLogs address limit (#32327) 2025-09-19 00:53:40 +02:00
filter_system_test.go eth/filters, cmd: add config of eth_getLogs address limit (#32327) 2025-09-19 00:53:40 +02:00
filter_test.go eth: using testing.B.Loop (#32657) 2025-09-19 17:00:29 -06:00