go-ethereum/tests
Daniel Liu ad0eea0f07
refactor(crypto): vendor in golang.org/x/crypto/sha3 #33323 (#2046)
The upstream libray has removed the assembly-based implementation of
keccak. We need to maintain our own library to avoid a peformance
regression.

---------

Co-authored-by: Felix Lange <fjl@twurst.com>
Co-authored-by: lightclient <lightclient@protonmail.com>
2026-02-28 17:23:57 +04:00
..
fuzzers all: replace Div/Mul with Rsh/Lsh if possible #29911 (#1966) 2026-01-29 11:31:58 +05:30
block_test.go FIx Bad block error. 2021-09-17 17:59:06 +05:30
block_test_util.go refactor(all): move genesis initialization to blockchain #25523 (#2018) 2026-02-10 16:56:34 +05:30
difficulty_test.go all: rename ChainId to ChainID #16853 (#1456) 2025-09-09 22:54:34 +08:00
difficulty_test_util.go all: fix unnecessary whitespace (#1800) 2025-12-08 15:07:11 +05:30
gen_btheader.go all: simplify timestamps to uint64 #19372 (#1318) 2025-08-08 10:33:37 +08:00
gen_difficultytest.go all: simplify timestamps to uint64 #19372 (#1318) 2025-08-08 10:33:37 +08:00
gen_stauthorization.go core/types: change SetCodeTx.ChainID to uint256 #30982 (#1840) 2025-12-25 09:26:44 +05:30
gen_stenv.go tests: update for London (#22976) 2024-11-01 11:36:52 +08:00
gen_sttransaction.go all: implement eip-7702 set code tx #30078 (#1759) 2025-12-19 14:09:45 +04:00
gen_tttransaction.go all: update files by 'go generate ./...' 2025-01-22 15:10:52 +08:00
gen_vmexec.go Access list state test format (#22290) 2024-11-01 11:36:52 +08:00
init.go all: rename ChainId to ChainID #16853 (#1456) 2025-09-09 22:54:34 +08:00
init_test.go all: use slices.Sort() to sort strings (#1712) 2025-12-07 15:49:13 +05:30
rlp_test.go tests: update tests and implement general state tests (#14734) 2017-07-11 13:49:14 +02:00
rlp_test_util.go all: use errrors.New instead of empty fmt.Errorf 2024-06-14 19:19:21 +08:00
state_test.go eth/tracers: live chain tracing with hooks #29189 (#1352) 2025-09-09 17:30:56 +08:00
state_test_util.go refactor(crypto): vendor in golang.org/x/crypto/sha3 #33323 (#2046) 2026-02-28 17:23:57 +04:00
transaction_test.go all: rename ChainId to ChainID #16853 (#1456) 2025-09-09 22:54:34 +08:00
transaction_test_util.go build: add imports for go generate tools (#24682) 2025-01-20 11:52:59 +08:00
vm_test.go contracts, tests: fix global variable modifications and remove unsafe parallelism (#1882) 2025-12-22 12:00:39 +05:30
vm_test_util.go refactor(all): rework EVM constructor #30745 (#2065) 2026-02-17 14:35:18 +05:30