plugeth/eth/tracers
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
..
internal/tracers eth/tracers: fix callTracer fault handling (#23667) 2021-10-01 13:03:24 +02:00
testdata core,eth: call frame tracing (#23087) 2021-09-17 09:31:22 +02:00
api_test.go core: check if sender is EOA (#23303) 2021-08-07 19:38:18 +02:00
api.go eth/tracers: avoid unsyncronized mutations on trie database (#23632) 2021-09-28 13:06:19 +02:00
tracer_test.go params: changed CatalystBlock to TerminalTotalDifficulty (#23700) 2021-10-11 18:58:11 +03:00
tracer.go eth/tracers: fix callTracer fault handling (#23667) 2021-10-01 13:03:24 +02:00
tracers_test.go eth/filters, p2p/simulations: fix benchmarks (#23806) 2021-10-29 14:37:00 +02:00
tracers.go cmd, core, eth/tracers: support fancier js tracing (#15516) 2017-12-21 13:56:11 +02:00