plugeth/core/state
Martin Holst Swende 5a9c96454e
trie: separate hashes and committer, collapse on commit
* trie:  make db insert use size instead of full data

* core/state: minor optimization in state onleaf allocation

* trie: implement dedicated committer and hasher

* trie: use dedicated committer/hasher

* trie: linter nitpicks

* core/state, trie: avoid unnecessary storage trie load+commit

* trie: review feedback, mainly docs + minor changes

* trie: start deprecating old hasher

* trie: fix misspell+lint

* trie: deprecate hasher.go, make proof framework use new hasher

* trie: rename pure_committer/hasher to committer/hasher

* trie, core/state: fix review concerns

* trie: more review concerns

* trie: make commit collapse into hashnode, don't touch dirtyness

* trie: goimports fixes

* trie: remove panics
2020-02-03 17:28:30 +02:00
..
database.go all: integrate the freezer with fast sync 2019-05-16 10:39:32 +03:00
dump.go core/state: fix staticcheck warnings (#20357) 2019-11-22 15:56:05 +01:00
iterator_test.go all: clean up and proerly abstract database access 2019-03-06 13:35:03 +02:00
iterator.go core/state: access trie through Database interface, track errors (#14589) 2017-06-27 15:57:06 +02:00
journal.go core/state: fix staticcheck warnings (#20357) 2019-11-22 15:56:05 +01:00
state_object_test.go build: use golangci-lint (#20295) 2019-11-18 10:49:17 +02:00
state_object.go trie: separate hashes and committer, collapse on commit 2020-02-03 17:28:30 +02:00
state_test.go core/state: fix staticcheck warnings (#20357) 2019-11-22 15:56:05 +01:00
statedb_test.go core/state: fix staticcheck warnings (#20357) 2019-11-22 15:56:05 +01:00
statedb.go trie: separate hashes and committer, collapse on commit 2020-02-03 17:28:30 +02:00
sync_test.go trie: remove node ordering slice in sync batch (#19929) 2019-10-28 18:50:11 +01:00
sync.go all: integrate the freezer with fast sync 2019-05-16 10:39:32 +03:00