aboutsummaryrefslogtreecommitdiffstats
path: root/utils/merkletrie/change_test.go
Commit message (Collapse)AuthorAgeFilesLines
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-3/+3
|
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-3/+3
| | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release.
* merkletrie: fix const action type fuck up (#268)Alberto Cortés2017-02-141-0/+11
| | | | Action constants (Insert, Delete, Modify) have type int instead of Action. This patch make them Actions.
* add difftree for noders (#262)Alberto Cortés2017-02-131-0/+65
difftree for noders