plugeth/internal/ethapi
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
..
testdata internal/ethapi: handle blobs in API methods (#28786) 2024-01-17 15:06:14 +01:00
addrlock.go all: update license information (#16089) 2018-02-14 13:49:11 +01:00
api_test.go core/vm, params: ensure order of forks, prevent overflow (#29023) 2024-02-19 16:29:59 +01:00
api.go internal/ethapi: use overriden baseFee for gasPrice (#29051) 2024-02-22 14:39:22 +01:00
backend.go core, core/rawdb, eth/sync: no tx indexing during snap sync (#28703) 2024-01-22 21:05:18 +01:00
dbapi.go all: remove concept of public/private API definitions (#25053) 2022-06-21 12:05:43 +03:00
errors.go core: move tx indexer to its own file (#28857) 2024-01-23 21:00:50 +01:00
transaction_args_test.go internal/ethapi: fix defaults for blob fields (#29037) 2024-02-21 12:46:32 +01:00
transaction_args.go internal/ethapi: fix defaults for blob fields (#29037) 2024-02-21 12:46:32 +01:00