aboutsummaryrefslogtreecommitdiffstats
path: root/utils/merkletrie/internal/frame
Commit message (Collapse)AuthorAgeFilesLines
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-102-3/+3
|
* Fix typos in comments, variables and function namesOleksandr Redko2019-10-241-2/+2
| | | | Signed-off-by: Oleksandr Redko <oleksandr.red+github@gmail.com>
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-072-3/+3
| | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release.
* simplify noder mocks in test (#265)Alberto Cortés2017-02-131-9/+2
|
* add merkletrie iterator and its helper frame type (#252)Alberto Cortés2017-02-062-0/+199
* add merkletrie iterator and its helper frame type * requested changes by mcuadros * reuqested changes: smola