plugeth/core/state/snapshot
Martin Holst Swende 8860b39754
all: prepare for path-based trie storage (#26603)
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: Gary Rong <garyrong0905@gmail.com>
2023-02-06 10:28:40 -05:00
..
account.go
context.go
conversion.go all: prepare for path-based trie storage (#26603) 2023-02-06 10:28:40 -05:00
difflayer_test.go
difflayer.go
disklayer_test.go
disklayer.go
generate_test.go all: prepare for path-based trie storage (#26603) 2023-02-06 10:28:40 -05:00
generate.go
holdable_iterator_test.go
holdable_iterator.go
iterator_binary.go
iterator_fast.go
iterator_test.go
iterator.go
journal.go
metrics.go
snapshot_test.go
snapshot.go all: prepare for path-based trie storage (#26603) 2023-02-06 10:28:40 -05:00
sort.go
utils.go