go-ethereum/eth/filters
Stephen Buttolph 6726b055f3
fix: do not expose eth_close from the FilterAPI (#256)
## Why this should be merged

Currently, `eth_close` is being registered as an available RPC due to
`Close` being an exported function on the `FilterAPI`.

## How this works

Converts the method to a function that takes in the API.

## How this was tested

Updated unit test.
2026-01-05 17:32:37 +00:00
..
api.go fix: filters.FilterAPI goroutine leak (#254) 2026-01-03 16:54:33 -05:00
api.libevm.go fix: do not expose eth_close from the FilterAPI (#256) 2026-01-05 17:32:37 +00:00
api.libevm_test.go fix: do not expose eth_close from the FilterAPI (#256) 2026-01-05 17:32:37 +00:00
api_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
bench_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
filter.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
filter_system.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
filter_system_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
filter_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00