go-ethereum/eth/tracers
Andrei Silviu Dragnea 19607d1a10
eth/tracers: Fix prestateTracer pre nonce on contract creation (#29099)
The prestateTracer was reporting an inaccurate nonce for the contract being created in
post EIP-158 transactions. Correct nonce is 0, due to the issue nonce was being reported as 1.
2024-03-04 20:21:43 +01:00
..
internal/tracetest eth/tracers: Fix prestateTracer pre nonce on contract creation (#29099) 2024-03-04 20:21:43 +01:00
js all: fix typos in comments (#28881) 2024-02-05 22:16:32 +01:00
logger all: use uint256 in state (#28598) 2024-01-23 14:51:58 +01:00
native eth/tracers: Fix prestateTracer pre nonce on contract creation (#29099) 2024-03-04 20:21:43 +01:00
api_test.go core: move genesis alloc types to core/types (#29003) 2024-02-16 19:05:33 +01:00
api.go internal/ethapi: use overriden baseFee for gasPrice (#29051) 2024-02-22 14:39:22 +01:00
tracers_test.go core: move genesis alloc types to core/types (#29003) 2024-02-16 19:05:33 +01:00
tracers.go eth,consensus: replace noarg fmt.Errorf with errors.New (#27330) 2023-05-25 02:57:34 -04:00
tracker_test.go eth/traces: add state limit (#25812) 2022-10-06 10:48:04 +02:00
tracker.go eth/traces: add state limit (#25812) 2022-10-06 10:48:04 +02:00