go-ethereum/eth
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
..
catalyst refactor!(core/types): Block method WithBody(Body) signature (#110) 2025-02-11 14:29:34 +00:00
downloader refactor!(core/types): Block method WithBody(Body) signature (#110) 2025-02-11 14:29:34 +00:00
ethconfig [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
fetcher refactor!(core/types): Block method WithBody(Body) signature (#110) 2025-02-11 14:29:34 +00:00
filters fix: do not expose eth_close from the FilterAPI (#256) 2026-01-05 17:32:37 +00:00
gasestimator [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
gasprice eth/gasprice: add query limit for FeeHistory to defend DDOS attack (#29644) 2025-06-10 15:08:39 +01:00
protocols [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
tracers feat: state-key transformation w/ override (#205) 2025-07-22 13:08:53 -04:00
api.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
api_admin.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
api_backend.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
api_debug.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
api_debug_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
api_miner.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
backend.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
bloombits.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
handler.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
handler_eth.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
handler_eth_test.go refactor!(core/types): Block method WithBody(Body) signature (#110) 2025-02-11 14:29:34 +00:00
handler_snap.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
handler_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
peer.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
peerset.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
state_accessor.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
sync.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
sync_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00