go-ethereum/eth/tracers
Daniel Liu 241ad1d635
eth/tracers: optimize goja buffer conversion #25156 (#1287)
This changes the []byte <-> Uint8Array conversion to use an
ArrayBuffer, avoiding inefficient copying of the slice data in Goja.

Co-authored-by: Sina Mahmoodi <1591639+s1na@users.noreply.github.com>
Co-authored-by: Felix Lange <fjl@twurst.com>
2025-09-08 21:24:58 +08:00
..
internal/tracetest eth/tracers: fix typo and linter #25020 #24783 #25551 (#1286) 2025-09-08 21:15:42 +08:00
js eth/tracers: optimize goja buffer conversion #25156 (#1287) 2025-09-08 21:24:58 +08:00
logger eth/tracers: refactor traceTx to separate out struct logging #24326 (#1278) 2025-09-08 20:55:06 +08:00
native core,eth: implement tx-level hooks for tracers #24510 (#1277) 2025-09-08 17:53:21 +08:00
api.go eth/tracers: add support for block overrides in debug_traceCall #24871 (#1288) 2025-09-08 21:22:09 +08:00
api_test.go eth/tracers: add support for block overrides in debug_traceCall #24871 (#1288) 2025-09-08 21:22:09 +08:00
tracers.go eth/tracers: package restructuring #23857 (#1266) 2025-08-29 05:26:36 +08:00
tracers_test.go eth/tracers: fix typo and linter #25020 #24783 #25551 (#1286) 2025-09-08 21:15:42 +08:00