aboutsummaryrefslogtreecommitdiffstats
path: root/vm/common.go
Commit message (Expand)AuthorAgeFilesLines
* Removed more castsobscuren2015-03-201-4/+5
* Merge branch 'develop' into conversionobscuren2015-03-191-4/+4
|\
| * fixed testsobscuren2015-03-191-4/+4
* | Moved gasobscuren2015-03-171-62/+16
|/
* Moved ethutil => commonobscuren2015-03-161-8/+8
* Changed context and ADDMOD, MULMODobscuren2015-03-131-0/+8
* Debug option for VM & command line flagobscuren2015-03-061-0/+3
* Updated gast costsobscuren2015-03-031-3/+4
* Quad mem & log changesobscuren2015-03-031-3/+4
* quad memobscuren2015-03-031-2/+4
* New gas prices modelobscuren2015-03-021-20/+44
* Added (disabled) Jit validationobscuren2015-02-011-0/+12
* VmDebug => StdVmobscuren2015-01-191-3/+2
* JitVm struct stub. Forwards calls to DebugVm.Paweł Bylica2015-01-131-0/+1
* Updated testsobscuren2015-01-071-1/+1
* Precompiled contract & Depth changeobscuren2015-01-061-0/+1
* Gas corrections and vm fixesobscuren2014-12-191-1/+1
* Moved pre-compiled, moved depth checkobscuren2014-12-181-1/+1
* Accidentally changed max depth during testing & committedobscuren2014-12-121-1/+1
* additional logobscuren2014-12-121-1/+1
* Squashed commit of the following:obscuren2014-12-121-1/+1
* Core changesobscuren2014-12-101-0/+7
* ethlog => loggerobscuren2014-10-311-2/+2
* Added missing requires on SSTORE SLOADobscuren2014-10-281-11/+12
* Implemented LOG. Closes #159obscuren2014-10-271-0/+1
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-2/+2
* Updated the VM & VM testsobscuren2014-10-231-1/+1
* Moved ethvm => vmobscuren2014-10-181-0/+66