aboutsummaryrefslogtreecommitdiffstats
path: root/trie/trie_test.go
Commit message (Expand)AuthorAgeFilesLines
* Fixed mkdnode & added some testsobscuren2015-03-191-1/+10
* Moved ethutil => commonobscuren2015-03-161-11/+11
* Merge branch 'develop' into poc-9obscuren2015-03-061-1/+1
|\
| * Start at 0obscuren2015-03-061-2/+1
* | Delet => Deleteobscuren2015-03-031-0/+32
* | Secure trieobscuren2015-03-011-1/+0
|/
* Fixed iteratorobscuren2015-02-081-0/+39
* Moved ptrie => trie. Removed old trieobscuren2015-01-081-298/+161
* Refactored ethutil.Config.Db outobscuren2015-01-071-53/+2
* Fixed tests for 'types'obscuren2014-11-191-0/+2
* Merge branch 'tests' into poc8obscuren2014-11-191-173/+116
|\
| * update imports order per goimportsTaylor Gerring2014-11-161-1/+2
| * Merge branch 'develop' of https://github.com/tgerring/go-ethereum into testsTaylor Gerring2014-11-151-7/+4
| |\
| | * Convert trie tests to gocheckTaylor Gerring2014-11-131-164/+111
| * | Merge branch 'develop' of https://github.com/tgerring/go-ethereumTaylor Gerring2014-11-151-166/+111
* | | j => iobscuren2014-11-181-1/+0
* | | added output testobscuren2014-11-181-1/+2
* | | Added some comparison tests for the new ptrieobscuren2014-11-181-0/+56
|/ /
* / Transaction execution fixesobscuren2014-11-121-1/+13
|/
* ethtrie => trieobscuren2014-10-311-0/+434