Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
2 months ago
..
evm-benchmarks @ d8b88f4046
tests: update evm-benchmarks ( #26255 )
2 years ago
fuzzers
all: remove kilic dependency from bls12381 fuzzers ( #30296 )
3 months ago
solidity
all: update license headers and AUTHORS from git history ( #24947 )
3 years ago
testdata @ faf33b4714
tests: update tests ( #29730 )
9 months ago
block_test.go
all: remove forkchoicer and reorgNeeded ( #29179 )
5 months ago
block_test_util.go
all: remove TerminalTotalDifficultyPassed ( #30609 )
4 months ago
difficulty_test.go
all: remove TerminalTotalDifficultyPassed ( #30609 )
4 months ago
difficulty_test_util.go
all: add whitespace linter ( #25312 )
3 years ago
gen_btheader.go
build, tests: add execution-spec-tests ( #26985 )
1 year ago
gen_difficultytest.go
all: simplify timestamps to uint64 ( #19372 )
6 years ago
gen_stauthorization.go
all: implement eip-7702 set code tx ( #30078 )
2 months ago
gen_stenv.go
tests: add currentExcessBlobGas to state tests ( #28735 )
1 year ago
gen_sttransaction.go
all: implement eip-7702 set code tx ( #30078 )
2 months ago
init.go
all: implement EIP-6110, execution layer triggered deposits ( #29431 )
5 months ago
init_test.go
all: fix mismatched names in comments ( #29348 )
11 months ago
rlp_test.go
tests: get test name from testing.T ( #22941 )
4 years ago
rlp_test_util.go
internal,tests: replace noarg fmt.Errorf with errors.New ( #27335 )
2 years ago
state_test.go
core, eth, internal, cmd: rework EVM constructor ( #30745 )
3 months ago
state_test_util.go
all: implement eip-7702 set code tx ( #30078 )
2 months ago
transaction_test.go
tests: fix TransactionTest to actually run ( #30272 )
6 months ago
transaction_test_util.go
all: implement eip-7702 set code tx ( #30078 )
2 months ago