aboutsummaryrefslogtreecommitdiffstats
path: root/vm/types.go
Commit message (Expand)AuthorAgeFilesLines
* Changed prev_hash to block_hash, state transition now uses vm envobscuren2015-01-041-2/+2
* Fixed mem error in vm. Fixed logs testsobscuren2014-12-031-0/+5
* Updated LOG to match proper gas in all casesobscuren2014-12-031-7/+1
* Transaction execution fixesobscuren2014-11-121-0/+6
* Fixed VM and added static analysis for EVM jumpsobscuren2014-11-051-16/+17
* Re-org op codesobscuren2014-11-011-148/+158
* Implemented LOG. Closes #159obscuren2014-10-271-2/+8
* Updated the VM & VM testsobscuren2014-10-231-2/+0
* Moved ethvm => vmobscuren2014-10-181-0/+314