erigon-pulse/eth/tracers
Max Revitt 6559c15ebb
feat(trace): use specific error string (#6696)
In v2.36.0 we correctly trace this transaction, however due to a code
ordering issue in previous releases, there was an 'out of gas' response,
because we fell through to the code here where
ErrContractAddressCollision will be returned as such. This change isn't
the fix, but ensures the actual error is returned.
2023-01-26 15:10:51 +01:00
..
internal/tracetest feat(trace): use specific error string (#6696) 2023-01-26 15:10:51 +01:00
js Convert *vm.EVM to vm.VMInterface in Tracers (#6590) 2023-01-16 22:28:50 +00:00
logger Switch AccessList, IntrinsicGas, SafeAdd/Mul to erigon-lib (#6709) 2023-01-26 12:26:12 +01:00
native Convert *vm.EVM to vm.VMInterface in Tracers (#6590) 2023-01-16 22:28:50 +00:00
api.go Native tracers step 10 - remove duplicate SelfDestruct capture, clean up (#6440) 2022-12-26 04:56:39 +00:00
tracer.go Native tracers step 7 - restructure js tracer files (#6415) 2022-12-23 18:10:37 +00:00
tracers_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
tracers.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00