Commit Graph

5 Commits

Author SHA1 Message Date
Eric
a0cb4d0377
eth/tracers: trace system tx should add intrinsicGas () 2023-09-07 16:46:54 +08:00
lmittmann
880535c730
eth/tracers, core/vm: remove time from trace output and tracing interface ()
This removes the 'time' field from logs, as well as from the tracer interface. This change makes the trace output deterministic.  If a tracer needs the time they can measure it themselves. No need for evm to do this.

Co-authored-by: Martin Holst Swende <martin@swende.se>
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2023-05-06 11:16:27 +08:00
dylanhuang
816e30108a
tracers ci: drop duktape engine () and add linux-arm binaries to releases page () 2022-09-26 17:31:16 +08:00
Emmanuel T Odeke
3766168264 eth/tracers/logger: remove unnecessary comparisons in accessList.equal ()
This change removes extraneous/unnecessary checks for equality
when comparing 2 accessList values A and B. Given that we validate that
their lengths of A and B are equal, if so and if every element in A is
in B, reflexively every element in B is already in A. If that weren't
the case and an element g existed in A but not in B, that would mean
that there is an extra element and hence a mathematical contradiction.

Fixes 
2022-09-21 17:02:02 +08:00
Sina Mahmoodi
1876cb443b
all: move loggers to eth/tracers ()
* all: mv loggers to eth/tracers

* core/vm: minor

* eth/tracers: tmp comment out testStoreCapture

* eth/tracers: uncomment and fix logger test

* eth/tracers: simplify test

* core/vm: re-add license

* core/vm: minor

* rename LogConfig to Config
2021-11-25 14:17:09 +02:00