aboutsummaryrefslogtreecommitdiffstats
path: root/trie/cache.go
Commit message (Expand)AuthorAgeFilesLines
* core, trie: new trieFelix Lange2015-09-231-78/+0
* eth, trie: removed key prefixing from state entries & merge db fixJeffrey Wilcke2015-08-141-4/+0
* core, eth, trie, xeth: merged state, chain, extra databases in oneJeffrey Wilcke2015-08-081-2/+4
* Merge pull request #1515 from fjl/license-fixesJeffrey Wilcke2015-07-281-1/+1
|\
| * all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* | ethdb, trie: removed RLE compressionJeffrey Wilcke2015-07-231-2/+2
|/
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* trie: Implemented a batch write approach for flushingobscuren2015-06-301-8/+18
* core, ethdb, trie: validate database errorsobscuren2015-06-211-2/+6
* Fixed a copy issue in the trie which could cause a consensus failureobscuren2015-02-031-1/+9
* Moved ptrie => trie. Removed old trieobscuren2015-01-081-0/+42