• Martin Holst Swende's avatar
    all: prepare for path-based trie storage (#26603) · 8860b397
    Martin Holst Swende authored
    This PR moves some trie-related db accessor methods to a different file, and also removes the schema type. Instead of the schema type, a string is used to distinguish between hashbased/pathbased db accessors.
    This also moves some code from trie package to rawdb package.
    
    This PR is intended to be a no-functionality-change prep PR for #25963 .
    
    ---------
    Co-authored-by: 's avatarGary Rong <garyrong0905@gmail.com>
    8860b397
Name
Last commit
Last update
..
evm-benchmarks @ d8b88f40 Loading commit data...
fuzzers Loading commit data...
solidity Loading commit data...
testdata @ 24fa31ad Loading commit data...
block_test.go Loading commit data...
block_test_util.go Loading commit data...
difficulty_test.go Loading commit data...
difficulty_test_util.go Loading commit data...
gen_btheader.go Loading commit data...
gen_difficultytest.go Loading commit data...
gen_stenv.go Loading commit data...
gen_sttransaction.go Loading commit data...
init.go Loading commit data...
init_test.go Loading commit data...
rlp_test.go Loading commit data...
rlp_test_util.go Loading commit data...
state_test.go Loading commit data...
state_test_util.go Loading commit data...
transaction_test.go Loading commit data...
transaction_test_util.go Loading commit data...