aboutsummaryrefslogtreecommitdiffstats
path: root/state/state_object.go
Commit message (Collapse)AuthorAgeFilesLines
* Fixed issue with Storage()obscuren2015-01-301-29/+0
| | | | | | * Storage() returned encoded values. They are now decode prior to hexing * Removed old code from state object * Updated coin
* Moved ptrie => trie. Removed old trieobscuren2015-01-081-3/+3
|
* Refactored ethutil.Config.Db outobscuren2015-01-071-16/+9
|
* Switched to new trieobscuren2014-12-241-17/+25
|
* Renamed State => StateDBobscuren2014-12-041-1/+1
|
* Moved execution from vm to chain.obscuren2014-12-041-5/+4
| | | | | | | | This moves call and create to the specified environments. Vms are no longer re-used. Vm uses environment's Call(Code) and Create in order to execute new contracts or transfer value between accounts. State transition now uses the same mechanism described above.
* merge errors fixedobscuren2014-12-021-1/+1
|\
| * Changed the way transactions are being added to the transaction poolobscuren2014-12-021-1/+1
| |
* | Added new iterator and testsobscuren2014-11-191-3/+1
| |
* | Added `chain` tests & minor fixesobscuren2014-11-191-8/+0
|/ | | | | | * Fork tests (equal and larger chains) * `chain.link` fields are now exported * moved debug function from state to dump.go
* Transaction execution fixesobscuren2014-11-121-2/+2
|
* Removed debug printobscuren2014-11-041-1/+0
|
* Added storage root to dumpobscuren2014-11-041-0/+5
|
* Compress data on db level. Closes #174obscuren2014-11-031-14/+2
|
* ethtrie => trieobscuren2014-10-311-6/+6
|
* ethstate => stateobscuren2014-10-311-0/+339