go-ethereum/ethclient
Daniel Liu fe317dc94c
feat(ethclient): add tracing API methods #31510 (#2050)
Added methods `TraceCallWithCallTracer` and `TraceTransactionWithCallTracer`.

Fixes #28182

---------

Co-authored-by: Ragnar <rodiondenmark@gmail.com>
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2026-02-28 16:59:14 +04:00
..
gethclient feat(ethclient): add tracing API methods #31510 (#2050) 2026-02-28 16:59:14 +04:00
ethclient.go feat(ethclient): add support for eth_simulateV1 #32856 (#1992) 2026-02-05 11:46:44 +05:30
gen_simulate_block_result.go feat(ethclient): add support for eth_simulateV1 #32856 (#1992) 2026-02-05 11:46:44 +05:30
gen_simulate_call_result.go feat(ethclient): add support for eth_simulateV1 #32856 (#1992) 2026-02-05 11:46:44 +05:30
signer.go ethclient: fix tx sender cache miss detection #23877 (#1366) 2025-08-21 13:43:52 +08:00
types_test.go ethclient: omit nil address/topics from filter args #33464 (#1942) 2026-01-19 14:20:01 +05:30