go-ethereum/tests
Daniel Liu 07328dcec4
core, eth, trie: abstract node scheme #25532 (#1123)
This PR introduces a node scheme abstraction. The interface is only implemented by `hashScheme` at the moment, but will be extended by `pathScheme` very soon.

Apart from that, a few changes are also included which is worth mentioning:

-  port the changes in the stacktrie, tracking the path prefix of nodes during commit
-  use ethdb.Database for constructing trie.Database. This is not necessary right now, but it is required for path-based used to open reverse diff freezer

Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
2025-11-17 11:25:08 +05:30
..
fuzzers tests/fuzzers: added bn marshaling fuzzers #32053 (#1228) 2025-07-26 17:36:58 +08:00
block_test.go FIx Bad block error. 2021-09-17 17:59:06 +05:30
block_test_util.go core, eth, trie: abstract node scheme #25532 (#1123) 2025-11-17 11:25:08 +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: simplify timestamps to uint64 #19372 (#1318) 2025-08-08 10:33:37 +08:00
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_stenv.go tests: update for London (#22976) 2024-11-01 11:36:52 +08:00
gen_sttransaction.go tests: update for London (#22976) 2024-11-01 11:36:52 +08: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 core: check if sender is EOA (#23303) 2024-11-01 11:36:53 +08:00
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 internal/ethapi: eth_simulateV1 #27720 (#1606) 2025-11-08 16:09:18 +05:30
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 all: fix goimports (#1560) 2025-09-24 07:51:10 +08:00
vm_test_util.go core/vm: make time field use uint64 #26474 (#1319) 2025-08-20 15:22:06 +08:00