aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil/trie.go
Commit message (Collapse)AuthorAgeFilesLines
* Added Paranoia check for VM executionobscuren2014-07-011-6/+12
|
* Iterator fixobscuren2014-06-301-6/+4
|
* Generic trieobscuren2014-06-301-10/+12
|
* Using remote for test casesobscuren2014-06-301-3/+14
|
* :-(obscuren2014-06-271-1/+1
|
* Logging, variable rearrangementobscuren2014-06-261-1/+1
|
* New Trie iteratorobscuren2014-05-271-0/+46
|
* Fixed state overwriting issueobscuren2014-05-211-0/+12
|
* Fixed state problemobscuren2014-04-291-2/+17
|
* MergeMaran2014-03-171-12/+0
|
* Fixed a minor issue where a string is expected but returns sliceobscuren2014-02-251-2/+2
|
* Added a trie iteratorobscuren2014-02-241-0/+85
|
* Long over due Trie delete implementedobscuren2014-02-201-1/+87
|
* WIP state objectobscuren2014-02-191-0/+9
|
* Running contracts fixedobscuren2014-02-191-0/+4
|
* Root should reset on undoobscuren2014-02-181-2/+7
|
* Added dirty tracking on the cacheobscuren2014-02-171-2/+15
|
* Removed RlpValue in favour of Valueobscuren2014-02-151-63/+7
|
* The great mergeobscuren2014-02-151-0/+354