aboutsummaryrefslogtreecommitdiffstats
path: root/vm/stack.go
Commit message (Collapse)AuthorAgeFilesLines
* Minor improvementsobscuren2014-12-311-0/+6
| | | | * Moved gas and mem size to its own function
* changed to unsigned integersobscuren2014-12-101-2/+2
|
* Fixed mem error in vm. Fixed logs testsobscuren2014-12-031-2/+1
|
* Fixes for PV41/42obscuren2014-11-141-11/+17
| | | | | | * Don't expand mem on empty value * Removed all coinbase logs for PV42 * Removed C++ bug stuff for LOG*
* Implemented LOG. Closes #159obscuren2014-10-271-0/+12
|
* Moved ethvm => vmobscuren2014-10-181-0/+162