erigon-pulse/eth/tracers
Somnath 043ccef4ca
Fix null ptr in debug_traceTx (#8585)
Newly introduced `t.logGaps` was being set to `nil` and still accessed
within `clearFailedLogs`. This PR changes the ordering, moving the nil
setting to `CaptureTxEnd`.
2023-10-26 12:56:27 +07:00
..
internal/tracetest Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
js Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
logger evm: no interface on contract creation (#8378) 2023-10-05 13:42:20 +07:00
native Fix null ptr in debug_traceTx (#8585) 2023-10-26 12:56:27 +07:00
api.go State sync transactions added to debug_traceBlockByNumber call (#6830) 2023-02-20 08:04:11 +00:00
tracer.go Native tracers step 7 - restructure js tracer files (#6415) 2022-12-23 18:10:37 +00:00
tracers_test.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
tracers.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00