aboutsummaryrefslogtreecommitdiffstats
path: root/state
Commit message (Collapse)AuthorAgeFilesLines
* Added new iterator and testsobscuren2014-11-191-3/+1
|
* Added `chain` tests & minor fixesobscuren2014-11-192-8/+8
| | | | | | * Fork tests (equal and larger chains) * `chain.link` fields are now exported * moved debug function from state to dump.go
* update imports order per goimportsTaylor Gerring2014-11-161-1/+2
|
* Merge branch 'develop' of https://github.com/tgerring/go-ethereumTaylor Gerring2014-11-152-21/+54
|
* Transaction execution fixesobscuren2014-11-123-4/+4
|
* Removed all implicit logging. Fixed gas issues and jump errorsobscuren2014-11-122-6/+6
|
* debugging codeobscuren2014-11-112-4/+21
|
* Removed debug printobscuren2014-11-041-1/+0
|
* Added storage root to dumpobscuren2014-11-042-1/+7
|
* Compress data on db level. Closes #174obscuren2014-11-031-14/+2
|
* all: fix rename breakageFelix Lange2014-11-011-2/+2
|
* ethtrie => trieobscuren2014-10-312-10/+10
|
* ethstate => stateobscuren2014-10-317-0/+859