go-ethereum/eth/tracers/native
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
..
4byte.go pass env in TxStart 2023-06-28 21:58:38 +02:00
call.go emit err on tx validation failure 2023-07-26 20:07:13 +02:00
call_flat.go fix merge conflict 2023-07-27 14:41:47 +02:00
gen_account_json.go eth/tracers: simplify test framework (#25973) 2022-10-21 17:55:15 +02:00
gen_callframe_json.go eth/tracers/native: set created address to nil in case of failure (#26779) 2023-03-07 14:39:11 +01:00
gen_flatcallaction_json.go eth/tracers: add native flatCallTracer (aka parity style tracer) (#26377) 2023-02-28 13:54:37 +03:30
gen_flatcallresult_json.go eth/tracers: add native flatCallTracer (aka parity style tracer) (#26377) 2023-02-28 13:54:37 +03:30
mux.go Change OnGasConsumed(gas, cost uint64, reason) to OnGasChange(old, new uint64, reason) 2023-08-28 15:30:10 -04:00
prestate.go fix merge conflict 2023-07-27 14:41:47 +02:00