aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vm_debug.go
Commit message (Expand)AuthorAgeFilesLines
* Removed all implicit logging. Fixed gas issues and jump errorsobscuren2014-11-121-1/+3
* Added VM testing toolobscuren2014-11-101-2/+1
* There'll be jumping in to jumpsobscuren2014-11-051-0/+2
* Fixed VM and added static analysis for EVM jumpsobscuren2014-11-051-15/+22
* Squashed commit of the following:obscuren2014-11-051-13/+15
* Sign extobscuren2014-11-031-1/+1
* Signextendobscuren2014-11-011-0/+14
* Re-org op codesobscuren2014-11-011-3/+3
* ethstate => stateobscuren2014-10-311-17/+17
* ethcrypto => cryptoobscuren2014-10-311-3/+3
* Moved logging to state, proper structured blockobscuren2014-10-301-1/+2
* PoC 7 updatesobscuren2014-10-291-2/+2
* Added missing requires on SSTORE SLOADobscuren2014-10-281-1/+5
* Refund SSTORE properlyobscuren2014-10-281-1/+2
* Implemented LOG. Closes #159obscuren2014-10-271-6/+27
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-2/+2
* Chnged to use GetOp instead & added error + checkingobscuren2014-10-231-3/+3
* All Stack requirements are now checked prior to reduring gas.obscuren2014-10-231-37/+19
* Updated the VM & VM testsobscuren2014-10-231-4/+1
* Do not set error on recoverobscuren2014-10-231-2/+3
* Renamed block_chain to chain_managerobscuren2014-10-201-1/+1
* Moved ethvm => vmobscuren2014-10-181-0/+922