go-ethereum/eth/tracers/logger
Matthieu Vachon 01ccd7126e Change OnGasConsumed(gas, cost uint64, reason) to OnGasChange(old, new uint64, reason)
This way, we avoid having a `cost` that is negative which does not make sense for a `uint64`. Having the `old, new` also yields correct value and the delta can then be negative and be holded in a `int64`.
2023-08-28 15:30:10 -04:00
..
access_list_tracer.go Change OnGasConsumed(gas, cost uint64, reason) to OnGasChange(old, new uint64, reason) 2023-08-28 15:30:10 -04:00
gen_structlog.go eth/tracers/logger: use omitempty to reduce log bloat (#24547) 2022-03-29 22:36:55 +02:00
logger.go Change OnGasConsumed(gas, cost uint64, reason) to OnGasChange(old, new uint64, reason) 2023-08-28 15:30:10 -04:00
logger_json.go Change OnGasConsumed(gas, cost uint64, reason) to OnGasChange(old, new uint64, reason) 2023-08-28 15:30:10 -04:00
logger_test.go Capture balance reason (#12) 2023-07-26 10:49:04 +02:00