aboutsummaryrefslogtreecommitdiffstats
path: root/TrieTests
Commit message (Collapse)AuthorAgeFilesLines
* added a missing test - it was possible to write Tree code that would pass ↵Tomasz K. Stanczak2017-10-031-0/+8
| | | | other tests but not this one
* Trie: Insert a node in a middle of a leaf testJordi Baylina2016-11-021-0/+11
|
* Fix trie formats.Gav Wood2015-03-031-17/+9
|
* test3Vitalik Buterin2015-03-031-0/+22
|
* Move over to key value rather than array of arrays since they're unordered ↵Gav Wood2015-03-031-13/+7
| | | | and no duplicates.
* Merge branch 'PoC9' of github.com:/ethereum/tests into PoC9Gav Wood2015-03-031-0/+18
|\
| * Added test 2Vitalik Buterin2015-03-031-0/+18
| |
* | Move to non-repeated.Gav Wood2015-03-031-21/+11
|/
* renamedVitalik Buterin2015-03-031-2/+2
|
* Added hex encoded securetrie testVitalik Buterin2015-03-031-0/+28
|
* add secure trie testsCJentzsch2015-03-022-0/+140
|
* Update trieanyorder.jsonChristoph Jentzsch2015-02-231-1/+0
| | | In correct anyorder trie tests, where all permuations should have the same root, one can not have 2 keys with the same value.
* added trie tests for branches onwanderer2014-12-281-0/+55
| | | | detel
* Add test file.Gav Wood2014-12-121-0/+55
|
* Alter "" to null.Gav Wood2014-12-121-3/+3
|
* Trie testing.Gav Wood2014-12-121-53/+0
|
* Update trietest.jsonmartin becze2014-11-151-1/+1
|
* Update trietest.jsonmartin becze2014-11-151-1/+1
| | | 'emptyValues' should have the same root as 'puppy'
* converted back to arrary formatwanderer2014-11-131-66/+66
|
* Restructered tests in folders in accordance to test suitesChristoph Jentzsch2014-11-032-0/+103