aboutsummaryrefslogtreecommitdiffstats
path: root/ptrie/fullnode.go
Commit message (Collapse)AuthorAgeFilesLines
* Moved ptrie => trie. Removed old trieobscuren2015-01-081-77/+0
|
* Fixed a bug where keys where serialised twiceobscuren2014-12-241-2/+3
|
* Switched to new trieobscuren2014-12-241-0/+7
|
* Added caching and database interface to trieobscuren2014-11-191-1/+8
| | | | | * Reimplemented caching for trie * Reimplemented resetting and persisting trie
* Added new iterator and testsobscuren2014-11-191-1/+4
|
* New modified patricia trieobscuren2014-11-181-0/+59