go-ethereum/tests
Martin Holst Swende 0658712f65
core: check if sender is EOA (#23303)
This adds a check to verify that a sender-account does not have code, which means that the codehash is either `emptyCodeHash` _OR_ not present. The latter occurs IFF the sender did not previously exist, a situation which can only occur with zero cost gasprices.
2021-08-07 19:38:18 +02:00
..
fuzzers
solidity
testdata@5d534e37b8 tests: update tests/testdata to v9.0.4 (london) (#23279) 2021-07-29 14:05:22 +02:00
block_test_util.go tests: update tests/testdata to v9.0.4 (london) (#23279) 2021-07-29 14:05:22 +02:00
block_test.go tests: update for London (#22976) 2021-06-07 14:37:56 +02:00
difficulty_test_util.go
difficulty_test.go
gen_btheader.go tests: update tests/testdata to v9.0.4 (london) (#23279) 2021-07-29 14:05:22 +02:00
gen_difficultytest.go
gen_stenv.go tests: update for London (#22976) 2021-06-07 14:37:56 +02:00
gen_sttransaction.go tests: update for London (#22976) 2021-06-07 14:37:56 +02:00
gen_vmexec.go
init_test.go core: check if sender is EOA (#23303) 2021-08-07 19:38:18 +02:00
init.go
rlp_test_util.go
rlp_test.go
state_test_util.go tests: update tests/testdata to v9.0.4 (london) (#23279) 2021-07-29 14:05:22 +02:00
state_test.go core: check if sender is EOA (#23303) 2021-08-07 19:38:18 +02:00
transaction_test_util.go
transaction_test.go
vm_test_util.go
vm_test.go tests: get test name from testing.T (#22941) 2021-05-25 22:47:14 +02:00