aboutsummaryrefslogtreecommitdiffstats
path: root/vm/types.go
Commit message (Collapse)AuthorAgeFilesLines
* Changed prev_hash to block_hash, state transition now uses vm envobscuren2015-01-041-2/+2
| | | | | | | * PREVHASH => BLOCKHASH( N ) * State transition object uses VMEnv as it's query interface * Updated vm.Enviroment has GetHash( n ) for BLOCKHASH instruction * Added GetHash to xeth, core, utils & test environments
* 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
| | | | | | * Stack Error shouldn't revert to previous state * Updated VM Test tool * Added Transfer method to VM Env
* Moved ethvm => vmobscuren2014-10-181-0/+314