aboutsummaryrefslogtreecommitdiffstats
path: root/ethvm/stack.go
Commit message (Collapse)AuthorAgeFilesLines
* VM execution fixesobscuren2014-09-161-3/+3
| | | | Refactoring caused executing issues
* DUP n SWAP nobscuren2014-08-221-0/+12
|
* Fixed stack issueobscuren2014-08-081-1/+1
|
* Refactored state, state object and vmobscuren2014-07-221-0/+150
* The State and StateObject have been moved to their own package * The VM is moved to it's own package