aboutsummaryrefslogtreecommitdiffstats
path: root/trie/secure_trie.go
Commit message (Expand)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-2/+2
* trie: fixes to comply with golint (#16771)kiel barry2018-05-221-0/+5
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-41/+21
* Revert "trie: make fullnode children hash calculation concurrently (#15131)" ...Péter Szilágyi2018-01-151-4/+4
* trie: make fullnode children hash calculation concurrently (#15131)gary rong2017-11-271-4/+4
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-271-0/+5
* trie: add start key to NodeIterator constructorsFelix Lange2017-04-251-2/+4
* trie: clean up iterator constructorsFelix Lange2017-04-251-5/+1
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-8/+9
* trie: add difference iterator (#3637)Nick Johnson2017-02-231-1/+1
* trie, core/state: improve memory usage and performance (#3135)Felix Lange2016-10-151-5/+8
* core, eth, trie: reuse trie journals in all our codePéter Szilágyi2016-09-281-10/+23
* core, trie: replace state caches with trie journalFelix Lange2016-09-281-30/+40
* core, core/state, trie: enterprise hand-tuned multi-level cachingPéter Szilágyi2016-05-261-2/+2
* core/state, ethdb, trie: test intermediate secure key leak, fix memdb bugPéter Szilágyi2016-01-201-2/+4
* core/state, trie: don't leak database writes before commitPéter Szilágyi2016-01-201-5/+44
* trie: added error handlingzsfelfoldi2015-12-011-5/+44
* core, trie: new trieFelix Lange2015-09-231-25/+72
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* Secure trie shakey / key matchingobscuren2015-03-241-1/+10
* Trie => SecureTrieobscuren2015-03-031-0/+4
* Delet => Deleteobscuren2015-03-031-1/+1
* Secure trieobscuren2015-03-011-0/+32