aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vm.go
Commit message (Expand)AuthorAgeFilesLines
* Simple effective VM optimisationobscuren2015-03-011-6/+12
* Fixed consensus issue for refundingobscuren2015-02-271-2/+3
* Merge pull request #360 from Gustav-Simonsson/add_stack_size_checksJeffrey Wilcke2015-02-221-3/+3
|\
| * Correct stack size validation for MUL, CALLDATACOPY, EXTCODESIZE, BLOCKHASHGustav Simonsson2015-02-211-3/+3
* | Added Number to logsobscuren2015-02-221-1/+1
|/
* Temp fix for #342obscuren2015-02-191-2/+3
* Documented methods & removed old manifestobscuren2015-02-121-11/+0
* Updated testsobscuren2015-02-041-2/+4
* Make sure that CALL addr is always 20 bytesobscuren2015-02-031-5/+6
* Added RPC "Call" for JS calls to contractsobscuren2015-01-291-0/+2
* StdVm by defaultobscuren2015-01-201-2/+4
* VmDebug => StdVmobscuren2015-01-191-22/+945
* JitVm struct stub. Forwards calls to DebugVm.Paweł Bylica2015-01-131-0/+2
* Closure => Contextobscuren2015-01-021-1/+1
* Panic for "Vm"obscuren2014-12-131-1/+1
* Moved execution from vm to chain.obscuren2014-12-041-687/+3
* Re-org op codesobscuren2014-11-011-2/+2
* ethcrypto => cryptoobscuren2014-10-311-3/+3
* Implemented LOG. Closes #159obscuren2014-10-271-1/+1
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-2/+2
* Updated the VM & VM testsobscuren2014-10-231-4/+0
* added a transfer method to vm envobscuren2014-10-221-1/+1
* Moved ethvm => vmobscuren2014-10-181-0/+724