mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-23 15:14:32 +00:00
## Why this should be merged This allows closing the `timeoutLoop` goroutine. Closing goroutines is the best-practice. But, more importantly, this causes the `filters.Backend` to never be GCed. Which is causing GC tests to fail in SAE. ## How this works I tried to make this as minimal of a diff as possible. ## How this was tested With this change, the SAE tests are passing: https://github.com/ava-labs/strevm/pull/64 |
||
|---|---|---|
| .. | ||
| api.go | ||
| api.libevm.go | ||
| api.libevm_test.go | ||
| api_test.go | ||
| bench_test.go | ||
| filter.go | ||
| filter_system.go | ||
| filter_system_test.go | ||
| filter_test.go | ||