aboutsummaryrefslogtreecommitdiffstats
path: root/vm
Commit message (Expand)AuthorAgeFilesLines
* Convert vm test to checkerTaylor Gerring2014-11-172-183/+184
* try to get full coverage report on travisTaylor Gerring2014-11-151-179/+179
* Merge branch 'develop' of https://github.com/tgerring/go-ethereumTaylor Gerring2014-11-151-7/+7
* Fixes for PV41/42obscuren2014-11-143-17/+28
* Numerous fixes for consensus.obscuren2014-11-141-2/+8
* Transaction execution fixesobscuren2014-11-122-0/+10
* Removed all implicit logging. Fixed gas issues and jump errorsobscuren2014-11-122-2/+4
* Added VM testing toolobscuren2014-11-102-2/+19
* Proper packagesobscuren2014-11-051-1/+1
* Accidental packagesobscuren2014-11-051-1/+1
* There'll be jumping in to jumpsobscuren2014-11-051-0/+2
* Fixed VM and added static analysis for EVM jumpsobscuren2014-11-052-31/+39
* Added JUMP analysis (WIP)obscuren2014-11-051-0/+35
* Squashed commit of the following:obscuren2014-11-051-13/+15
* Sign extobscuren2014-11-031-1/+1
* Signextendobscuren2014-11-011-0/+14
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-11-011-18/+18
|\
| * chain, tests/helper, vm: make tests compileFelix Lange2014-11-011-1/+1
| * all: fix rename breakageFelix Lange2014-11-011-17/+17
* | Re-org op codesobscuren2014-11-013-153/+163
|/
* ethstate => stateobscuren2014-10-315-32/+32
* ethlog => loggerobscuren2014-10-311-2/+2
* ethcrypto => cryptoobscuren2014-10-313-10/+10
* Moved logging to state, proper structured blockobscuren2014-10-303-40/+7
* Merge pull request #168 from fjl/feature/working-testsJeffrey Wilcke2014-10-301-19/+35
|\
| * vm: fix basic VM testsFelix Lange2014-10-301-19/+35
* | PoC 7 updatesobscuren2014-10-292-4/+33
* | Added missing requires on SSTORE SLOADobscuren2014-10-282-12/+17
* | Refund SSTORE properlyobscuren2014-10-281-1/+2
|/
* Implemented LOG. Closes #159obscuren2014-10-277-9/+59
* Merge eth-go repository into go-ethereumFelix Lange2014-10-2310-21/+21
* Chnged to use GetOp instead & added error + checkingobscuren2014-10-233-5/+56
* All Stack requirements are now checked prior to reduring gas.obscuren2014-10-231-37/+19
* Updated the VM & VM testsobscuren2014-10-235-18/+9
* Do not set error on recoverobscuren2014-10-231-2/+3
* added a transfer method to vm envobscuren2014-10-223-9/+29
* Renamed block_chain to chain_managerobscuren2014-10-201-1/+1
* Moved ethvm => vmobscuren2014-10-1814-0/+2708