• 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
..
account.go Loading commit data...
context.go Loading commit data...
conversion.go Loading commit data...
difflayer.go Loading commit data...
difflayer_test.go Loading commit data...
disklayer.go Loading commit data...
disklayer_test.go Loading commit data...
generate.go Loading commit data...
generate_test.go Loading commit data...
holdable_iterator.go Loading commit data...
holdable_iterator_test.go Loading commit data...
iterator.go Loading commit data...
iterator_binary.go Loading commit data...
iterator_fast.go Loading commit data...
iterator_test.go Loading commit data...
journal.go Loading commit data...
metrics.go Loading commit data...
snapshot.go Loading commit data...
snapshot_test.go Loading commit data...
sort.go Loading commit data...
utils.go Loading commit data...