aboutsummaryrefslogtreecommitdiffstats
path: root/ethstate/state.go
Commit message (Collapse)AuthorAgeFilesLines
* Added message to closure && added change addressesobscuren2014-08-151-2/+0
|
* Updated chain for filteringobscuren2014-08-111-41/+4
|
* ethstate.NewState => ethstate.Newobscuren2014-08-041-2/+2
|
* Old code removed and renamed amount to balanceobscuren2014-07-301-2/+3
|
* Refactored to new state and vmobscuren2014-07-241-26/+26
|
* Refactored state, state object and vmobscuren2014-07-221-0/+259
* The State and StateObject have been moved to their own package * The VM is moved to it's own package