go-ethereum/ethclient
hero5512 8656efcf5b
ethclient/simulated: disable log indexing by default (#32594)
Disables the recently added log indexer from a simulated backend.
In most cases the log indexer is not required and unindexed search
should be fast enough.
Fixes https://github.com/ethereum/go-ethereum/issues/32552.
2026-05-01 20:27:57 +02:00
..
gethclient ethclient/gethclient: callTracer methods (#31510) 2026-02-10 17:54:37 +01:00
simulated ethclient/simulated: disable log indexing by default (#32594) 2026-05-01 20:27:57 +02:00
ethclient.go ethclient: add maxUsedGas to simulate call results (#34820) 2026-05-01 20:18:14 +02:00
ethclient_test.go ethclient: add maxUsedGas to simulate call results (#34820) 2026-05-01 20:18:14 +02:00
example_test.go ethclient: add RevertErrorData function and example (#30669) 2024-11-07 20:26:02 +01:00
gen_simulate_block_result.go ethclient: add support for eth_simulateV1 (#32856) 2025-10-16 17:32:55 +02:00
gen_simulate_call_result.go ethclient: add maxUsedGas to simulate call results (#34820) 2026-05-01 20:18:14 +02:00
signer.go ethclient: fix tx sender cache miss detection (#23877) 2021-11-17 14:44:41 +01:00
types_test.go ethclient: omit empty address/topics fields in RPC filter requests (#33884) 2026-04-07 18:01:26 +02:00