plugeth/core/state
gary rong 93da0cf8a1
cmd, core, eth, light, trie: dump clean cache periodically (#20391)
* cmd, core, eth, light, trie: dump clean cache periodically

* eth: update config

* trie: minor fix

* core, trie: address comments

* eth: remove useless

* trie: print clean cache dump start too

Co-authored-by: Péter Szilágyi <peterke@gmail.com>
2020-07-28 16:30:31 +03:00
..
snapshot all: fix typos in comments (#21118) 2020-05-25 10:21:28 +02:00
database.go cmd, core, eth, light, trie: dump clean cache periodically (#20391) 2020-07-28 16:30:31 +03:00
dump.go cmd/evm: add state transition tool for testing (#20958) 2020-06-30 10:12:51 +02:00
iterator_test.go all: simplify and fix database iteration with prefix/start (#20808) 2020-04-15 14:08:53 +03:00
iterator.go core/state: access trie through Database interface, track errors (#14589) 2017-06-27 15:57:06 +02:00
journal.go core: fix two snapshot iterator flaws, decollide snap storage prefix 2020-03-23 12:34:27 +02:00
state_object_test.go build: use golangci-lint (#20295) 2019-11-18 10:49:17 +02:00
state_object.go core/state: avoid escape analysis fault when accessing cached state 2020-06-08 16:11:37 +03:00
state_test.go cmd/evm: add state transition tool for testing (#20958) 2020-06-30 10:12:51 +02:00
statedb_test.go les: historical data garbage collection (#19570) 2020-07-13 11:02:54 +02:00
statedb.go core/vm: less allocations for various call variants (#21222) 2020-07-16 15:06:19 +03:00
sync_test.go core: fix broken tests due to API changes + linter 2020-02-25 12:51:16 +02:00
sync.go all: integrate the freezer with fast sync 2019-05-16 10:39:32 +03:00