go-ethereum/eth/tracers/js
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/tracers eth/tracers: fix typo and linter #25020 #24783 #25551 (#1286) 2025-09-08 21:15:42 +08:00
bigint.go eth/tracers: package restructuring #23857 (#1266) 2025-08-29 05:26:36 +08:00
goja.go eth/tracers: optimize goja buffer conversion #25156 (#1287) 2025-09-08 21:24:58 +08:00
tracer_test.go eth/tracers/js: drop duktape engine #24934 (#1283) 2025-09-08 21:11:27 +08:00