go-ethereum/eth/tracers/js
Daniel Liu 242ea9e0e9
eth/tracers/js: use t.toBig on ctx.GasPrice for js tracing #27903 (#1341)
This change fixes a bug in js tracer, where `ctx.GasPrice.toString(16)` returns a number string in base `10`.

Co-authored-by: Joe Netti <joe@netti.dev>
2025-09-09 15:40:17 +08:00
..
internal/tracers eth/tracers, core/vm: remove time from trace output and tracing interface #26291 (#1311) 2025-09-09 09:26:10 +08:00
bigint.go eth/tracers: package restructuring #23857 (#1266) 2025-08-29 05:26:36 +08:00
goja.go eth/tracers/js: use t.toBig on ctx.GasPrice for js tracing #27903 (#1341) 2025-09-09 15:40:17 +08:00
tracer_test.go eth/tracers/native: prevent panic for LOG edge-cases #26848 (#1324) 2025-09-09 11:40:55 +08:00