go-ethereum/eth/tracers
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
..
internal/tracetest capture call validation errors 2023-07-27 21:57:40 +02:00
js emit err on tx validation failure 2023-07-26 20:07:13 +02:00
logger Change OnGasConsumed(gas, cost uint64, reason) to OnGasChange(old, new uint64, reason) 2023-08-28 15:30:10 -04:00
native Change OnGasConsumed(gas, cost uint64, reason) to OnGasChange(old, new uint64, reason) 2023-08-28 15:30:10 -04:00
api.go fix merge conflict 2023-07-27 14:41:47 +02:00
api_test.go capture call validation errors 2023-07-27 21:57:40 +02:00
noop.go Change OnGasConsumed(gas, cost uint64, reason) to OnGasChange(old, new uint64, reason) 2023-08-28 15:30:10 -04:00
printer.go Change OnGasConsumed(gas, cost uint64, reason) to OnGasChange(old, new uint64, reason) 2023-08-28 15:30:10 -04:00
tracers.go provide StateLogger for short-lived tracers 2023-06-28 18:00:44 +02:00
tracers_test.go all: remove debug-field from vm config (#27048) 2023-04-04 09:50:13 -04:00
tracker.go eth/traces: add state limit (#25812) 2022-10-06 10:48:04 +02:00
tracker_test.go eth/traces: add state limit (#25812) 2022-10-06 10:48:04 +02:00