1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/eth/filters
Martin Holst Swende 31870a59ff
eth/filters, p2p/simulations: fix benchmarks (#23806)
Some benchmarks in eth/filters were not good: they weren't reproducible, relying on geth chaindata to be present.

Another one was rejected because the receipt was lacking a backing transcation.

The p2p simulation benchmark had a lot of the warnings below, due to the framework calling both
Stop() and Close(). Apparently, the simulated adapter is the only implementation which has a Close(),
and there is no need to call both Stop and Close on it.
2021-10-29 14:37:00 +02:00
..
api.go eth/filters: fix comment on PublicFilterAPI timeoutLoop (#22782) 2021-04-30 13:00:48 +02:00
api_test.go
bench_test.go eth/filters, p2p/simulations: fix benchmarks (#23806) 2021-10-29 14:37:00 +02:00
filter.go
filter_system.go
filter_system_test.go eth/filters: fix TestPendingLogsSubscription (#23619) 2021-10-04 14:09:51 +02:00
filter_test.go eth/filters, p2p/simulations: fix benchmarks (#23806) 2021-10-29 14:37:00 +02:00