plugeth/light
Martin Holst Swende 59e1953246 core, ethdb, trie: mode dirty data to clean cache on flush (#19307)
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.
2019-03-26 15:48:31 +01:00
..
lightchain_test.go all: clean up and proerly abstract database access 2019-03-06 13:35:03 +02:00
lightchain.go les, light: verbose errors on state retrieval issues 2019-03-18 13:19:40 +02:00
nodeset.go core, ethdb, trie: mode dirty data to clean cache on flush (#19307) 2019-03-26 15:48:31 +01:00
odr_test.go all: clean up and proerly abstract database access 2019-03-06 13:35:03 +02:00
odr_util.go light: enforce camel case variable names (#19054) 2019-02-14 17:18:32 +02:00
odr.go les, les/flowcontrol: improved request serving and flow control (#18230) 2019-02-26 12:32:48 +01:00
postprocess.go all: clean up and proerly abstract database access 2019-03-06 13:35:03 +02:00
trie_test.go all: clean up and proerly abstract database access 2019-03-06 13:35:03 +02:00
trie.go all: clean up and proerly abstract database access 2019-03-06 13:35:03 +02:00
txpool_test.go all: clean up and proerly abstract database access 2019-03-06 13:35:03 +02:00
txpool.go light: make transaction pool receiver names consistent (#19000) 2019-02-07 12:53:00 +02:00