go-ethereum/eth/filters
Martin HS 5adc314817
build: update to golangci-lint 1.61.0 (#30587)
Changelog: https://golangci-lint.run/product/changelog/#1610 

Removes `exportloopref` (no longer needed), replaces it with
`copyloopvar` which is basically the opposite.

Also adds: 
- `durationcheck`
- `gocheckcompilerdirectives`
- `reassign`
- `mirror`
- `tenv`

---------

Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
2024-10-14 19:25:22 +02:00
..
api_test.go rpc: change BlockNumber constant values to match ethclient (#27219) 2023-05-23 13:18:38 +02:00
api.go build: update to golangci-lint 1.61.0 (#30587) 2024-10-14 19:25:22 +02:00
bench_test.go eth/filters: add global block logs cache (#25459) 2022-08-19 11:14:59 +02:00
filter_system_test.go eth/filters: prevent concurrent access in test (#30401) 2024-09-13 11:16:47 +02:00
filter_system.go eth/filters: remove support for pending logs (#29574) 2024-04-22 10:31:17 +02:00
filter_test.go all: remove forkchoicer and reorgNeeded (#29179) 2024-09-04 15:03:06 +02:00
filter.go eth/filters: remove support for pending logs (#29574) 2024-04-22 10:31:17 +02:00