plugeth/eth/tracers/js
Felix Lange 731885809c
eth/tracers/js: improve integer types in log object (#25668)
All fields related to gas must be represented as uint64. Depth is
internally tracked as int, so it makes sense to also store it as int.
2022-09-05 14:06:16 +02:00
..
internal/tracers eth/tracers: fix typo in 4byte_tracer_legacy.js (#25020) 2022-06-06 17:55:16 +02:00
bigint.go eth/tracers: package restructuring (#23857) 2021-11-09 12:09:35 +01:00
goja.go eth/tracers/js: improve integer types in log object (#25668) 2022-09-05 14:06:16 +02:00
tracer_test.go eth/tracers: add onlyTopCall option to callTracer (#25430) 2022-08-09 11:04:57 +02:00