aboutsummaryrefslogtreecommitdiffstats
path: root/utils/merkletrie/iter.go
Commit message (Collapse)AuthorAgeFilesLines
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-2/+2
| | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release.
* add merkletrie iterator and its helper frame type (#252)Alberto Cortés2017-02-061-0/+212
* add merkletrie iterator and its helper frame type * requested changes by mcuadros * reuqested changes: smola