go-ethereum/trie
Guillaume Ballet ddda96e296
trie: fixes to also support storage tries (#16)
* fix issues when using storage trie

* bugfix: 0 as first key byte would produce invalid results
2020-05-06 10:33:21 +02:00
..
appendtrie.go core/state/snapshot, trie: build the hash as leaves come, don't hash small leaves 2020-03-23 12:20:54 +01:00
committer.go core/state/snapshot: faster slim-to-hash method 2020-03-24 12:42:57 +01:00
database.go trie: separate hashes and committer, collapse on commit 2020-02-03 17:28:30 +02:00
database_test.go trie: there's no point in retrieving the metaroot 2019-04-05 13:09:28 +03:00
encoding.go trie: fix error in node decoding (#19111) 2019-02-16 16:16:12 +01:00
encoding_test.go trie: rework and document key encoding 2017-04-25 02:14:31 +02:00
errors.go trie: more node iterator improvements (#14615) 2017-06-20 18:26:09 +02:00
hasher.go core/state/snapshot: faster slim-to-hash method 2020-03-24 12:42:57 +01:00
hashtrie.go Fix a few bugs in the stack trie (#9) 2020-03-23 12:20:55 +01:00
iterator.go trie: make hasher parallel when number of changes are large (#20488) 2020-02-04 14:02:38 +02:00
iterator_test.go all: clean up and proerly abstract database access 2019-03-06 13:35:03 +02:00
node.go cmd, core, eth, trie: get rid of trie cache generations (#19262) 2019-03-14 15:25:12 +02:00
node_test.go add node.go unit test file node_test.go (#20028) 2020-01-07 10:31:20 +01:00
proof.go trie: make hasher parallel when number of changes are large (#20488) 2020-02-04 14:02:38 +02:00
proof_test.go ethdb, trie: tiny API tidy-up from the database rework pr 2019-03-12 12:32:02 +02:00
secure_trie.go trie: make hasher parallel when number of changes are large (#20488) 2020-02-04 14:02:38 +02:00
secure_trie_test.go cmd, core, eth, trie: get rid of trie cache generations (#19262) 2019-03-14 15:25:12 +02:00
stacktrie.go trie: fixes to also support storage tries (#16) 2020-05-06 10:33:21 +02:00
sync.go trie: remove node ordering slice in sync batch (#19929) 2019-10-28 18:50:11 +01:00
sync_bloom.go cmd/geth: wrong memory size sanitizing on OpenBSD (#19793) 2019-07-05 13:13:21 +03:00
sync_test.go trie: remove node ordering slice in sync batch (#19929) 2019-10-28 18:50:11 +01:00
trie.go trie: make hasher parallel when number of changes are large (#20488) 2020-02-04 14:02:38 +02:00
trie_test.go * trie: utilize callbacks instead of amassing lists in ref/unref (#20529) 2020-01-17 13:59:45 +02:00