go-ethereum/eth/filters
Miro 2dfa020165 eth/filters: fix TestPendingLogsSubscription (#23619)
The test did not synchronize with per-case goroutines, and thus didn't notice
that some tests were just hanging. This change adds missing synchronization
and fixes the broken tests.
2025-03-10 15:42:59 +08:00
..
api.go eth: remove chainDb field in FilterAPI 2024-08-03 10:03:22 +08:00
api_test.go all: change format 0x%x to %#x (#25221) 2024-09-27 15:24:31 +08:00
bench_test.go all: add read-only option to database 2025-01-24 14:24:39 +08:00
filter.go eth/filters: fix for eth_getLogs failing with tag (#25922) 2025-01-24 16:54:11 +08:00
filter_system.go eth/filters: update Backend interface (#26126) 2025-01-24 16:54:11 +08:00
filter_system_test.go eth/filters: fix TestPendingLogsSubscription (#23619) 2025-03-10 15:42:59 +08:00
filter_test.go all: use T.TempDir to create temporary test directories (#24633) 2025-01-24 16:54:08 +08:00