go-ethereum/cmd/evm/testdata/5
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
..
alloc.json cmd/evm: add state transition tool for testing (#20958) 2020-06-30 10:12:51 +02:00
env.json cmd/evm: add state transition tool for testing (#20958) 2020-06-30 10:12:51 +02:00
exp.json all: implement eip-7702 set code tx (#30078) 2024-12-16 11:29:37 +01:00
readme.md cmd/evm: fix typos in documentation (#27501) 2023-06-19 08:44:54 +02:00
txs.json cmd/evm: add state transition tool for testing (#20958) 2020-06-30 10:12:51 +02:00

readme.md

These files exemplify a transition where there are no transactions, two ommers, at block N-1 (delta 1) and N-2 (delta 2).