plugeth/eth/tracers
ArtificialPB e47a7c22c4
internal/ethapi: use overriden baseFee for gasPrice (#29051)
eth_call and debug_traceCall allow users to override various block fields, among them base fee. However the overriden base fee was not considered for computing the effective gas price of that message, and instead base fee of the base block was used. This has been fixed in this commit.
2024-02-22 14:39:22 +01:00
..
internal/tracetest core: move genesis alloc types to core/types (#29003) 2024-02-16 19:05:33 +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 all: use uint256 in state (#28598) 2024-01-23 14:51:58 +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