aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/state_object.go
Commit message (Collapse)AuthorAgeFilesLines
* No longer store script directly in the state treeobscuren2014-05-201-9/+12
|
* Auto update state changes notificationsobscuren2014-05-091-1/+1
|
* Cleaned upobscuren2014-05-091-27/+2
| | | | | Removed the unneeded address watch mechanism. State manager's transient state should now take care of this.
* Added different storage notification objectobscuren2014-05-051-0/+6
|
* Removed debug logobscuren2014-05-021-1/+0
|
* Upped version numberobscuren2014-04-271-0/+4
|
* Added new state object change echanismobscuren2014-04-261-31/+36
|
* Updated VMobscuren2014-04-201-2/+20
|
* Merged accounts and contracts in to StateObjectobscuren2014-04-161-0/+162
* Account removed * Contract removed * Address state changed to CachedStateObject * Added StateObject