aboutsummaryrefslogtreecommitdiffstats
path: root/ethdb/leveldb
Commit message (Collapse)AuthorAgeFilesLines
* core, ethdb, trie: mode dirty data to clean cache on flush (#19307)Martin Holst Swende2019-03-261-0/+29
| | | | | This PR is a more advanced form of the dirty-to-clean cacher (#18995), where we reuse previous database write batches as datasets to uncache, saving a dirty-trie-iteration and a dirty-trie-rlp-reencoding per block.
* ethdb, trie: tiny API tidy-up from the database rework prPéter Szilágyi2019-03-121-40/+40
|
* all: clean up and proerly abstract database accessPéter Szilágyi2019-03-061-0/+418