go-ethereum/tests
Felix Lange 8e1de223ad
crypto/keccak: vendor in golang.org/x/crypto/sha3 (#33323)
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: lightclient <lightclient@protonmail.com>
2026-02-03 14:55:27 -07:00
..
evm-benchmarks@d8b88f4046
fuzzers tests/fuzzers: remove unused field from kv struct in rangeproof fuzzer (#33447) 2025-12-19 09:13:00 +08:00
solidity
testdata@81862e4848
block_test.go build: update to execution-spec-tests v5.0.0 (#32592) 2025-09-18 22:58:40 +02:00
block_test_util.go core/state, core/tracing: new state update hook (#33490) 2026-01-08 11:07:19 +08:00
difficulty_test.go
difficulty_test_util.go
gen_btheader.go
gen_difficultytest.go
gen_stauthorization.go
gen_stenv.go
gen_sttransaction.go
init.go cmd/evm/internal/t8ntool, trie: support for verkle-at-genesis, use UBT, and move the transition tree to its own package (#32445) 2025-11-14 15:25:30 +01:00
init_test.go
rlp_test.go
rlp_test_util.go
state_test.go cmd, tests: fix snapshot dump and export-preimages (#32650) 2025-09-22 14:48:18 +08:00
state_test_util.go crypto/keccak: vendor in golang.org/x/crypto/sha3 (#33323) 2026-02-03 14:55:27 -07:00
transaction_test.go build: update to execution-spec-tests v5.0.0 (#32592) 2025-09-18 22:58:40 +02:00
transaction_test_util.go