go-ethereum/trie
2019-02-20 13:30:28 +02:00
..
database.go core, trie: move state pruner onto its own background thread 2019-02-20 13:30:28 +02: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, ethdb, trie: historical state pruning 2019-02-20 13:30:23 +02:00
iterator.go core, ethdb, trie: historical state pruning 2019-02-20 13:30:23 +02:00
iterator_test.go cmd, core, eth, light, trie: add trie read caching layer 2018-11-15 12:22:13 +02:00
node.go p2p, swarm, trie: avoid copying slices in loops (#17265) 2018-08-07 13:56:40 +03:00
node_test.go trie, core/state: improve memory usage and performance (#3135) 2016-10-14 19:04:33 +03:00
proof.go core, ethdb, trie: historical state pruning 2019-02-20 13:30:23 +02:00
proof_test.go trie: support proof generation from the iterator 2018-05-23 13:02:20 +03:00
pruning.go core, trie: move state pruner onto its own background thread 2019-02-20 13:30:28 +02:00
secure_trie.go core, ethdb, trie: historical state pruning 2019-02-20 13:30:23 +02:00
secure_trie_test.go all: get rid of error when creating memory database (#16716) 2018-05-09 15:24:25 +03:00
sync.go core, ethdb, trie: historical state pruning 2019-02-20 13:30:23 +02:00
sync_test.go trie: prefer nil slices over zero-length slices (#19084) 2019-02-19 14:50:11 +01:00
trie.go core, ethdb, trie: historical state pruning 2019-02-20 13:30:23 +02:00
trie_test.go trie: fix error in node decoding (#19111) 2019-02-16 16:16:12 +01:00