go-ethereum/eth/tracers
lightclient f808d7357e
all: implement eip-7702 set code tx (#30078)
This PR implements EIP-7702: "Set EOA account code". 
Specification: https://eips.ethereum.org/EIPS/eip-7702

> Add a new transaction type that adds a list of `[chain_id, address,
nonce, y_parity, r, s]` authorization tuples. For each tuple, write a
delegation designator `(0xef0100 ++ address)` to the signing account’s
code. All code reading operations must load the code pointed to by the
designator.

---------

Co-authored-by: Mario Vega <marioevz@gmail.com>
Co-authored-by: Martin Holst Swende <martin@swende.se>
Co-authored-by: Felix Lange <fjl@twurst.com>
2024-12-16 11:29:37 +01:00
..
internal all: implement eip-7702 set code tx (#30078) 2024-12-16 11:29:37 +01:00
js core: switch EVM tx context in ApplyMessage (#30809) 2024-11-29 15:39:42 +01:00
live eth/tracers: various fixes (#30540) 2024-10-17 06:51:47 +02:00
logger cmd/evm: consolidate evm output switches (#30849) 2024-12-10 09:43:24 +01:00
native all: implement eip-7702 set code tx (#30078) 2024-12-16 11:29:37 +01:00
api.go internal/ethapi: add block override to estimateGas (#30695) 2024-12-12 12:39:03 +01:00
api_test.go internal/ethapi: add block override to estimateGas (#30695) 2024-12-12 12:39:03 +01:00
dir.go eth/tracers: various fixes (#30540) 2024-10-17 06:51:47 +02:00
live.go eth/tracers: various fixes (#30540) 2024-10-17 06:51:47 +02:00
tracers_test.go cmd/evm: consolidate evm output switches (#30849) 2024-12-10 09:43:24 +01:00
tracker.go eth/traces: add state limit (#25812) 2022-10-06 10:48:04 +02:00
tracker_test.go eth/traces: add state limit (#25812) 2022-10-06 10:48:04 +02:00