erigon-pulse/eth/tracers/logger
Quentin Kniep 3775f4a5d4
Extend gas optimization for eth_createAccessList (#8261)
This builds upon #3453 and #3524, which previously implemented gas
optimizations for the access lists generated by Erigon's implementation
of the `eth_createAccessList` RPC call.

Erigon currently optimizes inclusion of the recipient address based on
how many storage keys are accessed, but does not perform the same
optimization for sender address and precompiled contract addresses.
These changes make the same optimization available for all of these
cases.

Additionally, this handles the cases of block producer address and
created smart contract addresses. If these cases were omitted on purpose
since they heavily rely on state, it may still make sense to offer them
to users but disable them by default.
2023-10-01 13:24:15 +02:00
..
access_list_tracer.go Extend gas optimization for eth_createAccessList (#8261) 2023-10-01 13:24:15 +02:00
gen_structlog.go Move hexutil.Bytes to erigon-lib (#7305) 2023-04-13 11:19:02 +00:00
json_stream.go Convert *vm.EVM to vm.VMInterface in Tracers (#6590) 2023-01-16 22:28:50 +00:00
logger_json.go Convert *vm.EVM to vm.VMInterface in Tracers (#6590) 2023-01-16 22:28:50 +00:00
logger_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
logger.go Move hexutil.Bytes to erigon-lib (#7305) 2023-04-13 11:19:02 +00:00