aboutsummaryrefslogtreecommitdiffstats
path: root/ethvm/closure.go
Commit message (Collapse)AuthorAgeFilesLines
* Implemented POSTobscuren2014-08-251-0/+1
|
* Added message to closure && added change addressesobscuren2014-08-151-5/+6
|
* Updated chain for filteringobscuren2014-08-111-1/+2
|
* Refactored state, state object and vmobscuren2014-07-221-0/+116
* The State and StateObject have been moved to their own package * The VM is moved to it's own package